summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases
Commit message (Expand)AuthorAgeFilesLines
* 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
* Better reflection of Firebird data types.Lele Gaifax2007-12-091-19/+23
* - basic framework for generic functions, [ticket:615]Mike Bayer2007-12-051-3/+3
* default value of assert_unicode is None on String, False on create_engine(), ...Mike Bayer2007-11-281-2/+2
* un-screw up the attribute manager checkinMike Bayer2007-11-271-30/+2
* fixed reflection of unicode, [ticket:881]Mike Bayer2007-11-271-6/+9
* AttributeManager class and "cached" state removed....attribute listingMike Bayer2007-11-271-2/+30
* Fix: MSSQL set identity_insert and errors [ticket:538]Paul Johnston2007-11-251-17/+23
* Fix: test_decimal on MSSQL - use a value that is accurately represented as a ...Paul Johnston2007-11-251-1/+12
* Fix: MSSQL concatenate operator is + not || [ticket:879]Paul Johnston2007-11-251-1/+4
* Avoid doubling quoting of identifier in MSSQL reflectionPaul Johnston2007-11-251-1/+1
* Make function a reserved word in MSSQLPaul Johnston2007-11-251-5/+5
* MSSQL/PyODBC no longer has a global set nocount onPaul Johnston2007-11-251-10/+3
* Change to make PyODBC result fetching a bit more reliablePaul Johnston2007-11-251-8/+8
* column.foreign_key -> foreign_keys in MSSQLPaul Johnston2007-11-251-2/+2
* - 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