]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
postgres oids say byebye by default, putting hooks in for engines to determine column...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 1 Jan 2006 20:30:53 +0000 (20:30 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 1 Jan 2006 20:30:53 +0000 (20:30 +0000)
commit943bb0b0e08fec9bc0ccc784a4dd154783031e8d
tree6a487a53b1fe33b7a69a051db8106731210fa9d8
parent7228b4210c15bcde37ca3f58730674afae579252
postgres oids say byebye by default, putting hooks in for engines to determine column defaults externally to it having a 'default' property, beefed up unittests to support inserts with/without defaults (will fix oracle unit tests too)
lib/sqlalchemy/ansisql.py
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/engine.py
lib/sqlalchemy/mapping/mapper.py
test/objectstore.py
test/testbase.py