summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - patch that makes MySQL rowcount work correctly! [ticket:396]Mike Bayer2006-12-131-1/+7
* - MySQL bool type fix: [ticket:307]Mike Bayer2006-12-091-0/+1
* - support for None as precision/length in numeric types for postgres, sqlite,...Mike Bayer2006-12-093-23/+33
* - MySQL detects errors 2006 (server has gone away) and 2014Mike Bayer2006-12-081-0/+16
* removed useless lineMike Bayer2006-12-031-1/+0
* - made kwargs parsing to Table strict; removed various obsoluete "redefine=Tr...Mike Bayer2006-11-261-1/+1
* fix to oracle types test, added RAW type [ticket:378]Mike Bayer2006-11-211-0/+4
* fix to previous checkinMike Bayer2006-11-211-2/+2
* [ticket:373]Mike Bayer2006-11-211-2/+3
* [ticket:366]Mike Bayer2006-11-211-1/+3
* reflect from table.fullname for schema supportMike Bayer2006-11-131-2/+2
* fix: auto_identity_insert was not working with non-list insert parmsRick Morrison2006-11-071-3/+5
* - fix to postgres sequence quoting when using schemasMike Bayer2006-10-301-1/+1
* further fixes to sqlite booleans, weren't working as defaultsMike Bayer2006-10-291-0/+2
* converted imports to absoluteMike Bayer2006-10-261-1/+1
* - MySQL catches exception on "describe" and reports as NoSuchTableErrorMike Bayer2006-10-241-1/+4
* updates to oracleMike Bayer2006-10-221-2/+6
* fixed pg reflection of timezonesMike Bayer2006-10-201-2/+8
* fix for sqlite refection of names with weird quotes around them in the DDL wh...Mike Bayer2006-10-191-1/+4
* various huge fixes from [ticket:330], thanks to Lele GaifaxMike Bayer2006-10-191-16/+48
* reorganizing classnames a bit, flagging "private" classes in the sql package,Mike Bayer2006-10-171-2/+2
* - ForeignKey(Constraint) supports "use_alter=True", to create/drop a foreign keyMike Bayer2006-10-152-0/+12
* - a fair amount of cleanup to the schema package, removal of ambiguousMike Bayer2006-10-147-23/+22