From: Mike Bayer Date: Sun, 15 Jul 2007 16:00:05 +0000 (+0000) Subject: fixes X-Git-Tag: rel_0_3_9~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1ddc84e7dbdc9896e791906613a15692fff8fc7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fixes --- diff --git a/CHANGES b/CHANGES index 81f0ec33ec..857089902b 100644 --- a/CHANGES +++ b/CHANGES @@ -24,7 +24,7 @@ join(['a', 'c']).filter().all() in 0.4 all join() calls start from the "root" - added synchronization to the mapper() construction step, to avoid - thread collections when pre-existing mappers are compiling in a + thread collisions when pre-existing mappers are compiling in a different thread [ticket:613] - a warning is issued by Mapper when two primary key columns of the same name are munged into a single attribute. this happens frequently @@ -103,6 +103,7 @@ - fixed catching of some errors that imply a dropped connection [ticket:625] - fixed escaping of the modulo operator [ticket:624] - added 'fields' to reserved words [ticket:590] + - various reflection enhancement/fixes - oracle - datetime fixes: got subsecond TIMESTAMP to work [ticket:604], added OracleDate which supports types.Date with only year/month/day @@ -127,7 +128,6 @@ - sqlite better handles datetime/date/time objects mixed and matched with various Date/Time/DateTime columns - string PK column inserts dont get overwritten with OID [ticket:603] - - mssql - fix port option handling for pyodbc [ticket:634] - now able to reflect start and increment values for identity columns