mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-09 10:20:00 -04:00
67e0f356b2
column, and the "autoincrement" feature of various dialects as well as the "sqlite_autoincrement" flag will honor the underlying database type as being Integer-based. [ticket:2005] - Result-row processors are applied to pre-executed SQL defaults, as well as cursor.lastrowid, when determining the contents of result.inserted_primary_key. [ticket:2006] - Bind parameters present in the "columns clause" of a select are now auto-labeled like other "anonymous" clauses, which among other things allows their "type" to be meaningful when the row is fetched, as in result row processors. - TypeDecorator is present in the "sqlalchemy" import space.
9 lines
123 B
INI
9 lines
123 B
INI
[egg_info]
|
|
tag_build = dev
|
|
|
|
[nosetests]
|
|
with-_sqlalchemy = true
|
|
exclude = ^examples
|
|
first-package-wins = true
|
|
where = test
|