summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/firebird
Commit message (Expand)AuthorAgeFilesLines
...
* - Added a label to the query used within has_table() andMike Bayer2010-04-261-2/+2
* further testing reveals that cursor.rowcount is only called with update/delet...Mike Bayer2010-04-121-10/+14
* - The functionality of result.rowcount is now disabledMike Bayer2010-04-111-9/+34
* removed all dialect table_names() methods and standardizedMike Bayer2010-03-191-5/+2
* - get firebird on boardMike Bayer2010-03-191-3/+22
* - moved most Decimal bind/result handling into types.py, out of sqlite, mysql...Mike Bayer2010-03-181-1/+1
* - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke...Mike Bayer2010-03-141-3/+3
* Fix #1663: the whitespace after DEFAULT may start with a newlineLele Gaifax2010-01-281-9/+10
* - oracle + firebird: "case sensitivity" feature will detect an all-lowercaseMike Bayer2010-01-241-1/+5
* happy new yearMike Bayer2010-01-072-2/+2
* Recognize more Firebird disconnection cases, fixing #1646 on trunkLele Gaifax2009-12-271-4/+3
* - The Boolean type, when used on a backend that doesn'tMike Bayer2009-12-061-23/+4
* - pg8000 + postgresql dialects now check for float/numeric returnMike Bayer2009-11-151-1/+1
* - The "start" and "increment" attributes on Sequence nowMike Bayer2009-11-031-1/+8
* add "dialect" to the __all__ of each root dialect packageMike Bayer2009-11-011-2/+4
* - Corrected the "has_sequence" query to take current schema,Mike Bayer2009-10-211-1/+1
* Fix reST markupLele Gaifax2009-10-191-3/+3
* Modernise doc about returning() supportLele Gaifax2009-10-191-12/+17
* - DefaultRunner and subclasses have been removed. The jobMike Bayer2009-10-152-13/+11
* export UPPERCASE types as "from sqlalchemy.dialects.<dbname> import VARCHAR, ...Mike Bayer2009-10-101-1/+12
* Fix #1560 revisiting Firebird dialect docsLele Gaifax2009-10-032-11/+35
* merge from branches/clauseelement-nonzeroPhilip Jenvey2009-09-241-1/+1
* Fix #1185: better way of checking already initialized kinterbasdb backendLele Gaifax2009-09-151-5/+9
* Revisited Firebird's keywords setLele Gaifax2009-09-151-43/+42
* close cursors: mostly fetchone -> firstPhilip Jenvey2009-09-111-2/+1
* Fix #1451: take into account the actual coding system when determining the fi...Lele Gaifax2009-08-071-1/+2
* Fix #1429: take into account possible spurious spaces around the DEFAULT keywordLele Gaifax2009-08-071-3/+8
* M-x whitespace-cleanupLele Gaifax2009-08-071-6/+6
* merge 0.6 series to trunk.Mike Bayer2009-08-063-0/+699