Contact: fumanchu@aminus.org

Log in as guest/geniusql to create tickets

root/trunk/geniusql/adapters.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 10/18/11 13:33:19 @310 [310] lakin geniusql - fixing whitespcae
(edit) 11/28/08 21:26:24 @256 [256] fumanchu Whew. Major move of LIKE logic from the deparsers into the adapters. This …
(edit) 11/17/07 18:58:19 @233 [233] fumanchu Whoops. Now that localtime_offset depends on the time of year, it …
(edit) 11/17/07 17:09:56 @230 [230] fumanchu Daylight-savings date-transformation bug in adapters.py. This fixes pretty …
(edit) 11/17/07 16:48:56 @229 [229] fumanchu Woops. MySQL reminded me to implement the reverse encoding dance when …
(edit) 11/17/07 15:56:51 @225 [225] fumanchu Fix for FB pickle encoding bugs. This "fixes" all other DB's too, although …
(edit) 11/17/07 14:51:21 @222 [222] fumanchu Docstrings, and commented out a test that doesn't have any code for it …
(edit) 08/16/07 03:46:12 @143 [143] fumanchu New Table.description attribute, plus lots of postgres reflection fixes.
(edit) 08/13/07 01:14:24 @135 [135] fumanchu Merged AST branch back into trunk.
(edit) 04/16/07 18:59:06 @76 [76] fumanchu New decimal/fixed to float adapters.
(edit) 04/11/07 19:05:17 @73 [73] fumanchu Fixed some precision conversion issues from base 2 to base 10. Also added …
(edit) 04/10/07 15:58:04 @68 [68] fumanchu Renamed adapters.numeric_to_* to number_to_* to avoid confusion with …
(edit) 04/10/07 12:49:23 @67 [67] fumanchu SQLite upgraded to latest adapter/dbtype syntax.
(edit) 04/09/07 13:06:49 @65 [65] fumanchu Moved adapters.AdapterSet? to dbtypes.DatabaseTypeSet?.
(edit) 04/06/07 03:20:32 @64 [64] fumanchu Fix for Postgres meganumbers (stored as TEXT).
(edit) 04/05/07 17:45:25 @61 [61] fumanchu Fixes for sqlserver.
(edit) 04/05/07 17:19:10 @60 [60] fumanchu Better class names; in general, most DatabaseTypes? are now SQL92* and …
(edit) 04/05/07 13:51:37 @59 [59] fumanchu Better adaptation. Adapters now do all the binary_op and compare_op logic. …
(edit) 04/03/07 18:10:44 @56 [56] fumanchu Cosmetics.
(edit) 04/02/07 18:07:48 @55 [55] fumanchu sqlserver and msaccess now work.
(edit) 04/01/07 20:31:20 @54 [54] fumanchu Deeper rabbit hole: New DatabaseType? replaces column.dbtype, …
(edit) 03/24/07 23:54:40 @47 [47] fumanchu Fixed SQL Server binary ops.
(edit) 03/23/07 16:51:56 @45 [45] fumanchu Changed TypeAdapter?.coerce signature form (hints, pytype) to (pytype, …
(edit) 03/23/07 15:56:27 @44 [44] fumanchu Postgres now defaults to using the native "interval" type for timedeltas.
(edit) 03/23/07 13:17:56 @42 [42] fumanchu Fixed SQLite date binary ops. Dropped 'perfect date' distinction; if …
(edit) 03/21/07 13:32:52 @38 [38] fumanchu Almost-working fully-typed decompiler. Removed the lat vestiges of Dejavu …
(edit) 03/13/07 15:06:47 @33 [33] fumanchu Fluff.
(edit) 03/12/07 20:21:31 @31 [31] fumanchu Changed timedelta to use NUMERIC by default; floats were causing rounding …
(edit) 02/18/07 17:36:15 @18 [18] fumanchu Moved Database.isrelatedtype to TypeAdapter?.related. Also moved …
(add) 02/10/07 22:20:42 @1 [1] fumanchu Initial import.