Contact: fumanchu@aminus.org

Log in as guest/geniusql to create tickets

root/trunk/geniusql/dbtypes.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) 10/15/11 15:46:14 @305 [305] lakin fixing the name of the hints method.
(edit) 10/15/11 15:30:03 @304 [304] lakin as of r303 line 686 was no longer necessary.
(edit) 10/15/11 15:27:31 @303 [303] lakin improves r302. the value itself is not a hint, the fact that the value is …
(edit) 10/14/11 15:38:04 @302 [302] ltnooy DatabaseTypeSet? can now optionally use the actual value not just the …
(edit) 09/21/11 22:00:41 @299 [299] ltnooy Adding postgres support for timestamps with timezone information.
(edit) 06/15/11 00:37:07 @296 [296] lakin adding a TODO to talk about with Leonard
(edit) 11/18/07 16:43:04 @236 [236] fumanchu New max_scale attribute for SQL92DECIMAL.
(edit) 10/01/07 14:33:14 @184 [184] zakj Handle a 'dbtype' hint to coerce a given DatabaseType?.
(edit) 09/13/07 17:45:04 @166 [166] fumanchu Buglet in DatabaseType?.default_adapter.
(edit) 08/27/07 17:52:53 @152 [152] fumanchu Improved timezone support (pg only at the moment).
(edit) 08/13/07 01:14:24 @135 [135] fumanchu Merged AST branch back into trunk.
(edit) 08/03/07 04:08:15 @111 [111] fumanchu Got rid of that awful _initargs with some equally awful …
(edit) 04/18/07 17:33:46 @77 [77] fumanchu New auto_pickle attribute for DatabaseTypeSet?.
(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/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:58 @57 [57] fumanchu PostgreSQL now works with the new types and adapters.
(edit) 04/02/07 18:07:48 @55 [55] fumanchu sqlserver and msaccess now work.
(add) 04/01/07 20:31:20 @54 [54] fumanchu Deeper rabbit hole: New DatabaseType? replaces column.dbtype, …