summaryrefslogtreecommitdiff
path: root/test/dialect/test_firebird.py
Commit message (Expand)AuthorAgeFilesLines
* - 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