summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/firebird
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated dialects and driversFederico Caselli2021-10-314-1344/+0
* labeling refactorMike Bayer2021-07-121-1/+1
* Replace all http:// links to https://Federico Caselli2021-07-044-17/+17
* Explicitly test for Connection in dialect.has_table()Mike Bayer2021-04-141-0/+1
* Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-013-0/+4
* Add identifier_preparer per-execution context for schema translatesMike Bayer2021-02-081-1/+1
* happy new yearMike Bayer2021-01-044-4/+4
* Apply underscore naming to several more operatorsjonathan vanasco2020-10-301-2/+2
* Adjust documentation wording for firebird and sybaseGord Thompson2020-05-151-7/+7
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-012-3/+3
* Deprecate unsupported dialects and dbapiFederico Caselli2020-04-291-1/+14
* Deprecate ``DISTINCT ON`` when not targeting PostgreSQLFederico Caselli2020-04-201-2/+1
* Run search and replace of symbolic module namesMike Bayer2020-04-141-1/+1
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-11/+25
* Remove print statement in favor of print() function in docs and examplesAlbert Tugushev2020-02-262-3/+3
* happy new yearMike Bayer2020-01-014-4/+4
* Support for generated columnsCaselIT2019-11-081-0/+11
* Use default repr() for quoted_name under python 3Mike Bayer2019-10-241-26/+0
* added additional error message to is_disconnect() for Firebird dialectslukens2019-10-111-1/+2
* Note DBAPIs and dialects that we don't supportMike Bayer2019-07-051-0/+6
* Reverse Alias nesting conceptMike Bayer2019-06-131-2/+2
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-6/+0
* happy new yearMike Bayer2019-01-114-4/+4
* Post black reformattingMike Bayer2019-01-064-49/+50
* Run black -l 79 against all source filesMike Bayer2019-01-064-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