summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/firebird/kinterbasdb.py
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated dialects and driversFederico Caselli2021-10-311-202/+0
* Replace all http:// links to https://Federico Caselli2021-07-041-6/+6
* Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-011-0/+1
* happy new yearMike Bayer2021-01-041-1/+1
* happy new yearMike Bayer2020-01-011-1/+1
* added additional error message to is_disconnect() for Firebird dialectslukens2019-10-111-1/+2
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-6/+8
* Run black -l 79 against all source filesMike Bayer2019-01-061-31/+45
* happy new yearMike Bayer2018-01-121-1/+1
* Support python3.6Mike Bayer2017-01-131-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-11/+15
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* - happy new yearMike Bayer2014-01-051-1/+1
* - The "asdecimal" flag used with the :class:`.Float` type will nowMike Bayer2013-12-271-1/+8
* Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects.Mike Bayer2013-06-301-33/+34
* - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-091-1/+1
* formattingMike Bayer2013-02-021-1/+2
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 passDiana Clarke2012-11-201-1/+1
* juts a 'expected 2 blank lines' pep8 passDiana Clarke2012-11-191-0/+2
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-12/+5
* - move out maxdbMike Bayer2012-10-181-0/+5
* - [feature] An experimental dialect for the fdbMike Bayer2012-09-231-10/+13
* trailing whitespace bonanzaMike Bayer2012-07-281-12/+12
* happy new yearMike Bayer2012-01-041-1/+1
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-091-1/+1
* - Some adjustments so that Interbase is supported as well.Mike Bayer2011-02-011-6/+13
* - Firebird numeric type now checks for Decimal explicitly,Mike Bayer2011-01-031-2/+3
* - whitespace removal bonanzaMike Bayer2011-01-021-12/+12
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-2/+2
* - idle 78-char adjustmentsMike Bayer2010-07-031-12/+19
* - Added 'connection shutdown' to the list of exception stringsMike Bayer2010-05-081-1/+2
* - Added integer coercion to the "type_conv" attribute whenMike Bayer2010-04-261-2/+4
* 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
* - get firebird on boardMike Bayer2010-03-191-3/+22
* - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke...Mike Bayer2010-03-141-3/+3
* happy new yearMike Bayer2010-01-071-1/+1
* Recognize more Firebird disconnection cases, fixing #1646 on trunkLele Gaifax2009-12-271-4/+3
* - DefaultRunner and subclasses have been removed. The jobMike Bayer2009-10-151-1/+0
* Fix #1560 revisiting Firebird dialect docsLele Gaifax2009-10-031-0/+29
* Fix #1185: better way of checking already initialized kinterbasdb backendLele Gaifax2009-09-151-5/+9
* merge 0.6 series to trunk.Mike Bayer2009-08-061-0/+70