summaryrefslogtreecommitdiff
path: root/test/engine
Commit message (Expand)AuthorAgeFilesLines
...
* Enable pypy tests on github workflowFederico Caselli2020-10-022-0/+4
* Add reflection for Identity columnsFederico Caselli2020-09-281-1/+27
* upgrade to black 20.8b1Mike Bayer2020-09-284-37/+98
* Stringify correctly for non-str exception argumentAndrzej BartosiƄski2020-09-201-3/+18
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-5/+8
* Pass all pool parameters in recreate()Mike Bayer2020-09-141-1/+56
* Deprecate engine-wise ss cursors; repair mariadbconnectorMike Bayer2020-09-131-3/+8
* Merge "Do not specify type on mssql by default"mike bayer2020-09-121-6/+1
|\
| * Do not specify type on mssql by defaultFederico Caselli2020-09-121-6/+1
* | Update select usage to use the new 1.4 formatFederico Caselli2020-09-086-55/+49
* | Create connection characteristics API; implement postgresql flagsMike Bayer2020-09-081-2/+151
* | MariaDB dialect implementationGeorg Richter2020-08-312-1/+3
* | Merge "internal test framework files for standardization of is_not/not_in;"mike bayer2020-08-303-15/+15
|\ \
| * | internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-293-15/+15
| |/
* | Emit v2.0 deprecation warning for "implicit autocommit"Gord Thompson2020-08-282-15/+196
* | Merge "make URL immutable"mike bayer2020-08-263-42/+195
|\ \
| * | make URL immutableMike Bayer2020-08-253-42/+195
| |/
* | Updates for MariaDB sequencesFederico Caselli2020-08-221-10/+5
|/
* normalize execute style for events, 2.0Mike Bayer2020-08-203-37/+208
* Update dialect for pg8000 version 1.16.0Tony Locke2020-08-183-11/+2
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-133-10/+17
* Don't link on_connect to first_connect event handlerMike Bayer2020-08-071-0/+69
* more docs for autocommit isolation levelMike Bayer2020-07-121-0/+11
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-084-200/+184
* Add an extra step to pool test_syncMike Bayer2020-06-271-0/+16
* Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-231-1/+0
* Warn when transaction context manager ends on inactive transactionMike Bayer2020-06-121-1/+20
* Turn on caching everywhere, add loggingMike Bayer2020-06-102-12/+17
* Add support for "real" sequences in mssqlGord Thompson2020-05-291-2/+7
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-1/+50
* Merge "Add immutabledict C code"mike bayer2020-05-231-2/+3
|\
| * Add immutabledict C codeMike Bayer2020-05-231-2/+3
* | Merge "Fix query string escaping in engine URLs"mike bayer2020-05-221-0/+5
|\ \
| * | Fix query string escaping in engine URLsMiguel Grinberg2020-05-211-0/+5
| |/
* | Structural / performance refinementsMike Bayer2020-05-221-19/+95
|/
* Disable "check unicode returns" under Python 3Mike Bayer2020-05-192-13/+37
* Update transaction / connection handlingMike Bayer2020-05-172-237/+619
* Actively unset reset agent in discard transactionMike Bayer2020-05-141-1/+15
* Assert reset agent always set correctly and is activeMike Bayer2020-05-132-0/+61
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-2/+2
* Create initial 2.0 engine implementationMike Bayer2020-04-164-51/+870
* The :meth:`.Inspector.reflecttable` was renamed to :meth:`.Inspector.reflect_...Federico Caselli2020-04-102-4/+17
* Remove code deprecated before version 1.1Federico Caselli2020-04-092-83/+1
* Merge "Convert schema_translate to a post compile"mike bayer2020-03-241-32/+29
|\
| * Convert schema_translate to a post compileMike Bayer2020-03-241-32/+29
* | Implement autocommit isolation level for cx_oracleGord Thompson2020-03-231-19/+10
|/
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-217-318/+624
* Support inspection of computed columnFederico Caselli2020-03-151-0/+36
* Fix tests failing for SQLite file databases; repair provisioningGord Thompson2020-03-132-8/+13
* Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-101-73/+39