| Commit message (Expand) | Author | Age | Files | Lines |
| * | - changed "for_update" parameter to accept False/True/"nowait" | Mike Bayer | 2006-09-10 | 1 | -10/+19 |
| * | - unicode fix for startswith()/endswith() [ticket:296] | Mike Bayer | 2006-09-05 | 1 | -0/+8 |
| * | further fixes to case sensitive logic | Mike Bayer | 2006-09-04 | 1 | -0/+29 |
| * | simplification to quoting to just cache strings per-dialect, added quoting fo... | Mike Bayer | 2006-09-04 | 1 | -0/+12 |
| * | fix to from clause in unittest query...somehow this didnt fail on pg 8.0, but... | Mike Bayer | 2006-08-31 | 1 | -1/+1 |
| * | pg formats sequence name, more quote test fixes | Mike Bayer | 2006-08-31 | 1 | -2/+2 |
| * | some tweaks to oracle casing... | Mike Bayer | 2006-08-31 | 1 | -17/+17 |
| * | - added case_sensitive argument to MetaData, Table, Column, determines | Mike Bayer | 2006-08-31 | 2 | -14/+25 |
| * | - added "timezone=True" flag to DateTime and Time types. postgres | Mike Bayer | 2006-08-26 | 1 | -1/+43 |
| * | added limit/offset to union queries | Mike Bayer | 2006-08-26 | 1 | -0/+13 |
| * | [ticket:280] statement execution supports using the same BindParam | Mike Bayer | 2006-08-18 | 1 | -0/+10 |
| * | quoting facilities set up so that database-specific quoting can be | Mike Bayer | 2006-08-12 | 2 | -0/+73 |
| * | overhaul to schema, addition of ForeignKeyConstraint/ | Mike Bayer | 2006-07-14 | 1 | -3/+20 |
| * | fixed up boolean datatype for sqlite, mysql, ms-sql | Mike Bayer | 2006-07-13 | 1 | -0/+26 |
| * | inserting './lib/' into sys.path since PYTHONPATH no longer straightforward w... | Mike Bayer | 2006-06-29 | 3 | -6/+5 |
| * | cast converted into its own ClauseElement so that it can have an explicit com...rel_0_2_3 | Mike Bayer | 2006-06-17 | 1 | -4/+4 |
| * | unit tests for dangling subquery, many-to-many clear-and-resave | Mike Bayer | 2006-06-14 | 1 | -0/+5 |
| * | separated standalone between(), column.between(), put literal checking for bo... | Mike Bayer | 2006-06-08 | 1 | -0/+2 |
| * | fixed typing for between() operator, [ticket:202] | Mike Bayer | 2006-06-08 | 1 | -0/+8 |
| * | 0.2.2 prep, added "pickler" option to Pickle type | Mike Bayer | 2006-06-05 | 1 | -6/+6 |
| * | reorganized unit tests into subdirectories | Mike Bayer | 2006-06-05 | 9 | -0/+1651 |