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