summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases
Commit message (Expand)AuthorAgeFilesLines
* - named_with_column becomes an attributeMike Bayer2007-11-257-45/+29
* - all kinds of cleanup, tiny-to-slightly-significant speed improvementsMike Bayer2007-11-243-30/+21
* - MSSQL anonymous labels for selection of functions made deterministicMike Bayer2007-11-181-6/+6
* repaired FB functions, [ticket:862]Mike Bayer2007-11-181-3/+3
* Tests for mysql casts and a couple adjustments.Jason Kirtland2007-11-181-6/+6
* Migrated Connection.properties to Connection.info ('info' is the new standard...Jason Kirtland2007-11-181-8/+8
* - oracle will now reflect "DATE" as an OracleDateTime column, notMike Bayer2007-11-181-3/+16
* More column type __repr__ corrections.Jason Kirtland2007-11-131-1/+1
* - anonymous column expressions are automatically labeled.Mike Bayer2007-11-103-3/+4
* - mysql float types now do an end run around the base class and respect preci...Jason Kirtland2007-11-091-14/+86
* - figured out a way to get previous oracle behavior back. the ROWID thingMike Bayer2007-11-051-1/+1
* - adjustments to oracle ROWID logic...recent oid changes mean we have toMike Bayer2007-11-051-5/+8
* Whitespace cleanupJason Kirtland2007-11-051-81/+80
* - SHOW CREATE TABLE output is slightly different if msyql is in ANSI modeJason Kirtland2007-11-051-7/+11
* - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ...Mike Bayer2007-11-031-1/+0
* Added some more notes for maxdbJason Kirtland2007-11-031-58/+66
* added REAL to reflection listMike Bayer2007-10-311-0/+1
* Fixup sp_columns callPaul Johnston2007-10-311-1/+1
* - Refinements for maxdb's handling of SERIAL and FIXED columnsJason Kirtland2007-10-311-18/+38
* - merged path_based_options branchMike Bayer2007-10-281-9/+0
* - inlined a couple of context variablesMike Bayer2007-10-271-3/+3
* - removed regular expression step from most statement compilations.Mike Bayer2007-10-271-14/+18
* Make access dao detecting more reliable #828Paul Johnston2007-10-261-3/+9
* - Added initial version of MaxDB dialect.Jason Kirtland2007-10-232-2/+1087
* Added support for dialects that have both sequences and autoincrementing PKs.Jason Kirtland2007-10-233-3/+6
* - sqlite will reflect "DECIMAL" as a numeric columnMike Bayer2007-10-221-0/+1
* Fixed empty (zero column) sqlite inserts, allowing inserts onJason Kirtland2007-10-191-0/+15
* - added test coverage for unknown type reflection, fixedMike Bayer2007-10-182-4/+4
* - Added support for UPDATE with LIMIT on mysql.Jason Kirtland2007-10-161-2/+40
* - PG reflection, upon seeing the default schema name being used explicitlyMike Bayer2007-10-141-0/+5
* - attempted to add a test for #622 / #751, but cant reproduce the failing con...Mike Bayer2007-10-141-1/+1
* Moved author comment preventing python 2.3 from importing the module...Jason Kirtland2007-10-131-1/+2
* Snipped another generator expression.Jason Kirtland2007-10-131-1/+2
* Unused imports.Jason Kirtland2007-10-132-2/+2
* Fixed reference bug in Connect, switched docstring formatJason Kirtland2007-10-131-21/+13
* - sybase cleanups: unused imports, adjusted docstrings, trailing whitespaceJason Kirtland2007-10-132-111/+121
* A few fixes to the access dialectPaul Johnston2007-10-121-31/+22
* Fix broken update/delete queries on MSSQL when tables have a schemaPaul Johnston2007-10-121-1/+1
* firebird: Fixed reflection for Integer and Numeric (after introducing Float c...Roger Demetrescu2007-10-121-1/+1
* Firebird: added Float and Time types (FBFloat and FBTime). Fixed BLOB SUB_TYP...Roger Demetrescu2007-10-121-3/+42
* - sqlite housekeeping- added dialect test & moved tests there, pruned the dia...Jason Kirtland2007-10-111-9/+20
* applied patch for pymssql 30-char limitRick Morrison2007-10-101-2/+3
* - Fixed oracle 'use_ansi'-via-engine-url handling, added support for 'mode=sy...Jason Kirtland2007-10-101-6/+24
* make two-phase transactions work a bit better by letting psycopg do whatever ...Ants Aasma2007-10-101-0/+2
* - initial sybase support checkin, [ticket:785]Mike Bayer2007-10-102-0/+943
* - fixed Oracle non-ansi join syntaxMike Bayer2007-10-101-5/+11
* - a better fix for [ticket:810]. The cause was two phase commit/rollback not ...Ants Aasma2007-10-081-3/+2
* - fix multiple consequent two phase transactions not working with postgres. F...Ants Aasma2007-10-081-0/+3
* Firebird now uses dialect.preparer to format sequences names.Roger Demetrescu2007-10-081-4/+5
* Firebird dialect now uses SingletonThreadPool as its poolclass.Roger Demetrescu2007-10-071-1/+2