Contact: fumanchu@aminus.org

Log in as guest/geniusql to create tickets

root/trunk/geniusql/sqlwriters.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 11/11/09 22:30:15 @282 [282] lakin Fixing inserts that don't specify any values. Needs a custom MySQL insert …
(edit) 10/29/07 14:28:47 @203 [203] fumanchu Improved Statement class for queries.
(edit) 10/25/07 15:55:28 @200 [200] fumanchu Moved Query and Join to a new queries module. Promoted Join to top level. …
(edit) 09/28/07 14:57:02 @181 [181] fumanchu Doc updates.
(edit) 09/10/07 18:06:51 @165 [165] fumanchu Moved "distinct" arg to the end of various functions.
(edit) 09/08/07 16:44:37 @161 [161] fumanchu You may now use "reversed(table.colname)" in orderby lambdas to indicate …
(edit) 09/01/07 14:26:18 @159 [159] fumanchu Work on generator expressions, including a new JoinIterator? class (since …
(edit) 08/28/07 20:25:05 @154 [154] fumanchu Added 'offset' arg to Database.select, plus SELECT and SelectWriter?. Also …
(copy) 08/15/07 00:55:11 @140 [140] fumanchu Renamed select.py to sqlwriters.py.
copied from trunk/geniusql/select.py:
(edit) 08/15/07 00:04:28 @138 [138] fumanchu New update/delete/insertwriter classes (pypgsql only at the moment).