]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added auto_setinputsizes=False to oracle dialect. if true, all executions will...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Oct 2006 21:47:48 +0000 (21:47 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Oct 2006 21:47:48 +0000 (21:47 +0000)
commit73f145dc0e725d8aa7eb47429a89fbc448f97414
tree47c4077d5b03ed61671fc979886072d560772858
parent08ea8fefa4cd5082725df61b1e3d02b88c4c6933
- added auto_setinputsizes=False to oracle dialect.  if true, all executions will get setinputsizes called ahead of time.
- some tweaks to the types unittest for oracle.  oracle types still need lots more work.
lib/sqlalchemy/databases/oracle.py
lib/sqlalchemy/engine/default.py
test/sql/testtypes.py