Contact: fumanchu@aminus.org

Log in as guest/geniusql to create tickets

root/trunk/geniusql/deparse.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/14/11 15:38:04 @302 [302] ltnooy DatabaseTypeSet? can now optionally use the actual value not just the …
(edit) 06/22/11 00:23:00 @298 [298] lakin mark the SQL as imperfect (is that right?) when there is a string scalar …
(edit) 02/15/09 13:46:54 @275 [275] tabo solves #23, added a limited cache to be used by the deparser class
(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/28/07 21:46:47 @248 [248] fumanchu Added SQLInjection tests. Also bolstered the type checking of comparison …
(edit) 10/30/07 14:12:59 @206 [206] fumanchu New builtin logic function alias(table.attr, 'newkey').
(edit) 09/28/07 14:57:02 @181 [181] fumanchu Doc updates.
(edit) 09/08/07 16:44:37 @161 [161] fumanchu You may now use "reversed(table.colname)" in orderby lambdas to indicate …
(copy) 08/13/07 01:14:24 @135 [135] fumanchu Merged AST branch back into trunk.
copied from branches/ast/geniusql/deparse.py:
(edit) 08/13/07 00:50:38 @134 [134] fumanchu Add attempted SQL to Postgres execute errors.