summaryrefslogtreecommitdiff
path: root/test/dialect/firebird.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-228/+0
* The column default has been renamed `server_default` in 0.5Lele Gaifax2008-05-161-3/+3
* Fix table.delete() argumentsLele Gaifax2008-05-151-1/+1
* Support Firebird 2.0+ RETURNINGLele Gaifax2008-05-141-1/+108
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-1/+1
* Firebird 2 has a SUBSTRING() builtin, expose it thru a functionLele Gaifax2008-04-111-0/+3
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-3/+3
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-9/+9
* Try to reflect also the Sequence on the PK under FirebirdLele Gaifax2008-01-111-1/+14
* func unittest fixMike Bayer2008-01-041-1/+1
* Implemented FBDialect.server_version_info()Lele Gaifax2007-12-151-6/+12
* Use the external strlen UDF for func.length() under FirebirdLele Gaifax2007-12-131-0/+22
* - Removed @testing.supported. Dialects in development or maintained outsideJason Kirtland2007-12-131-11/+4
* Reflect Firebird PassiveDefaultsLele Gaifax2007-12-121-1/+3
* Better reflection of Firebird data types.Lele Gaifax2007-12-091-0/+48
* - generation of "unique" bind parameters has been simplified to use the sameMike Bayer2007-12-061-1/+1
* - basic framework for generic functions, [ticket:615]Mike Bayer2007-12-051-1/+1
* - MSSQL anonymous labels for selection of functions made deterministicMike Bayer2007-11-181-1/+4
* repaired FB functions, [ticket:862]Mike Bayer2007-11-181-1/+7
* fixed firebird visit_alias [ticket:779]Mike Bayer2007-09-221-0/+15
* added stub/import tests for all dialectsJason Kirtland2007-08-211-0/+10