summaryrefslogtreecommitdiff
path: root/test/dialect/oracle/test_reflection.py
Commit message (Expand)AuthorAgeFilesLines
* Improve oracle index reflectionFederico Caselli2023-04-281-20/+92
* denormalize "public" schema to "PUBLIC"Mike Bayer2023-03-091-0/+117
* reflect Oracle ROWIDMike Bayer2023-01-241-0/+13
* warn and skip for FKs that refer to invisible cols for OracleMike Bayer2023-01-091-9/+161
* sort materialize view names in testMike Bayer2022-12-061-1/+1
* Try running pyupgrade on the codeFederico Caselli2022-11-161-11/+6
* Ensure type lengths are int in oracleFederico Caselli2022-06-261-12/+36
* rearchitect reflection for batched performanceFederico Caselli2022-06-181-2/+552
* update flake8 noqa skips with proper syntaxFederico Caselli2022-04-111-1/+1
* bump black to 22.3.0Mike Bayer2022-03-281-1/+1
* Implement generic Double and related fixed typeszeeeeeb2022-02-251-9/+20
* dont use exception catches for warnings; modernize xdist detectionMike Bayer2022-01-221-3/+3
* Fix various source comment/doc typosluz paz2021-12-291-1/+1
* Update black flak8 and zimportsFederico Caselli2021-05-121-1/+1
* update execute() arg formats in modules and testsMike Bayer2021-01-151-2/+4
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-8/+8
* remove metadata.bind use from test suiteMike Bayer2021-01-031-75/+66
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-115/+106
* Convert to autoload_with internallyMike Bayer2020-11-071-45/+55
* Add reflection for Identity columnsFederico Caselli2020-09-281-1/+40
* upgrade to black 20.8b1Mike Bayer2020-09-281-1/+6
* Emit v2.0 deprecation warning for "implicit autocommit"Gord Thompson2020-08-281-24/+35
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-7/+7
* Use index name to determine if an index is for the PKMike Bayer2020-06-251-0/+79
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-31/+43
* 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
* Post black reformattingMike Bayer2019-01-061-52/+25
* Run black -l 79 against all source filesMike Bayer2019-01-061-220/+333
* Turn oracle BINARY_DOUBLE, BINARY_FLOAT, DOUBLE_PRECISION into floatsMike Bayer2018-05-251-1/+18
* Reflect Oracle NUMBER(NULL, 0) as INTEGERKent Bower2018-04-121-2/+46
* Refactor for cx_Oracle version 6oracle_numericMike Bayer2017-09-111-0/+536