summaryrefslogtreecommitdiff
path: root/test/sql/test_returning.py
Commit message (Expand)AuthorAgeFilesLines
* add deterministic imv returning ordering using sentinel columnsMike Bayer2023-04-211-5/+55
* establish consistency for RETURNING column labelsMike Bayer2022-11-111-0/+44
* Revert automatic set of sequence start to 1Federico Caselli2022-10-171-1/+1
* ORM bulk insert via executeMike Bayer2022-09-241-0/+195
* implement batched INSERT..VALUES () () for executemanyMike Bayer2022-09-241-39/+434
* Generalize RETURNING and suppor for MariaDB / SQLiteDaniel Black2022-06-021-144/+169
* pep484: schema APIMike Bayer2022-04-151-1/+1
* pep-484: the pep-484ening, SQL part threeMike Bayer2022-03-301-0/+110
* Deprecate create_engine.implicit_returningjonathan vanasco2021-11-091-33/+0
* Remove deprecated dialects and driversFederico Caselli2021-10-311-6/+1
* Modernize tests - dml_whereclauseGord Thompson2021-07-261-5/+7
* don't cache TypeDecorator by defaultMike Bayer2021-05-061-0/+2
* update execute() arg formats in modules and testsMike Bayer2021-01-151-1/+1
* Check for column expr in Oracle RETURNING checkMike Bayer2021-01-041-0/+84
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-41/+33
* Allow multiple returning() callsMike Bayer2020-11-111-6/+2
* Warn / raise for returning() / return_defaults() combinationsMike Bayer2020-11-111-0/+74
* upgrade to black 20.8b1Mike Bayer2020-09-281-1/+6
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-2/+2
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-3/+3
* Updates for MariaDB sequencesFederico Caselli2020-08-221-0/+24
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-0/+121
* Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-231-7/+26
* Add support for "real" sequences in mssqlGord Thompson2020-05-291-3/+6
* Clean up .execute in test/sql/test_returning.pyGord Thompson2020-04-141-92/+92
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-2/+2
* Result initial introductionMike Bayer2020-02-211-16/+35
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-1/+0
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-1/+1
* Post black reformattingMike Bayer2019-01-061-20/+19
* Run black -l 79 against all source filesMike Bayer2019-01-061-161/+180
* Refactor for cx_Oracle version 6oracle_numericMike Bayer2017-09-111-4/+0
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-1/+0
* Support python3.6Mike Bayer2017-01-131-1/+1
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-1/+1
* - add some more oracle skipsMike Bayer2015-12-141-0/+2
* - Fixed bug in :meth:`.Update.return_defaults` which would cause allMike Bayer2015-12-141-0/+25
* - Fixed issue where the columns from a SELECT embedded in anMike Bayer2014-11-111-0/+33
* - pep8Mike Bayer2014-08-201-16/+29
* - update the flake8 rules againMike Bayer2014-07-181-73/+107
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-0/+6
* repair missing oracle skipMike Bayer2013-08-281-1/+1
* callcountsMike Bayer2013-08-271-1/+1
* - cx_oracle seems to have a bug here though it is hard to track downMike Bayer2013-08-271-12/+14
* - ensure rowcount is returned for an UPDATE with no implicit returningMike Bayer2013-08-251-1/+1
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-251-0/+122
* - this test is ridiculous, executemany() + returning not supportedMike Bayer2013-03-091-20/+0
* internally at least refer to multirow as "multivalues", to distinguish betweenMike Bayer2012-12-081-1/+1
* - multivalued inserts, [ticket:2623]Mike Bayer2012-12-081-19/+34
* - don't call get_lastrowid() on explicit returningMike Bayer2012-10-041-18/+15