summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/firebird
Commit message (Expand)AuthorAgeFilesLines
* Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects.Mike Bayer2013-06-303-46/+83
* Type lookup when reflecting the Firebird types LONG andMike Bayer2013-06-281-7/+6
* - fdb is now official, [ticket:2504]Mike Bayer2013-06-032-5/+5
* - the raw 2to3 runMike Bayer2013-04-271-2/+2
* - 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-014-4/+4
* Added missing import for "fdb" to the experimentalMike Bayer2012-11-291-1/+1
* - recognize that do_rollback() and do_commit() work with a DBAPI connection,Mike Bayer2012-11-221-4/+4
* kill me now, pep8 pass, so closeDiana Clarke2012-11-203-4/+2
* just a pep8 passDiana Clarke2012-11-202-15/+14
* juts a 'expected 2 blank lines' pep8 passDiana Clarke2012-11-193-0/+5
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-193-36/+14
* - move out maxdbMike Bayer2012-10-183-11/+28
* - fix fb function thing here, need **kw to break the loopMike Bayer2012-09-231-2/+2
* - [feature] An experimental dialect for the fdbMike Bayer2012-09-232-10/+82
* - got firebird runningMike Bayer2012-09-231-4/+20
* - [bug] CompileError is raised when VARCHAR withMike Bayer2012-09-101-0/+4
* - [feature] Reworked the startswith(), endswith(),Mike Bayer2012-08-271-2/+18
* - [feature] To complement [ticket:2547], typesMike Bayer2012-08-171-6/+2
* - update all the visit_mod() functions with new naming schemeMike Bayer2012-08-141-5/+3
* -whitespace bonanza, contdMike Bayer2012-07-281-1/+1
* trailing whitespace bonanzaMike Bayer2012-07-282-21/+21
* deprecate inspector.get_primary_keys() in favor of inspector.get_pk_constraint()Diana Clarke2012-04-021-3/+4
* typoes in lib/sqlalchemy/dialectsDiana Clarke2012-03-171-2/+2
* - [bug] A significant change to how labelingMike Bayer2012-02-051-1/+1
* happy new yearMike Bayer2012-01-043-3/+3
* - Firebird - the "implicit_returning" flag on create_engine() isMike Bayer2011-03-161-3/+3
* - need to limit the list of oracle fn's that don't get parens to aMike Bayer2011-02-111-0/+4
* - 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-012-9/+22
* Regarding reflection for this case, reflection of an int PK colMike Bayer2011-01-151-1/+2
* - the _pk_processors/_prefetch_processors approach relied upon calling RPs wi...Mike Bayer2011-01-151-2/+2
* - A TypeDecorator of Integer can be used with a primary keyMike Bayer2011-01-111-2/+3
* - Firebird numeric type now checks for Decimal explicitly,Mike Bayer2011-01-032-3/+4
* - whitespace removal bonanzaMike Bayer2011-01-023-16/+16
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-023-4/+10
* merge tipMike Bayer2010-09-191-1/+2
|\
| * - Fixed FB bug whereby a column default would fail toMike Bayer2010-09-061-1/+2
* | - move LIMIT/OFFSET rendering to be as bind parameters, for all backendsMike Bayer2010-08-291-2/+2
|/
* - idle 78-char adjustmentsMike Bayer2010-07-032-44/+82
* - Firebird dialect adds CHAR, VARCHAR types whichMike Bayer2010-06-191-2/+39
* - Fixed incorrect signature in do_execute() for firebird, access, errorMike Bayer2010-06-091-1/+1
* - 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
* - 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