summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/oracle/cx_oracle.py
Commit message (Expand)AuthorAgeFilesLines
* ensure correct cast for floats vs. numeric; other fixesMike Bayer2023-04-261-0/+9
* add deterministic imv returning ordering using sentinel columnsMike Bayer2023-04-211-23/+47
* happy new year 2023Mike Bayer2023-01-031-1/+1
* make bind escape lookup extensibleMike Bayer2022-12-161-12/+23
* add spaces, leading underscore to oracle checksMike Bayer2022-12-021-4/+4
* Try running pyupgrade on the codeFederico Caselli2022-11-161-3/+1
* use simple decimal query to detect decimal charMike Bayer2022-11-011-4/+27
* add Oracle-specific parameter escapes for expanding paramsMike Bayer2022-10-241-0/+36
* implement batched INSERT..VALUES () () for executemanyMike Bayer2022-09-241-0/+2
* implement executemany RETURNING for OracleMike Bayer2022-07-181-13/+29
* rearchitect reflection for batched performanceFederico Caselli2022-06-181-1/+3
* update cx_Oracle / oracledb LOB handlingMike Bayer2022-06-101-46/+83
* Add support for the new oracle driver ``oracledb``.Federico Caselli2022-06-071-30/+31
* Merge "add backend agnostic UUID datatype" into mainmike bayer2022-06-011-1/+2
|\
| * add backend agnostic UUID datatypeMike Bayer2022-06-011-1/+2
* | Handle dead-connection errors for users of python-oracledbChristopher Jones2022-05-311-1/+4
|/
* 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-27/+35
* cx_Oracle modernizeMike Bayer2022-04-071-52/+41
* bump black to 22.3.0Mike Bayer2022-03-281-1/+1
* pep-484 for engineMike Bayer2022-03-011-1/+1
* support cx_Oracle DPI disconnect codesMike Bayer2022-02-241-4/+17
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-3/+3
* Replace c extension with cython versions.workflow_test_cythonFederico Caselli2021-12-171-1/+1
* provide connectionfairy on initializeMike Bayer2021-11-291-12/+10
* 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-241-5/+2
|/
* fully support isolation_level parameter in base dialectMike Bayer2021-11-181-0/+3
* removals: all unicode encoding / decodingMike Bayer2021-11-101-54/+18
* De-emphasize notion of "default driver" (DBAPI)Gord Thompson2021-11-091-2/+2
* First round of removal of python 2Federico Caselli2021-11-011-65/+13
* 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
* cx_oracle patchesMike Bayer2021-07-291-18/+99
* Replace all http:// links to https://Federico Caselli2021-07-041-2/+2
* Don't stringify unnamed column elements when proxyingMike Bayer2021-04-171-1/+1
* Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-011-0/+1
* Add example for cx_Oracle SessionPool useMike Bayer2021-02-241-0/+29
* 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-031-9/+11
|\ \
| * | un-deprecate Oracle 2pcMike Bayer2021-02-031-9/+11
| |/
* | Allow Oracle CLOB/NCLOB/BLOB in returningMike Bayer2021-01-281-3/+47
|/
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-2/+2
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-0/+1
* happy new yearMike Bayer2021-01-041-1/+1
* Implement Oracle SERIALIZABLE + real read of isolation levelMike Bayer2020-12-091-13/+60
* Ensure escaping of percent signs in columns, parametersMike Bayer2020-10-171-22/+5