]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- *slight* support for binary, but still need to figure out how to insert reasonably... rel_0_3_4
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Jan 2007 20:25:48 +0000 (20:25 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Jan 2007 20:25:48 +0000 (20:25 +0000)
commitb8662333bbd20194ca3117835e7e1ca0bb4d3c0b
tree99af5845375f62b0b73012c4cdd3ef6fbe3c35d6
parentb5673a19381bbdc170a2a2deff1c8fc74a087d62
- *slight* support for binary, but still need to figure out how to insert reasonably large
values (over 4K).  requires auto_setinputsizes=True sent to create_engine(), rows must
be fully fetched individually, etc.
CHANGES
lib/sqlalchemy/databases/oracle.py
test/sql/testtypes.py
test/testbase.py