]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- postgres cursor option is now server_side_cursors=False; some users get bad results...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Jan 2007 20:21:36 +0000 (20:21 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Jan 2007 20:21:36 +0000 (20:21 +0000)
commit437f1ce670e84964dc701488ac09af565ba807f7
treee6a92d2850af4695d3651e29cd8b72cc10872c26
parent5b4871f4364c7b93de010097aa8f4008f69bddd4
- postgres cursor option is now server_side_cursors=False; some users get bad results using them
so theyre off by default
- type system slightly modified to support TypeDecorators that can be overridden by the dialect
- added an NVarchar type to mssql (produces NVARCHAR), also MSUnicode which provides Unicode-translation
for the NVarchar regardless of dialect convert_unicode setting.
CHANGES
README.unittests
lib/sqlalchemy/databases/mssql.py
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/types.py
test/sql/testtypes.py