summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/oracle
Commit message (Expand)AuthorAgeFilesLines
* provide connectionfairy on initializeMike Bayer2021-11-292-13/+11
* Merge "propose emulated setinputsizes embedded in the compiler" into mainmike bayer2021-11-251-8/+6
|\
| * propose emulated setinputsizes embedded in the compilerMike Bayer2021-11-231-8/+6
* | Clean up most py3k compatFederico Caselli2021-11-242-12/+8
|/
* Merge "fully support isolation_level parameter in base dialect" into mainmike bayer2021-11-182-7/+5
|\
| * fully support isolation_level parameter in base dialectMike Bayer2021-11-182-7/+5
* | Merge "Deprecate create_engine.implicit_returning" into mainmike bayer2021-11-181-3/+7
|\ \ | |/ |/|
| * Deprecate create_engine.implicit_returningjonathan vanasco2021-11-091-3/+7
* | removals: all unicode encoding / decodingMike Bayer2021-11-102-75/+25
* | De-emphasize notion of "default driver" (DBAPI)Gord Thompson2021-11-092-4/+4
|/
* First round of removal of python 2Federico Caselli2021-11-012-67/+13
* 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