| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor for cx_Oracle version 6oracle_numeric | Mike Bayer | 2017-09-11 | 1 | -2316/+0 |
* | Implement get_unique_constraints, get_check_constraints for Oracle | Eloy Felix | 2017-05-30 | 1 | -0/+8 |
* | Remove twophase for cx_Oracle 6.x | Mike Bayer | 2017-05-23 | 1 | -0/+25 |
* | Use regexp to parse cx_oracle version string | Mike Bayer | 2017-05-09 | 1 | -0/+21 |
* | Repair _execute_scalar for WITH_UNICODE mode | Mike Bayer | 2017-03-13 | 1 | -2/+2 |
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -284/+292 |
* | Port lower case quoted name fix to firebird | Mike Bayer | 2016-11-16 | 1 | -23/+0 |
* | Add exclude_tablespaces argument to Oracle | David Fraser | 2016-09-20 | 1 | -0/+35 |
* | Adapt "FOR UPDATE OF" with Oracle limit/offset | Mike Bayer | 2016-07-05 | 1 | -0/+73 |
* | Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for Postgresql | Sergey Skopin | 2016-06-08 | 1 | -1/+15 |
* | Add SKIP LOCKED support for Postgresql, Oracle | Jack Zhou | 2016-06-02 | 1 | -0/+7 |
* | - add missing __backend__ directives so that oracle tests actually run with -... | Mike Bayer | 2016-02-08 | 1 | -0/+17 |
* | - detect "Enterprise" and assume compression stuff isn't available | Mike Bayer | 2016-02-08 | 1 | -0/+6 |
* | - adjust the MultiSchemaTest to handle multiple test_schemas / processes at the | Mike Bayer | 2016-02-08 | 1 | -5/+6 |
* | - adjust to allow dblink tests to work with multiprocess users. | Mike Bayer | 2016-02-08 | 1 | -9/+3 |
* | - Fixed bug in Oracle dialect where reflection of tables and other | Mike Bayer | 2015-10-05 | 1 | -0/+26 |
* | - fix some more result_map calls | Mike Bayer | 2015-03-08 | 1 | -6/+6 |
* | - the change for #918 was of course not nearly that simple. | Mike Bayer | 2015-03-07 | 1 | -3/+11 |
* | - cx_Oracle.makedsn can now be passed service_name; squash | Sławek Ehlert | 2014-04-02 | 1 | -0/+20 |
* | - New Oracle DDL features for tables, indexes: COMPRESS, BITMAP. | Mike Bayer | 2014-12-04 | 1 | -1/+92 |
* | - Added support for CTEs under Oracle. This includes some tweaks | Mike Bayer | 2014-12-04 | 1 | -0/+45 |
* | - Fixed long-standing bug in Oracle dialect where bound parameter | Mike Bayer | 2014-10-11 | 1 | -0/+22 |
* | - Added support for the Oracle table option ON COMMIT. This is being | Mike Bayer | 2014-09-17 | 1 | -0/+17 |
* | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 1 | -1/+1 |
* | - scale up for mysql, sqlite | Mike Bayer | 2014-07-26 | 1 | -59/+84 |
* | - Fixed bug in oracle dialect test suite where in one test, | Mike Bayer | 2014-07-18 | 1 | -4/+5 |
* | - repair oracle compilation for new limit/offset system. | Mike Bayer | 2014-05-24 | 1 | -15/+22 |
* | - Added new datatype :class:`.oracle.DATE`, which is a subclass of | Mike Bayer | 2014-03-22 | 1 | -10/+15 |
* | - cx_oracle test for "unicode returns" needs to be cx_oracle only, | Mike Bayer | 2014-03-06 | 1 | -0/+4 |
* | Restore coercion to unicode with cx_Oracle.pr/74 | Christoph Zwerschke | 2014-02-27 | 1 | -2/+8 |
* | - add support for specifying tables or entities for "of" | Mike Bayer | 2013-11-28 | 1 | -1/+1 |
* | - fix up rendering of "of" | Mike Bayer | 2013-11-28 | 1 | -0/+43 |
* | Fixed bug where Oracle ``VARCHAR`` types given with no length | Mike Bayer | 2013-11-22 | 1 | -0/+6 |
* | - cleanup | Mike Bayer | 2013-11-22 | 1 | -267/+281 |
* | - Fixed bug where Oracle table reflection using synonyms would fail | Mike Bayer | 2013-10-25 | 1 | -0/+29 |
* | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 1 | -0/+11 |
* | can remove this, issue is fixed | Mike Bayer | 2013-06-17 | 1 | -10/+1 |
* | - clean up this test (really we don't even need this, it's not testing much) | Mike Bayer | 2013-06-16 | 1 | -13/+20 |
* | get nested joins to render on oracle 8 | Mike Bayer | 2013-06-08 | 1 | -0/+33 |
* | - oracle tests passing in py3k!! | Mike Bayer | 2013-05-26 | 1 | -6/+7 |
* | a few more oracle fixes | Mike Bayer | 2013-05-26 | 1 | -1/+2 |
* | cleanup for oracle | Mike Bayer | 2013-05-26 | 1 | -10/+11 |
* | merge default | Mike Bayer | 2013-05-15 | 1 | -0/+10 |
|\ |
|
| * | Regression from this ticket caused the unsupported keyword | Mike Bayer | 2013-05-15 | 1 | -0/+10 |
* | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -16/+16 |
|/ |
|
* | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 1 | -3/+2 |
* | add future | Mike Bayer | 2012-12-11 | 1 | -0/+1 |
* | Fixed table reflection for Oracle when accessing a synonym that refers | Mike Bayer | 2012-12-09 | 1 | -0/+39 |
* | The Oracle LONG type, while an unbounded text type, does not appear | Mike Bayer | 2012-12-06 | 1 | -0/+15 |
* | Repaired the usage of ``.prepare()`` in conjunction with | Mike Bayer | 2012-12-06 | 1 | -0/+70 |