summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/firebird.py
Commit message (Expand)AuthorAgeFilesLines
* merge 0.6 series to trunk.Mike Bayer2009-08-061-768/+0
* Fix deprecated usage of on numeric typeLele Gaifax2009-06-231-2/+2
* happy new yearMike Bayer2009-01-121-1/+1
* - Reflected foreign keys will properly locateMike Bayer2008-12-261-1/+1
* removed the "create_execution_context()" method from dialects and replacedMike Bayer2008-12-191-3/+1
* - Simplified the check for ResultProxy "autoclose without results"Mike Bayer2008-11-041-36/+1
* - The 'length' argument to all Numeric types has been renamedMike Bayer2008-08-241-3/+3
* - Temporarily rolled back the "ORDER BY" enhancementMike Bayer2008-08-061-1/+0
* - compiler visit_label() checks a flag "within_order_by" and will render its ...Mike Bayer2008-08-031-1/+2
* Corrects reflecttable in firebird database. Closes #1119.Michael Trier2008-07-291-1/+1
* - Removed 2.3 Decimal compatJason Kirtland2008-07-151-2/+2
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-1/+1
* - re-fixed the fix to the prefixes fixMike Bayer2008-07-061-12/+1
* Fix typoLele Gaifax2008-05-151-1/+1
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-1/+1
* Support Firebird 2.0+ RETURNINGLele Gaifax2008-05-141-2/+85
* Check for the presence of the Firebird generator, when creating/dropping a se...Lele Gaifax2008-05-121-4/+6
* Add another exception case to Firebird' is_disconnect()Lele Gaifax2008-05-121-1/+3
* TypoLele Gaifax2008-05-121-1/+1
* Use a BLOB when asked for a [VAR]CHAR without a length under FirebirdLele Gaifax2008-05-121-2/+8
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-9/+10
* Firebird 2 has a SUBSTRING() builtin, expose it thru a functionLele Gaifax2008-04-111-0/+12
* 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-111-2/+2
* Include column name in length-less String warning (more [ticket:912])Jason Kirtland2008-01-101-1/+1
* Recognize another Firebird exception in dialect.is_disconnect()Lele Gaifax2008-01-101-0/+2
* redid the _for_ddl String/Text deprecation warning correctly [ticket:912]Mike Bayer2008-01-091-1/+1
* - changed name of TEXT to Text since its a "generic" type; TEXT name isMike Bayer2008-01-051-2/+2
* happy new yearMike Bayer2008-01-011-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
* 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
* repaired FB functions, [ticket:862]Mike Bayer2007-11-181-3/+3
* Added support for dialects that have both sequences and autoincrementing PKs.Jason Kirtland2007-10-231-1/+2
* Unused imports.Jason Kirtland2007-10-131-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
* 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
* Firebird now passes all tests from /test/engine/reflection.py (except Unicode...Roger Demetrescu2007-10-041-35/+48
* firebird doesn't support sane rowcount.Roger Demetrescu2007-09-281-2/+2
* fixed firebird visit_alias [ticket:779]Mike Bayer2007-09-221-2/+2