summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/interfaces.py
Commit message (Expand)AuthorAgeFilesLines
* make URL immutableMike Bayer2020-08-251-40/+155
* Don't link on_connect to first_connect event handlerMike Bayer2020-08-071-9/+9
* Documentation updates for 1.4Mike Bayer2020-08-051-1/+1
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-7/+7
* Added reflection method :meth:`.Inspector.get_sequence_names`Federico Caselli2020-06-031-2/+11
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-011-2/+2
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-13/+17
* Run search and replace of symbolic module namesMike Bayer2020-04-141-57/+71
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-47/+0
* Don't import provision.py unconditionallyMike Bayer2020-03-031-0/+29
* Update dialect API documentationMike Bayer2020-03-021-49/+125
* Result initial introductionMike Bayer2020-02-211-4/+97
* Deprecate connection branchingMike Bayer2020-02-211-28/+10
* happy new yearMike Bayer2020-01-011-1/+1
* Implement checkfirst for Index.create(), Index.drop()Mike Bayer2019-08-061-0/+18
* Modernize internal reflectionMike Bayer2019-08-061-24/+2
* Remove threadlocal engine strategy, engine strategies pool threadlocalMike Bayer2019-07-151-24/+0
* Ensure .engine is part of Connectable interface, implement as descriptorMike Bayer2019-07-081-0/+7
* Add resolve_fks=False option for reflectionMike Bayer2019-02-281-1/+1
* Fix many spell glitchesLele Gaifax2019-01-251-1/+1
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-9/+21
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-2/+0
* Merge "use ..deprecated directive w/ version in all cases"mike bayer2019-01-121-11/+14
|\
| * use ..deprecated directive w/ version in all casesMike Bayer2019-01-111-11/+14
* | happy new yearMike Bayer2019-01-111-1/+1
|/
* Post black reformattingMike Bayer2019-01-061-5/+4
* Run black -l 79 against all source filesMike Bayer2019-01-061-22/+29
* Allow multiple plugin namesMike Bayer2018-02-131-0/+10
* happy new yearMike Bayer2018-01-121-1/+1
* Refactor for cx_Oracle version 6oracle_numericMike Bayer2017-09-111-10/+0
* Add support for CACHE and ORDER to sequencesDavid Moore2017-07-051-1/+1
* Implement comments for tables, columnsFrazer McLean2017-03-171-0/+19
* Support python3.6Mike Bayer2017-01-131-2/+2
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-2/+2
* Spelling fixesVille Skyttä2016-10-081-1/+1
* Additions to support HAAlchemy pluginMike Bayer2016-09-161-0/+6
* Implemented CHECK constraint reflection for SQLite and PostgreSQLAlex Grönholm2016-06-011-0/+23
* - happy new yearMike Bayer2016-01-291-1/+1
* - reorganize schema_translate_map to be succinct and gain the performanceMike Bayer2016-01-111-1/+1
* - Added a new entrypoint system to the engine to allow "plugins" toMike Bayer2016-01-061-0/+105
* add CYCLE support to Sequence() and docstrings for NO MINVALUE and NO MAXVALUEpr/186jakeogh2015-06-271-1/+2
* add NO MINVALUE and NO MAXVALUE support to Sequence()jakeogh2015-06-271-1/+2
* add MAXVALUE support to Sequence()jakeogh2015-06-271-1/+1
* add MINVALUE support to Sequence()jakeogh2015-06-271-2/+2
* - Added support for the case of the misbehaving DBAPI that hasMike Bayer2015-05-151-0/+10
* - New features added to support engine/pool plugins with advancedMike Bayer2015-04-301-0/+53
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - Added new user-space accessors for viewing transaction isolationMike Bayer2015-01-201-3/+68
* - The engine-level error handling and wrapping routines will nowMike Bayer2014-12-051-1/+17