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