summaryrefslogtreecommitdiff
path: root/test/dialect/test_firebird.py
Commit message (Expand)AuthorAgeFilesLines
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-51/+47
* - Fixed bug where the combination of "limit" rendering asMike Bayer2014-04-301-2/+5
* - The firebird dialect will quote identifiers which begin with anMike Bayer2013-12-271-0/+9
* Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects.Mike Bayer2013-06-301-0/+73
* - the raw 2to3 runMike Bayer2013-04-271-1/+1
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-3/+4
* - [bug] CompileError is raised when VARCHAR withMike Bayer2012-09-101-4/+36
* -whitespace bonanza, contdMike Bayer2012-07-281-2/+2
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-5/+5
* - convert @provide_metadata to use self accessMike Bayer2011-03-261-0/+3
* - Some adjustments so that Interbase is supported as well.Mike Bayer2011-02-011-4/+12
* - Firebird numeric type now checks for Decimal explicitly,Mike Bayer2011-01-031-0/+14
* - whitespace removal bonanzaMike Bayer2011-01-021-3/+3
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-2/+2
* - Fixed FB bug whereby a column default would fail toMike Bayer2010-09-061-1/+17
* test/dialectMike Bayer2010-07-111-109/+140
* - Firebird dialect adds CHAR, VARCHAR types whichMike Bayer2010-06-191-0/+16
* further testing reveals that cursor.rowcount is only called with update/delet...Mike Bayer2010-04-121-3/+2
* - The functionality of result.rowcount is now disabledMike Bayer2010-04-111-9/+36
* Fix #1663: the whitespace after DEFAULT may start with a newlineLele Gaifax2010-01-281-3/+126
* Fix #1451: take into account the actual coding system when determining the fi...Lele Gaifax2009-08-071-0/+1
* Fix #1429: take into account possible spurious spaces around the DEFAULT keywordLele Gaifax2009-08-071-4/+6
* merge 0.6 series to trunk.Mike Bayer2009-08-061-89/+34
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+228