summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases
Commit message (Expand)AuthorAgeFilesLines
* - removed LONG_STRING, LONG_BINARY from "binary" types, so type objectsMike Bayer2007-10-141-1/+1
* fixed reflection of Column's nullable property [firebird]Roger Demetrescu2007-10-061-0/+3
* firebird doesn't support sane rowcount.Roger Demetrescu2007-09-281-2/+1
* added support for string date passthru in sqlite (merge of r3322 from trunk)Jason Kirtland2007-09-101-1/+4
* MSSQL unit test fixesPaul Johnston2007-08-191-3/+3
* can now specify a DSN for PyODBC, ticket #724Paul Johnston2007-08-171-5/+9
* Add some new types to MSSQL; ticket #721Paul Johnston2007-08-171-4/+28
* Merge changeset [3343] into rel_0_3 branchPaul Johnston2007-08-171-1/+2
* - when reflecting tables from alternate schemas, the "default" placed uponMike Bayer2007-08-091-1/+1
* - fixed specification of YEAR columns when generating schemaJason Kirtland2007-08-091-2/+6
* automatically use_scope_identity if an appropriate version of PyODBC is insta...Paul Johnston2007-08-081-0/+9
* mssql: indexes are now quoted when dropping from reflected tables [ticket:684]Rick Morrison2007-07-261-1/+3
* mssql: added support for TIME type (simulated via DATETIME col) [ticket:679]Rick Morrison2007-07-261-0/+25
* Merged lower case caching, fetching from r2955Jason Kirtland2007-07-201-20/+50
* Merged reference fixes from r2986Jason Kirtland2007-07-191-19/+13
* Better quoting of identifiers when manipulating schemasJason Kirtland2007-07-192-10/+20
* Properly escape table names when reflecting for mssql and sqlite [ticket:653]Paul Johnston2007-07-172-8/+6
* Minor cleanups.Jason Kirtland2007-07-171-6/+6
* Be specfic when detecting "no table" exceptions.Jason Kirtland2007-07-171-4/+5
* - Added basic schema reflection coverage to main testsJason Kirtland2007-07-171-4/+14
* - fixed max identifier length on postgres (63) [ticket:571]Gaƫtan de Menten2007-07-171-1/+1
* - fixed unicode conversion in Oracle TEXT typeMike Bayer2007-07-151-1/+2
* - converts cx_oracle datetime objects to Python datetime.datetime whenMike Bayer2007-07-151-0/+17
* - mod operator '%' produces MOD [ticket:624]Mike Bayer2007-07-151-0/+7
* - more docsMike Bayer2007-07-151-1/+1
* rearrange sqlite dialect initialization to be able to warn about pysqlite1 be...Ants Aasma2007-07-141-1/+1
* Refinement for r2890, column names should remain unicode.Jason Kirtland2007-07-131-0/+3
* - Keep reflected strings in the connection encoding, not unicode. For now.Jason Kirtland2007-07-121-10/+7
* dont cache reflected domains, lookup each timeMike Bayer2007-07-121-4/+1
* - Patch up MySQL reflection issues with old server versions, alpha drivers,Jason Kirtland2007-07-121-59/+98
* mssql: preliminary support for using scope_identity() with pyodbcPaul Johnston2007-07-111-1/+25
* mssql now able to reflect start and increment values for identity columnsPaul Johnston2007-07-111-6/+15
* Fix port option handling for mssql/pyodbc [ticket:634]Rick Morrison2007-07-091-2/+5
* postgres:Mike Bayer2007-06-291-4/+68
* some errors of droppedm mysql connections weren't being caught by the disconn...Ants Aasma2007-06-271-1/+1
* fix #624, modulo operator escaping on mysql and postgresAnts Aasma2007-06-262-0/+8
* - added dialect flag "auto_convert_lobs", defaults to True; will cause anyMike Bayer2007-06-221-4/+17
* - result.last_inserted_ids() should return a list that is identicallyMike Bayer2007-06-173-10/+14
* - datetime fixes: got subsecond TIMESTAMP to work [ticket:604],Mike Bayer2007-06-171-2/+14
* - sqlite better handles datetime/date/time objects mixed and matchedMike Bayer2007-06-171-6/+15
* test case for oracle timestamp adaptionMike Bayer2007-06-161-5/+5
* Multiple MSSQL fixes; see ticket #581Paul Johnston2007-06-131-22/+65
* - MySQL TEXT-derived types weren't respecting convert_unicode, fixes #601Jason Kirtland2007-06-131-1/+2
* (no commit message)Rick Morrison2007-06-061-0/+3
* - Rearrange placement of 'fields' (mysql 4.1 reserved word) so that itJason Kirtland2007-06-051-3/+5
* - added 'fields' to reserved words [ticket:590]Mike Bayer2007-06-051-1/+1
* include current versions in warning messages. simplify sqlite_ver test; if a...Jonathan Ellis2007-06-011-3/+3
* - Emit BOOL rather than BOOLEAN for MySQL booleans in DDL, for old versionsJason Kirtland2007-05-311-20/+28
* - some execution fixesMike Bayer2007-05-301-13/+5
* - Micro-documentation for why we set FOUND_ROWS flag (supports_sane_rowcount)Jason Kirtland2007-05-251-0/+2