summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/oracle
Commit message (Expand)AuthorAgeFilesLines
* The ``has_table`` method now also checks viewsFederico Caselli2021-10-311-3/+8
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-171-2/+2
* Fix various lib / test / examples typos (#7017)Kevin Kirsche2021-09-111-1/+1
* CAST Oracle table_name, owner, others to VARCHAR(128)Mike Bayer2021-08-181-11/+17
* cx_oracle patchesMike Bayer2021-07-291-18/+99
* Replace all http:// links to https://Federico Caselli2021-07-043-7/+7
* Add impl property to PostgreSQL / Oracle INTERVAL classMajorDallas2021-06-221-0/+3
* Propertly ignore ``Identity`` in MySQL and MariaDb.Federico Caselli2021-04-281-0/+3
* Don't stringify unnamed column elements when proxyingMike Bayer2021-04-172-3/+3
* remove comment (post-production)Mike Bayer2021-04-141-2/+0
* Merge "Support DEFAULT VALUES and VALUES(DEFAULT) individually"mike bayer2021-04-141-0/+4
|\
| * Support DEFAULT VALUES and VALUES(DEFAULT) individuallyMike Bayer2021-04-141-0/+4
* | Explicitly test for Connection in dialect.has_table()Mike Bayer2021-04-141-0/+2
|/
* Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-012-2/+4
* Fix MSSQL / Oracle limit/offset regressionsFederico Caselli2021-03-311-28/+15
* Add supported database version for internal dialectsFederico Caselli2021-03-071-3/+3
* Add example for cx_Oracle SessionPool useMike Bayer2021-02-241-0/+29
* Add identifier_preparer per-execution context for schema translatesMike Bayer2021-02-081-4/+2
* Merge remote-tracking branch 'origin/pr/5883'Mike Bayer2021-02-051-1/+1
|\
| * Fix broken link to cx_Oracle documentationPaul Lettich2021-01-271-1/+1
* | Merge "un-deprecate Oracle 2pc"mike bayer2021-02-032-9/+19
|\ \
| * | un-deprecate Oracle 2pcMike Bayer2021-02-032-9/+19
| |/
* | Implement support for functions as FROM with columns clause supportMike Bayer2021-02-031-0/+13
* | don't fail if purge recyclebin fails/mutex on registryMike Bayer2021-02-021-4/+7
* | Allow Oracle CLOB/NCLOB/BLOB in returningMike Bayer2021-01-281-3/+47
|/
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-242-3/+3
* Revert "Implement support for functions as FROM with columns clause support"Mike Bayer2021-01-211-13/+0
* Implement support for functions as FROM with columns clause supportMike Bayer2021-01-201-0/+13
* ``Identity`` implies ``nullable=False``.Federico Caselli2021-01-161-1/+1
* update execute() arg formats in modules and testsMike Bayer2021-01-151-2/+2
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-132-12/+31
* Check for column expr in Oracle RETURNING checkMike Bayer2021-01-041-0/+1
* happy new yearMike Bayer2021-01-043-3/+3
* Merge "test fixes for oracle 18c"mike bayer2020-12-182-2/+17
|\
| * test fixes for oracle 18cMike Bayer2020-12-182-2/+17
* | Gracefully degrade on v$transaction not readableMike Bayer2020-12-181-4/+35
|/
* Remove autoload=True referencesGord Thompson2020-12-121-4/+3
* Merge "correct for "autocommit" deprecation warning"mike bayer2020-12-111-3/+3
|\
| * correct for "autocommit" deprecation warningMike Bayer2020-12-111-3/+3
* | Merge "Implement Oracle SERIALIZABLE + real read of isolation level"mike bayer2020-12-092-33/+82
|\ \
| * | Implement Oracle SERIALIZABLE + real read of isolation levelMike Bayer2020-12-092-33/+82
| |/
* | Implement `TypeEngine.as_generic`Gord Thompson2020-12-081-0/+7
|/
* Properly render ``cycle=False`` and ``order=False``Federico Caselli2020-12-011-3/+5
* Support pool.connect() event firing before all elseMike Bayer2020-11-192-1/+13
* Apply underscore naming to several more operatorsjonathan vanasco2020-10-301-1/+1
* Ensure escaping of percent signs in columns, parametersMike Bayer2020-10-172-23/+5
* Genericize setinputsizes and support pyodbcMike Bayer2020-10-161-5/+33
* Fetch first supportFederico Caselli2020-10-021-7/+12
* Add reflection for Identity columnsFederico Caselli2020-09-281-6/+93
* upgrade to black 20.8b1Mike Bayer2020-09-281-2/+8