Vertaling van "SQLObject" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Eine Reihe von Änderungen von SQLObject 0.9.11 unterstützt.
Wenn Sie einen der bekannten "Object-Relational Mapper" SQLObject oder SQLAlchemy verwenden, dann benötigen Sie DBUtils nicht, denn diese haben ihre eigenen Mechanismen zum Pooling von Datenbankverbindungen eingebaut.
If you are using one of the popular object-relational mappers SQLObject or SQLAlchemy, you won't need DBUtils, since they come with their own connection pools.
Tatsächlich hat SQLObject 2 (SQL-API) das Pooling in eine separate Schicht ausgelagert, in der Code von DBUtils verwendet wird.
SQLObject 2 (SQL-API) is actually borrowing some code from DBUtils to split the pooling out into a separate layer.
SQLObject verwendet jetzt INSERT... RETURNING-ID, um die autoincrement-ID in einer Abfrage statt zwei (INSERT + SELECT id) (PostgreSQL 8.2 erforderlich) zu erhalten.
SQLObject now uses INSERT... RETURNING id to get the autoincremented ID in one query instead of two (INSERT + SELECT id) (PostgreSQL 8.2 required).
Ein weiteres interessantes Feature des SQLObject Projekt ist, dass es unterstützt alle gängigen Datenbankserver und Datenbank-Engines, einschließlich der bekannten MySQL, PostgreSQL, Firebird, SQLite, Microsoft SQL Server, MaxDB (SAPDB) und Sybase.
Another interesting feature of the SQLObject project, is that it supports all major database servers and database engines, including the well known MySQL, PostgreSQL, Firebird, SQLite, Microsoft SQL Server, MaxDB (SAPDB), and Sybase.
SQLObject erzeugt nun NCHAR/ NVARCHAR und N' - Anführungszeichen für MS SQL.
SQLObject now generates NCHAR/NVARCHAR and N'-quoted strings for MS SQL.