summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/oracle/base.py
Commit message (Expand)AuthorAgeFilesLines
* The ``has_table`` method now also checks viewsFederico Caselli2021-10-311-3/+8
* CAST Oracle table_name, owner, others to VARCHAR(128)Mike Bayer2021-08-181-11/+17
* Replace all http:// links to https://Federico Caselli2021-07-041-4/+4
* 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-171-2/+2
* 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-011-2/+3
* Fix MSSQL / Oracle limit/offset regressionsFederico Caselli2021-03-311-28/+15
* Add supported database version for internal dialectsFederico Caselli2021-03-071-3/+3
* Add identifier_preparer per-execution context for schema translatesMike Bayer2021-02-081-4/+2
* Implement support for functions as FROM with columns clause supportMike Bayer2021-02-031-0/+13
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-1/+1
* 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
* Check for column expr in Oracle RETURNING checkMike Bayer2021-01-041-0/+1
* happy new yearMike Bayer2021-01-041-1/+1
* Merge "test fixes for oracle 18c"mike bayer2020-12-181-2/+4
|\
| * test fixes for oracle 18cMike Bayer2020-12-181-2/+4
* | Gracefully degrade on v$transaction not readableMike Bayer2020-12-181-4/+35
|/
* Remove autoload=True referencesGord Thompson2020-12-121-4/+3
* Merge "Implement Oracle SERIALIZABLE + real read of isolation level"mike bayer2020-12-091-20/+22
|\
| * Implement Oracle SERIALIZABLE + real read of isolation levelMike Bayer2020-12-091-20/+22
* | 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-191-1/+3
* Apply underscore naming to several more operatorsjonathan vanasco2020-10-301-1/+1
* Ensure escaping of percent signs in columns, parametersMike Bayer2020-10-171-1/+0
* Fetch first supportFederico Caselli2020-10-021-7/+12
* Add reflection for Identity columnsFederico Caselli2020-09-281-6/+93
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-2/+2
* Add support for regular expression on supported backend.Federico Caselli2020-08-271-2/+39
* Add support for identity columnsFederico Caselli2020-08-191-3/+58
* Fix typosKarthikeyan Singaravelan2020-08-091-1/+1
* more docs for autocommit isolation levelMike Bayer2020-07-121-0/+4
* Use index name to determine if an index is for the PKMike Bayer2020-06-251-14/+15
* Added reflection method :meth:`.Inspector.get_sequence_names`Federico Caselli2020-06-031-0/+13
* Convert execution to move through SessionMike Bayer2020-05-251-12/+4
* Clarify create_engine encoding; update cx_OracleMike Bayer2020-05-061-15/+0
* Create initial 2.0 engine implementationMike Bayer2020-04-161-14/+21
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-4/+5
* Run search and replace of symbolic module namesMike Bayer2020-04-141-19/+26
* Broaden is[not]_distinct_from supportGord Thompson2020-04-021-0/+12
* Implement autocommit isolation level for cx_oracleGord Thompson2020-03-231-0/+44
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-3/+3