summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/firebird
Commit message (Expand)AuthorAgeFilesLines
* flake8 refactor - dialectsMike Bayer2019-01-051-8/+8
* partial cherry-pick of master flake8. clean cherrypick for lib and test,Mike Bayer2019-01-052-6/+4
* - do a broken zimports run on libMike Bayer2019-01-053-36/+38
* step 1, straight black -l 79 runMike Bayer2019-01-054-218/+481
* Ensure all visit_sequence accepts **kw argsMike Bayer2018-04-041-1/+1
* Convert dialect modules to relative imports and testMike Bayer2018-02-051-6/+5
* happy new yearMike Bayer2018-01-124-4/+4
* Support python3.6Mike Bayer2017-01-132-5/+5
* update for 2017 copyrightMike Bayer2017-01-044-4/+4
* Port lower case quoted name fix to firebirdMike Bayer2016-11-161-0/+3
* - happy new yearMike Bayer2016-01-294-4/+4
* - 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-104-4/+4
* - 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-203-86/+92
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-094-4/+8
* Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i...Mike Bayer2014-05-161-5/+4
|\
| * 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
* | Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
|/
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-181-0/+2
* - happy new yearMike Bayer2014-01-054-4/+4
* - 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
* - 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-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