summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases
Commit message (Expand)AuthorAgeFilesLines
...
* - like() and ilike() take an optional keyword argumentMike Bayer2008-03-191-2/+2
* check for NoneMike Bayer2008-03-041-1/+3
* - postgres PGArray is a "mutable" type by default;Mike Bayer2008-03-041-2/+15
* - postgres TIMESTAMP renders correctly [ticket:981]Mike Bayer2008-02-271-0/+7
* - added exception wrapping/reconnect support to result setMike Bayer2008-02-251-1/+1
* - Invalid SQLite connection URLs now raise an error.Jason Kirtland2008-02-231-0/+7
* get basic compilation working for [ticket:972]Mike Bayer2008-02-171-3/+4
* - Fixed a couple pyflakes, cleaned up imports & whitespaceJason Kirtland2008-02-144-4/+4
* MSSQL now compiles func.now() to CURRENT_TIMESTAMPRick Morrison2008-02-141-1/+9
* Added EXEC to MSSQL _is_select regexp; should now detect row-returning stored...Rick Morrison2008-02-141-8/+40
* Fix: deletes with schemas on MSSQL 2000 [ticket:967]Paul Johnston2008-02-081-0/+2
* Strip schema from access tablesPaul Johnston2008-02-081-0/+7
* - Enabled schema support on SQLite, added the temporary table namespace to ta...Jason Kirtland2008-02-051-12/+43
* - Autodetect mysql's ANSI_QUOTES mode, sometimes. [ticket:845]Jason Kirtland2008-02-051-8/+67
* - fixed reflection of Time columns on sqliteJason Kirtland2008-02-011-27/+29
* - some consolidation of tests in select.py, movedMike Bayer2008-02-012-2/+16
* - Oracle and others properly encode SQL used for defaultsMike Bayer2008-01-301-1/+1
* - 2.3 fixup part three: 100% on postgres, mysqlJason Kirtland2008-01-221-1/+1
* - Oracle assembles the correct columns in the result setMike Bayer2008-01-191-1/+1
* fixed NOT ILIKEMike Bayer2008-01-111-1/+2
* - added "ilike()" operator to column operations.Mike Bayer2008-01-111-1/+2
* Reverted to False Firebird's supports_sane_rowcountLele Gaifax2008-01-111-1/+1
* Try to reflect also the Sequence on the PK under FirebirdLele Gaifax2008-01-111-3/+30
* - Warnings are now issued as SAWarning instead of RuntimeWarning; util.warn()...Jason Kirtland2008-01-119-36/+40
* Include column name in length-less String warning (more [ticket:912])Jason Kirtland2008-01-1010-264/+264
* Recognize another Firebird exception in dialect.is_disconnect()Lele Gaifax2008-01-101-0/+2
* - finally added PGMacAddr type to postgresMike Bayer2008-01-101-0/+5
* redid the _for_ddl String/Text deprecation warning correctly [ticket:912]Mike Bayer2008-01-0910-11/+11
* Fixed reflection of mysql empty string column defaults.Jason Kirtland2008-01-081-1/+1
* Fix for ticket [923]Rick Morrison2008-01-071-17/+13
* - changed name of TEXT to Text since its a "generic" type; TEXT name isMike Bayer2008-01-0510-19/+19
* Added REPLACE statements to mysql autocommit list.Jason Kirtland2008-01-041-1/+1
* fix not calling the result processor of PGArray subtypes. (a rather embarrasi...Ants Aasma2008-01-031-1/+1
* happy new yearMike Bayer2008-01-017-7/+7
* fix up oracle handling of LOB/string [ticket:902], slight fixes to defaults.p...Mike Bayer2008-01-011-7/+6
* - added is_disconnect() support for oracleMike Bayer2007-12-291-0/+6
* - sqlite SLDate type will not erroneously render "microseconds" portionMike Bayer2007-12-201-1/+4
* Fix for autoload of non-identity PK integer columns [824]Rick Morrison2007-12-191-7/+13
* - auto-reconnect support improved; a Connection can now automaticallyMike Bayer2007-12-192-2/+9
* - cleanup; lambdas removed from properties; properties mirror same-named func...Mike Bayer2007-12-181-1/+1
* Revert to use default poolclass under FirebirdLele Gaifax2007-12-151-2/+20
* Remove some spurious spacesLele Gaifax2007-12-151-3/+7
* Implemented FBDialect.server_version_info()Lele Gaifax2007-12-151-5/+34
* Firebird module documentationLele Gaifax2007-12-141-12/+125
* Use the external strlen UDF for func.length() under FirebirdLele Gaifax2007-12-131-0/+6
* Use an external UDF to implement the mod operator under FirebirdLele Gaifax2007-12-121-1/+8
* Some code-level docs for r3916Jason Kirtland2007-12-121-0/+5
* - on mysql, emit inner joins as 'INNER JOIN ... ON' (for version 3.23)Jason Kirtland2007-12-121-0/+8
* Reflect Firebird PassiveDefaultsLele Gaifax2007-12-121-11/+32
* Cosmetic changes to the Firebird reflection queries.Lele Gaifax2007-12-111-59/+63