summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/firebird/base.py
Commit message (Expand)AuthorAgeFilesLines
* Support python3.6Mike Bayer2017-01-131-4/+4
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Port lower case quoted name fix to firebirdMike Bayer2016-11-161-0/+3
* - happy new yearMike Bayer2016-01-291-1/+1
* - for DB's w/o a real "autoincrement", reflection should be returningMike Bayer2015-10-071-1/+1
* - Fixed a regression that was incorrectly fixed in 1.0.0b4Mike Bayer2015-04-241-2/+0
* - Fixed support for "literal_binds" mode when using limit/offsetMike Bayer2015-04-231-4/+4
* Update base.pypr/168effem-git2015-04-231-2/+2
* - also add this to Oracle, and defensively to firebird and sybaseMike Bayer2015-03-241-0/+2
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - Custom dialects that implement :class:`.GenericTypeCompiler` canMike Bayer2015-01-161-10/+10
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-66/+66
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* Remove unused importDobes Vandermeer2014-04-251-1/+0
* Use _offset_clause and _limit_clause, which are always Visitable and usually ...Dobes Vandermeer2014-04-251-4/+4
* Proof-of-concept implementation of supporting bindparam for offset and limit ...Dobes Vandermeer2014-04-241-3/+3
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-181-0/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* - Changed the queries used by Firebird to list table and view namesMike Bayer2013-12-271-5/+21
* - The firebird dialect will quote identifiers which begin with anMike Bayer2013-12-271-0/+1
* - Fixed bug in Firebird index reflection where the columns within theMike Bayer2013-12-271-1/+1
* Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects.Mike Bayer2013-06-301-12/+0
* Type lookup when reflecting the Firebird types LONG andMike Bayer2013-06-281-7/+6
* - the raw 2to3 runMike Bayer2013-04-271-2/+2
* happy new year (see #2645)Diana Clarke2013-01-011-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-201-1/+1
* just a pep8 passDiana Clarke2012-11-201-14/+13
* juts a 'expected 2 blank lines' pep8 passDiana Clarke2012-11-191-0/+2
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-11/+2
* - move out maxdbMike Bayer2012-10-181-5/+14
* - fix fb function thing here, need **kw to break the loopMike Bayer2012-09-231-2/+2
* - 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
* trailing whitespace bonanzaMike Bayer2012-07-281-9/+9
* 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-041-1/+1
* - 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
* - Some adjustments so that Interbase is supported as well.Mike Bayer2011-02-011-3/+9
* 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-031-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-1/+1