summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/oracle/base.py
Commit message (Expand)AuthorAgeFilesLines
* reflect Oracle ROWIDMike Bayer2023-01-241-0/+1
* Support local timespamp support on OracleFederico Caselli2023-01-121-2/+7
* happy new year 2023Mike Bayer2023-01-031-1/+1
* ensure all visit methods accept **kwMike Bayer2022-12-161-4/+4
* Oracle COLUMN_VALUE is a column name, not a keywordMike Bayer2022-12-071-1/+1
* Fix positional compiling bugsFederico Caselli2022-12-011-11/+11
* Try running pyupgrade on the codeFederico Caselli2022-11-161-12/+6
* Revert automatic set of sequence start to 1Federico Caselli2022-10-171-2/+2
* Use FETCH FIRST N ROWS / OFFSET for Oracle LIMIT/OFFSETMike Bayer2022-07-201-17/+65
* document using fetch() with OracleMike Bayer2022-07-071-20/+32
* Ensure type lengths are int in oracleFederico Caselli2022-06-261-5/+10
* rearchitect reflection for batched performanceFederico Caselli2022-06-181-866/+1374
* Generalize RETURNING and suppor for MariaDB / SQLiteDaniel Black2022-06-021-33/+10
* add backend agnostic UUID datatypeMike Bayer2022-06-011-2/+25
* update for flake8-future-imports 0.0.5Mike Bayer2022-05-141-1/+0
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* implement iso date literals for all backendsMike Bayer2022-04-081-1/+27
* cx_Oracle modernizeMike Bayer2022-04-071-16/+30
* pep 484 for typesMike Bayer2022-03-191-4/+1
* Implement generic Double and related fixed typeszeeeeeb2022-02-251-10/+94
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-5/+5
* consider truediv as truediv; support floordiv operatorMike Bayer2021-12-261-0/+2
* provide connectionfairy on initializeMike Bayer2021-11-291-1/+1
* Clean up most py3k compatFederico Caselli2021-11-241-7/+6
* Merge "fully support isolation_level parameter in base dialect" into mainmike bayer2021-11-181-7/+2
|\
| * fully support isolation_level parameter in base dialectMike Bayer2021-11-181-7/+2
* | 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-101-21/+7
* | De-emphasize notion of "default driver" (DBAPI)Gord Thompson2021-11-091-2/+2
|/
* First round of removal of python 2Federico Caselli2021-11-011-2/+0
* 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