summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/interfaces.py
Commit message (Expand)AuthorAgeFilesLines
* provide connectionfairy on initializeMike Bayer2021-11-291-264/+721
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-261-0/+19
* propose emulated setinputsizes embedded in the compilerMike Bayer2021-11-231-1/+69
* Remove object in class definitionFederico Caselli2021-11-221-5/+5
* Merge "fully support isolation_level parameter in base dialect" into mainmike bayer2021-11-181-0/+47
|\
| * fully support isolation_level parameter in base dialectMike Bayer2021-11-181-0/+47
* | Deprecate create_engine.implicit_returningjonathan vanasco2021-11-091-8/+0
|/
* fully implement future engine and remove legacyMike Bayer2021-11-071-18/+0
* Merge "2.0 removals: LegacyRow, connectionless execution, close_with_result" ...mike bayer2021-10-311-35/+22
|\
| * 2.0 removals: LegacyRow, connectionless execution, close_with_resultMike Bayer2021-10-311-35/+22
* | The ``has_table`` method now also checks viewsFederico Caselli2021-10-311-1/+8
|/
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-171-1/+36
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Remove pep484 type comments from the codeFederico Caselli2021-05-161-7/+0
* Update black flak8 and zimportsFederico Caselli2021-05-121-2/+4
* Explicitly test for Connection in dialect.has_table()Mike Bayer2021-04-141-5/+18
* Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-011-0/+18
* Repair pysqlcipher and use sqlcipher3Mike Bayer2021-03-241-0/+71
* Implement Mypy pluginMike Bayer2021-03-131-1/+1
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-1/+1
* happy new yearMike Bayer2021-01-041-1/+1
* Gracefully degrade on v$transaction not readableMike Bayer2020-12-181-0/+20
* tutorial 2.0 WIPreview/mike_bayer/tutorial20Mike Bayer2020-10-311-1/+2
* Genericize setinputsizes and support pyodbcMike Bayer2020-10-161-0/+15
* indicate legacy ping recipe for handle_error casesMike Bayer2020-10-151-0/+10
* upgrade to black 20.8b1Mike Bayer2020-09-281-2/+2
* 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