summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases
Commit message (Expand)AuthorAgeFilesLines
* Changed MySQL dialect to use the older LIMIT <offset>, <limit> syntax insteadJason Kirtland2007-09-261-10/+22
* - added "FETCH" to the keywords detected by Postgres to indicate a result-row...Mike Bayer2007-09-261-0/+7
* fixed firebird visit_alias [ticket:779]Mike Bayer2007-09-221-2/+2
* Don't use unicode with pyodbc on UCS-4 platforms [ticket:787]Paul Johnston2007-09-191-3/+6
* add sqlite reserved words listAnts Aasma2007-09-171-0/+9
* Removed DefaultDialect.ischema and information_schema's ISchema (which incide...Jason Kirtland2007-09-071-20/+0
* Fixed repr() of mysql floats [ticket:775]Jason Kirtland2007-09-071-4/+3
* mysql SETs and ENUMs now unescape embedded quotes before storage in .enums an...Jason Kirtland2007-09-061-6/+13
* Fixed reflection of the empty string for mysql enums.Jason Kirtland2007-09-051-3/+3
* Set supports_sane_multi_rowcount for MSSQLPaul Johnston2007-09-041-0/+3
* - removed "parameters" argument from clauseelement.compile(), replaced withMike Bayer2007-09-041-2/+2
* Minor fixes to MSSQL reflectionPaul Johnston2007-09-031-3/+3
* adjusting firebird, obviously needs someone to testMike Bayer2007-09-011-5/+4
* fix to oracle sequence execMike Bayer2007-09-011-1/+1
* sequence pre-executes dont create an ExecutionContext, use straight cursorMike Bayer2007-09-012-9/+5
* factored out uses_sequences_for_inserts() intoMike Bayer2007-09-013-9/+3
* - got all examples workingMike Bayer2007-09-011-1/+4
* - merged inline inserts branchMike Bayer2007-09-014-39/+17
* engine.url cleanups [ticket:742]Jason Kirtland2007-08-295-11/+10
* - Restored reflection for mysql VIEWs [ticket:748]Jason Kirtland2007-08-281-28/+114
* Fix for reflecting mysql keys that have USINGJason Kirtland2007-08-221-1/+1
* - added **modifiers to _get_from_objectsMike Bayer2007-08-221-8/+7
* Housekeeping.Jason Kirtland2007-08-222-30/+25
* For sqlite NUMERIC, send Decimal bind values as strings instead of converting...Jason Kirtland2007-08-221-0/+9
* added stub/import tests for all dialectsJason Kirtland2007-08-211-3/+3
* - method call removalMike Bayer2007-08-208-71/+41
* light docstring tweaks to the poolJason Kirtland2007-08-191-1/+1
* One more change of preparer() to identifier_preparerPaul Johnston2007-08-191-1/+1
* pyflakes mop-upJason Kirtland2007-08-192-2/+3
* Use identifier_preparer instead of preparer()Paul Johnston2007-08-191-2/+2
* Fix broken importsPaul Johnston2007-08-191-1/+1
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-188-181/+137
* - fixed prefixes= argument to select()Jason Kirtland2007-08-181-0/+8
* - modified SQL operator functions to be module-level operators, allowingMike Bayer2007-08-181-3/+5
* merge changset [3347] into trunkPaul Johnston2007-08-171-5/+9
* Merge [3345] into trunk. Unit test still TODOPaul Johnston2007-08-171-4/+28
* Disable MSSQL unicode statements on UCS-4 platforms, ticket #731Paul Johnston2007-08-171-2/+2
* added support for string date passthru in sqliteMike Bayer2007-08-161-1/+4
* stopgap, need a general strategy for raising readable exceptions for unicode ...Jason Kirtland2007-08-151-1/+2
* mass has_key->__contains__ migration, [ticket:738]Mike Bayer2007-08-153-7/+7
* - merged "fasttypes" branch. this branch changes the signatureMike Bayer2007-08-147-351/+475
* - generalized a SQLCompileTest out of select.py, installedMike Bayer2007-08-131-4/+4
* adjusted mysql autoload from a named schema, esp. for windowsJason Kirtland2007-08-131-8/+7
* Removed unused imports, other import adjustments per pyflakesJason Kirtland2007-08-131-4/+6
* auto-commit after LOAD DATA INFILE for mysqlJason Kirtland2007-08-122-3/+14
* - fixed compiler bug in mssqlMike Bayer2007-08-121-1/+1
* Fix missing import of 'operator'Paul Johnston2007-08-121-0/+1
* Docs.Jason Kirtland2007-08-121-0/+19
* Allow auto_increment on any pk column, not just the first.Jason Kirtland2007-08-121-7/+12
* - case_sensitive=(True|False) setting removed from schema items, sinceMike Bayer2007-08-111-1/+1