Contact: fumanchu@aminus.org

Log in as guest/geniusql to create tickets

root/branches


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 08/13/07 05:50:38 @134 [134] fumanchu Add attempted SQL to Postgres execute errors.
(edit) 08/13/07 05:50:05 @133 [133] fumanchu Well, that SQLite decimal solution was horrible. This one works well for …
(edit) 08/12/07 05:43:07 @132 [132] fumanchu Fix for decimal-as-TEXT in SQLite. Needs to be replicated in adapters.py …
(edit) 08/12/07 01:55:15 @131 [131] fumanchu All test now pass in ast branch. Reintroduced the old 'bind_late' as …
(edit) 08/12/07 01:21:38 @130 [130] fumanchu AST updates for neglected providers.
(edit) 08/10/07 19:20:42 @129 [129] fumanchu Reinstated Expression "and" and "or" code.
(edit) 08/10/07 19:20:02 @128 [128] fumanchu Various optimizations.
(edit) 08/09/07 22:51:33 @127 [127] fumanchu Moved from pop/append to slicing in astwalk for speed.
(edit) 08/09/07 20:54:53 @126 [126] fumanchu Collapsed selectwriter output_* attrs into a single tuple for speed.
(edit) 08/09/07 18:47:01 @125 [125] fumanchu benchmark improvements.
(edit) 08/09/07 18:45:42 @124 [124] fumanchu Removed parameter cruft (paramterization did not provide any performance …
(edit) 08/07/07 15:13:01 @123 [123] fumanchu Cosmetics.
(edit) 08/06/07 21:52:26 @122 [122] fumanchu Hooray! Deparsing AST's (instead of decompiling bytecode) allows us to …
(edit) 08/06/07 21:19:56 @121 [121] fumanchu LambdaDeparser? and SQLDeparser weren't sharing much code, so I made an …
(edit) 08/06/07 20:33:42 @120 [120] fumanchu Not much reason to subclass LambdaDeparser?.
(edit) 08/06/07 15:47:54 @119 [119] fumanchu Optimizations: …
(edit) 08/04/07 23:06:31 @118 [118] fumanchu Initial AST work (psycopg only). Performs comparably with old bytecode …
(edit) 08/04/07 23:02:30 @117 [117] fumanchu made a copy
(add) 02/11/07 04:20:42 @1 [1] fumanchu Initial import.