summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases/firebird.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* adjusting firebird, obviously needs someone to testMike Bayer2007-09-011-5/+4
* factored out uses_sequences_for_inserts() intoMike Bayer2007-09-011-3/+1
* - got all examples workingMike Bayer2007-09-011-1/+4
* engine.url cleanups [ticket:742]Jason Kirtland2007-08-291-1/+1
* - method call removalMike Bayer2007-08-201-9/+5
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-25/+17
* switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar...Jonathan Ellis2007-08-031-1/+1
* engine.table_names()Jonathan Ellis2007-07-291-0/+4
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-26/+31
* - some execution fixesMike Bayer2007-05-301-13/+5
* turned off supports_sane_rowcount until someone wants to fix #370Mike Bayer2007-05-251-1/+1
* - set max identifier length to 31Mike Bayer2007-05-081-0/+3
* added "is_disconnect()" for firebirdMike Bayer2007-04-181-0/+6