| Commit message (Expand) | Author | Age | Files | Lines |
| * | Changed MySQL dialect to use the older LIMIT <offset>, <limit> syntax instead | Jason Kirtland | 2007-09-26 | 1 | -10/+22 |
| * | - added "FETCH" to the keywords detected by Postgres to indicate a result-row... | Mike Bayer | 2007-09-26 | 1 | -0/+7 |
| * | fixed firebird visit_alias [ticket:779] | Mike Bayer | 2007-09-22 | 1 | -2/+2 |
| * | Don't use unicode with pyodbc on UCS-4 platforms [ticket:787] | Paul Johnston | 2007-09-19 | 1 | -3/+6 |
| * | add sqlite reserved words list | Ants Aasma | 2007-09-17 | 1 | -0/+9 |
| * | Removed DefaultDialect.ischema and information_schema's ISchema (which incide... | Jason Kirtland | 2007-09-07 | 1 | -20/+0 |
| * | Fixed repr() of mysql floats [ticket:775] | Jason Kirtland | 2007-09-07 | 1 | -4/+3 |
| * | mysql SETs and ENUMs now unescape embedded quotes before storage in .enums an... | Jason Kirtland | 2007-09-06 | 1 | -6/+13 |
| * | Fixed reflection of the empty string for mysql enums. | Jason Kirtland | 2007-09-05 | 1 | -3/+3 |
| * | Set supports_sane_multi_rowcount for MSSQL | Paul Johnston | 2007-09-04 | 1 | -0/+3 |
| * | - removed "parameters" argument from clauseelement.compile(), replaced with | Mike Bayer | 2007-09-04 | 1 | -2/+2 |
| * | Minor fixes to MSSQL reflection | Paul Johnston | 2007-09-03 | 1 | -3/+3 |
| * | adjusting firebird, obviously needs someone to test | Mike Bayer | 2007-09-01 | 1 | -5/+4 |
| * | fix to oracle sequence exec | Mike Bayer | 2007-09-01 | 1 | -1/+1 |
| * | sequence pre-executes dont create an ExecutionContext, use straight cursor | Mike Bayer | 2007-09-01 | 2 | -9/+5 |
| * | factored out uses_sequences_for_inserts() into | Mike Bayer | 2007-09-01 | 3 | -9/+3 |
| * | - got all examples working | Mike Bayer | 2007-09-01 | 1 | -1/+4 |
| * | - merged inline inserts branch | Mike Bayer | 2007-09-01 | 4 | -39/+17 |
| * | engine.url cleanups [ticket:742] | Jason Kirtland | 2007-08-29 | 5 | -11/+10 |
| * | - Restored reflection for mysql VIEWs [ticket:748] | Jason Kirtland | 2007-08-28 | 1 | -28/+114 |
| * | Fix for reflecting mysql keys that have USING | Jason Kirtland | 2007-08-22 | 1 | -1/+1 |
| * | - added **modifiers to _get_from_objects | Mike Bayer | 2007-08-22 | 1 | -8/+7 |
| * | Housekeeping. | Jason Kirtland | 2007-08-22 | 2 | -30/+25 |
| * | For sqlite NUMERIC, send Decimal bind values as strings instead of converting... | Jason Kirtland | 2007-08-22 | 1 | -0/+9 |
| * | added stub/import tests for all dialects | Jason Kirtland | 2007-08-21 | 1 | -3/+3 |
| * | - method call removal | Mike Bayer | 2007-08-20 | 8 | -71/+41 |
| * | light docstring tweaks to the pool | Jason Kirtland | 2007-08-19 | 1 | -1/+1 |
| * | One more change of preparer() to identifier_preparer | Paul Johnston | 2007-08-19 | 1 | -1/+1 |
| * | pyflakes mop-up | Jason Kirtland | 2007-08-19 | 2 | -2/+3 |
| * | Use identifier_preparer instead of preparer() | Paul Johnston | 2007-08-19 | 1 | -2/+2 |
| * | Fix broken imports | Paul Johnston | 2007-08-19 | 1 | -1/+1 |
| * | 1. Module layout. sql.py and related move into a package called "sql". | Mike Bayer | 2007-08-18 | 8 | -181/+137 |
| * | - fixed prefixes= argument to select() | Jason Kirtland | 2007-08-18 | 1 | -0/+8 |
| * | - modified SQL operator functions to be module-level operators, allowing | Mike Bayer | 2007-08-18 | 1 | -3/+5 |
| * | merge changset [3347] into trunk | Paul Johnston | 2007-08-17 | 1 | -5/+9 |
| * | Merge [3345] into trunk. Unit test still TODO | Paul Johnston | 2007-08-17 | 1 | -4/+28 |
| * | Disable MSSQL unicode statements on UCS-4 platforms, ticket #731 | Paul Johnston | 2007-08-17 | 1 | -2/+2 |
| * | added support for string date passthru in sqlite | Mike Bayer | 2007-08-16 | 1 | -1/+4 |
| * | stopgap, need a general strategy for raising readable exceptions for unicode ... | Jason Kirtland | 2007-08-15 | 1 | -1/+2 |
| * | mass has_key->__contains__ migration, [ticket:738] | Mike Bayer | 2007-08-15 | 3 | -7/+7 |
| * | - merged "fasttypes" branch. this branch changes the signature | Mike Bayer | 2007-08-14 | 7 | -351/+475 |
| * | - generalized a SQLCompileTest out of select.py, installed | Mike Bayer | 2007-08-13 | 1 | -4/+4 |
| * | adjusted mysql autoload from a named schema, esp. for windows | Jason Kirtland | 2007-08-13 | 1 | -8/+7 |
| * | Removed unused imports, other import adjustments per pyflakes | Jason Kirtland | 2007-08-13 | 1 | -4/+6 |
| * | auto-commit after LOAD DATA INFILE for mysql | Jason Kirtland | 2007-08-12 | 2 | -3/+14 |
| * | - fixed compiler bug in mssql | Mike Bayer | 2007-08-12 | 1 | -1/+1 |
| * | Fix missing import of 'operator' | Paul Johnston | 2007-08-12 | 1 | -0/+1 |
| * | Docs. | Jason Kirtland | 2007-08-12 | 1 | -0/+19 |
| * | Allow auto_increment on any pk column, not just the first. | Jason Kirtland | 2007-08-12 | 1 | -7/+12 |
| * | - case_sensitive=(True|False) setting removed from schema items, since | Mike Bayer | 2007-08-11 | 1 | -1/+1 |