summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/create.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in :paramref:`_engine.create_engine.isolation_level` namesFederico Caselli2020-09-081-2/+2
* make URL immutableMike Bayer2020-08-251-4/+1
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-1/+1
* Don't link on_connect to first_connect event handlerMike Bayer2020-08-071-4/+12
* Robustness for lambdas, lambda statementsMike Bayer2020-08-051-1/+1
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-1/+17
* introduce deferred lambdasMike Bayer2020-07-031-2/+1
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-2/+2
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-1/+12
* Convert execution to move through SessionMike Bayer2020-05-251-0/+17
* Cross reference do_connect() event w/ creatorMike Bayer2020-05-221-0/+12
* Clarify create_engine encoding; update cx_OracleMike Bayer2020-05-061-24/+28
* Create initial 2.0 engine implementationMike Bayer2020-04-161-1/+2
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-13/+14
* Run search and replace of symbolic module namesMike Bayer2020-04-141-18/+22
* Enable zzzeeksphinx module prefixesMike Bayer2020-04-141-1/+1
* Result initial introductionMike Bayer2020-02-211-0/+7
* Query linter optionAlessio Bogon2020-01-221-0/+16
* happy new yearMike Bayer2020-01-011-1/+1
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-221-18/+14
* Remove redundant assignment in .../engine/create.pyPedro Cunial2019-10-281-2/+0
* Add max_identifier_length parameter; warn for OracleMike Bayer2019-10-021-1/+24
* Add hide_parameters flag to create_engineMike Bayer2019-08-221-0/+6
* Add new "exec_once_unless_exception" system; apply to dialect.initializeMike Bayer2019-08-181-1/+3
* Correct name for json_serializer / json_deserializer, document and testMike Bayer2019-08-081-0/+16
* Remove threadlocal engine strategy, engine strategies pool threadlocalMike Bayer2019-07-151-0/+568