summaryrefslogtreecommitdiff
path: root/test/dialect/oracle
Commit message (Expand)AuthorAgeFilesLines
* dont qualify literal_binds with literal_executeMike Bayer2021-08-071-0/+23
* Modernize tests - select(whereclause)Gord Thompson2021-07-041-25/+31
* Add impl property to PostgreSQL / Oracle INTERVAL classMajorDallas2021-06-221-0/+4
* Update black flak8 and zimportsFederico Caselli2021-05-121-1/+1
* don't cache TypeDecorator by defaultMike Bayer2021-05-062-0/+2
* Propertly ignore ``Identity`` in MySQL and MariaDb.Federico Caselli2021-04-281-0/+11
* Fix LegacyRow/Row index accessMike Bayer2021-04-081-11/+16
* Fix MSSQL / Oracle limit/offset regressionsFederico Caselli2021-03-312-26/+45
* Implement support for functions as FROM with columns clause supportMike Bayer2021-02-032-0/+139
* don't fail if purge recyclebin fails/mutex on registryMike Bayer2021-02-021-2/+5
* Allow Oracle CLOB/NCLOB/BLOB in returningMike Bayer2021-01-281-0/+66
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-3/+4
* Revert "Implement support for functions as FROM with columns clause support"Mike Bayer2021-01-212-139/+0
* Implement support for functions as FROM with columns clause supportMike Bayer2021-01-202-0/+139
* update execute() arg formats in modules and testsMike Bayer2021-01-153-11/+15
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-134-13/+13
* remove more bound metadataMike Bayer2021-01-051-11/+9
* remove metadata.bind use from test suiteMike Bayer2021-01-033-244/+193
* Merge "test fixes for oracle 18c"mike bayer2020-12-181-1/+1
|\
| * test fixes for oracle 18cMike Bayer2020-12-181-1/+1
* | Gracefully degrade on v$transaction not readableMike Bayer2020-12-181-0/+67
|/
* Merge "correct for "autocommit" deprecation warning"mike bayer2020-12-113-194/+199
|\
| * correct for "autocommit" deprecation warningMike Bayer2020-12-113-194/+199
* | Implement Oracle SERIALIZABLE + real read of isolation levelMike Bayer2020-12-091-1/+7
|/
* Properly render ``cycle=False`` and ``order=False``Federico Caselli2020-12-011-1/+4
* Don't discard leftovers from surface_selectablesMike Bayer2020-11-261-0/+18
* Support pool.connect() event firing before all elseMike Bayer2020-11-191-0/+46
* Convert to autoload_with internallyMike Bayer2020-11-072-92/+108
* Add reflection for Identity columnsFederico Caselli2020-09-283-9/+74
* upgrade to black 20.8b1Mike Bayer2020-09-283-11/+40
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-10/+12
* Don't rely on string col name in adapt_to_contextMike Bayer2020-09-061-3/+3
* Emit v2.0 deprecation warning for "implicit autocommit"Gord Thompson2020-08-281-24/+35
* Add support for regular expression on supported backend.Federico Caselli2020-08-271-0/+131
* Add support for identity columnsFederico Caselli2020-08-191-0/+39
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-084-90/+69
* Use index name to determine if an index is for the PKMike Bayer2020-06-251-0/+79
* Use cx_oracle.LONG_STRING /LONG_BINARY for CLOB/BLOBMike Bayer2020-05-081-60/+26
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-6/+4
* Clean up (engine|db).execute for oracleGord Thompson2020-04-062-114/+127
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-213-82/+111
* Include schema in all_tab_comments queryMike Bayer2020-03-121-0/+26
* Reflect comments from any table accessible by the current userGord Thompson2020-03-101-0/+5
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-3/+0
* Support for generated columnsCaselIT2019-11-082-0/+140
* Refactor dialect tests for combinationsMike Bayer2019-10-221-204/+144
* Implment encoding_errors for cx_oracleMike Bayer2019-10-211-0/+195
* Use cx_Oracle.FIXED_NCHAR for sqltypes.NCHARMike Bayer2019-10-151-21/+33
* Repair Oracle compat version check; dont warn if failedMike Bayer2019-10-091-0/+106
* Change Oracle max_identifier_length to 128Mike Bayer2019-10-021-2/+2