]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
ChangeLog for r4115
authorJason Kirtland <jek@discorporate.us>
Wed, 6 Feb 2008 00:01:44 +0000 (00:01 +0000)
committerJason Kirtland <jek@discorporate.us>
Wed, 6 Feb 2008 00:01:44 +0000 (00:01 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index c878bb9af29228f99d467c35cd52fcd986e58562..5242f96f291d3089b559d0b2c668f2350a492048 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -211,6 +211,8 @@ CHANGES
       midstream.  Manual mode setting is still required if no
       reflection is used.
 
+    - Fixed reflection of TIME columns on SQLite.
+
     - Finally added PGMacAddr type to postgres [ticket:580]
 
     - Reflect the sequence associated to a PK field (typically