summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases
Commit message (Expand)AuthorAgeFilesLines
* Tested with pymssql 0.8.0Rick Morrison2007-02-211-4/+13
* (no commit message)Rick Morrison2007-02-191-13/+21
* - oracle issues a log warning when a related table cant be reflected due to c...Mike Bayer2007-02-191-8/+4
* Completed previously missed patches from tickets 422 and 415Rick Morrison2007-02-181-13/+26
* - modified patch for [ticket:379] - detecting synonyms, dblinks in reflection...Mike Bayer2007-02-171-45/+103
* - moved change for [ticket:466] to ansisql, since thats the syntax for all da...Mike Bayer2007-02-171-8/+0
* added PGInet type [ticket:444]Mike Bayer2007-02-171-0/+5
* - added a Sequence to the unicode test tables to help OracleMike Bayer2007-02-171-0/+9
* commented out ImportError for now; will issue new ticket for handling dialect...Mike Bayer2007-02-171-3/+3
* - fixed oracle list of binary types to check for their presence in the module...Mike Bayer2007-02-171-2/+4
* better MSSSQL support for implicit sequences and auto-insert, ticket 415Rick Morrison2007-02-161-13/+22
* Fix Fix for adodbapi bug introduced by ticket 419Rick Morrison2007-02-161-13/+22
* Func rewrite for better unittest compatibilityRick Morrison2007-02-161-28/+38
* dont do RAWTOHEX on NoneMike Bayer2007-02-151-2/+5
* revert old unittest patch for MSSQLRick Morrison2007-02-151-0/+2
* MSSSQL is now passing unit tests (well, some) thanks to Paul JohnstonRick Morrison2007-02-151-8/+19
* run-time selectable DB-API modules for mssql [ticket:419]Rick Morrison2007-02-141-22/+62
* Fix for ticket 473Rick Morrison2007-02-141-0/+7
* Fix query.get for MSSQL tables with schema specifiedRick Morrison2007-02-141-0/+1
* ticket 298 plus transaction fixes for pymssqlRick Morrison2007-02-061-6/+18
* - added PGInterval type [ticket:460]Mike Bayer2007-02-061-1/+5
* - added PrefetchingResultProxy support to pre-fetch LOB columns when they areMike Bayer2007-02-061-0/+11
* - added "schema" argument to all has_table() calls, only supported so far by PGMike Bayer2007-02-045-6/+6
* - added literal_column() to specify a column clause that should not undergo a...Mike Bayer2007-02-041-2/+2
* - more quoting fixes for [ticket:450]...quoting more aggressive (but still sk...Mike Bayer2007-02-041-2/+4
* - sequences on a non-pk column will properly fire off on INSERT for PG/oracleMike Bayer2007-02-022-4/+11
* added regexp search for "schema" in sequence reflection for [ticket:442], cou...Mike Bayer2007-01-281-0/+6
* - fix to reflection on older DB's that might return array() type forMike Bayer2007-01-251-1/+6
* oracle can conditionally decide if it wants to say "use rowid" in a select st...Mike Bayer2007-01-243-4/+7
* - *slight* support for binary, but still need to figure out how to insert rea...rel_0_3_4Mike Bayer2007-01-231-5/+9
* attempting to get oracle binary workingMike Bayer2007-01-231-0/+7
* - mysql table create options work on a generic passthru now, i.e. Table(..., ...Mike Bayer2007-01-201-5/+6
* has_table wasnt handling case-sensitive table namesMike Bayer2007-01-191-2/+2
* - fix to the initial checkfirst for tables to take current schema into accoun...Mike Bayer2007-01-171-3/+6
* - postgres cursor option is now server_side_cursors=False; some users get bad...Mike Bayer2007-01-142-11/+12
* - mysql is inconsistent with what kinds of quotes it uses in foreign keys dur...Mike Bayer2007-01-121-3/+3
* - postgres no longer uses client-side cursors, uses more efficient server sideMike Bayer2007-01-101-3/+12
* typo fix (thanks Paul J)Rick Morrison2007-01-061-1/+1
* tweak to support reflecting eqlite columns that didnt specify a typeMike Bayer2007-01-061-2/+6
* copyright updateMike Bayer2007-01-056-6/+6
* Removed "burned-in" schema name of "dbo". Suggested by janezjRick Morrison2007-01-041-3/+7
* Patch from Paul Johnston that refactors adodbapi vs. pymssql a bit, fixes bro...Rick Morrison2007-01-041-52/+37
* - Firebird fix to autoload multifield foreign keys [ticket:409]Mike Bayer2007-01-031-52/+70
* - fixes to postgres reflection to better handle when schema names are present;Mike Bayer2006-12-241-53/+34
* reversing last commitRick Morrison2006-12-181-6/+1
* added missing ref to between in sql.py __all__Rick Morrison2006-12-171-1/+6
* - added "BIGSERIAL" support for postgres table with PGBigInteger/autoincrementMike Bayer2006-12-151-1/+4
* PGBigInteger subclasses PGInteger so it gets usedMike Bayer2006-12-151-1/+1
* fixed the raise for mysql to re-raise the errorrel_0_3_3Mike Bayer2006-12-151-2/+2
* fix to the fix for [ticket:396] plus a unit testMike Bayer2006-12-151-3/+5