| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor for cx_Oracle version 6oracle_numeric | Mike Bayer | 2017-09-11 | 3 | -537/+399 |
* | First level repair for cx_Oracle 6.0 test regressions | Mike Bayer | 2017-08-18 | 1 | -1/+3 |
* | Ensure Oracle index w/ col DESC etc. is reflected | Mike Bayer | 2017-08-14 | 1 | -13/+11 |
* | Revert cx_Oracle WITH_UNICODE change under > 5.0 | Mike Bayer | 2017-07-28 | 1 | -4/+13 |
* | Implement get_unique_constraints, get_check_constraints for Oracle | Eloy Felix | 2017-05-30 | 1 | -2/+109 |
* | Remove twophase for cx_Oracle 6.x | Mike Bayer | 2017-05-23 | 1 | -35/+21 |
* | Use regexp to parse cx_oracle version string | Mike Bayer | 2017-05-09 | 1 | -2/+12 |
* | Use config.db global opts as defaults for all testing_engine() | Mike Bayer | 2017-03-22 | 1 | -0/+2 |
* | New features from python 2.7 | Катаев Денис | 2017-03-17 | 1 | -4/+4 |
* | Implement comments for tables, columns | Frazer McLean | 2017-03-17 | 1 | -9/+43 |
* | Enable sane_multi_rowcount for cx_Oracle | Mike Bayer | 2017-03-14 | 2 | -2/+5 |
* | Normalize Oracle reflected FK constraint name | Mike Bayer | 2017-03-13 | 1 | -0/+2 |
* | Repair _execute_scalar for WITH_UNICODE mode | Mike Bayer | 2017-03-13 | 1 | -15/+24 |
* | - update asktom link, fixes #3925 | Mike Bayer | 2017-03-06 | 1 | -1/+1 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 4 | -4/+4 |
* | Bump "table compression" flag to Oracle 10.1 | Mike Bayer | 2016-12-20 | 1 | -1/+1 |
* | Add exclude_tablespaces argument to Oracle | David Fraser | 2016-09-20 | 1 | -12/+47 |
* | Spelling fixespr/299 | Ville Skyttä | 2016-08-08 | 1 | -1/+1 |
* | Adapt "FOR UPDATE OF" with Oracle limit/offset | Mike Bayer | 2016-07-05 | 1 | -3/+22 |
* | Replace some uses of re.sub with str.lstrip/replace | Ville Skyttä | 2016-06-06 | 1 | -1/+1 |
* | Add SKIP LOCKED support for Postgresql, Oracle | Jack Zhou | 2016-06-02 | 1 | -0/+2 |
* | Fix TypeError during cx_Oracle connection | John Vandenberg | 2016-05-16 | 1 | -3/+7 |
* | - py3k fix for enum feature | Mike Bayer | 2016-02-08 | 1 | -1/+4 |
* | - add an impl for Enum to Oracle which has subclassing requirements | Mike Bayer | 2016-02-04 | 1 | -0/+13 |
* | Merge branch 'master' of https://bitbucket.org/carlrivers/sqlalchemy | Mike Bayer | 2016-02-02 | 1 | -2/+1 |
|\ |
|
| * | Merged zzzeek/sqlalchemy into master | Carlos Rivas | 2016-01-26 | 1 | -2/+1 |
| |\ |
|
| * | | Removed entry that causes AttributeError (#3621) - Oracle zxJDBC fails with A... | Carlos Rivas | 2016-01-23 | 1 | -2/+1 |
* | | | - happy new year | Mike Bayer | 2016-01-29 | 4 | -4/+4 |
| |/
|/| |
|
* | | - update oracle JDBC driver URL, fixes #3554 | Mike Bayer | 2016-01-20 | 1 | -2/+1 |
|/ |
|
* | - for DB's w/o a real "autoincrement", reflection should be returning | Mike Bayer | 2015-10-07 | 1 | -1/+1 |
* | - Fixed bug in Oracle dialect where reflection of tables and other | Mike Bayer | 2015-10-05 | 1 | -0/+3 |
* | - Fixed support for cx_Oracle version 5.2, which was tripping | Mike Bayer | 2015-07-29 | 1 | -2/+5 |
* | - also add this to Oracle, and defensively to firebird and sybase | Mike Bayer | 2015-03-24 | 1 | -0/+2 |
* | - add a note that we aren't really doing zxjdbc right now even though | Mike Bayer | 2015-03-20 | 1 | -0/+3 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 4 | -4/+4 |
* | - rename _select_wraps | Mike Bayer | 2015-03-08 | 1 | -2/+1 |
* | - the change for #918 was of course not nearly that simple. | Mike Bayer | 2015-03-07 | 1 | -3/+3 |
* | - The SQL compiler now generates the mapping of expected columnspositional_targeting | Mike Bayer | 2015-03-07 | 1 | -2/+3 |
* | - add versionadded for service_name | Mike Bayer | 2015-02-08 | 1 | -0/+2 |
* | - cx_Oracle.makedsn can now be passed service_name; squash | Sławek Ehlert | 2014-04-02 | 1 | -2/+20 |
* | - Custom dialects that implement :class:`.GenericTypeCompiler` can | Mike Bayer | 2015-01-16 | 1 | -31/+31 |
* | - New Oracle DDL features for tables, indexes: COMPRESS, BITMAP. | Mike Bayer | 2014-12-04 | 1 | -9/+156 |
* | - Added support for CTEs under Oracle. This includes some tweaks | Mike Bayer | 2014-12-04 | 1 | -15/+6 |
* | - Fixed long-standing bug in Oracle dialect where bound parameter | Mike Bayer | 2014-10-11 | 1 | -1/+2 |
* | - Added support for the Oracle table option ON COMMIT. This is being | Mike Bayer | 2014-09-17 | 1 | -2/+44 |
* | - ensure literal_binds works with LIMIT clause, FOR UPDATE | Mike Bayer | 2014-09-03 | 1 | -3/+3 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 4 | -342/+436 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 4 | -4/+8 |
* | - repair oracle compilation for new limit/offset system. | Mike Bayer | 2014-05-24 | 1 | -15/+26 |
* | Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i... | Mike Bayer | 2014-05-16 | 1 | -8/+10 |
|\ |
|