| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor for cx_Oracle version 6oracle_numeric | Mike Bayer | 2017-09-11 | 1 | -1/+32 |
* | Ensure Oracle index w/ col DESC etc. is reflected | Mike Bayer | 2017-08-14 | 1 | -13/+11 |
* | Implement get_unique_constraints, get_check_constraints for Oracle | Eloy Felix | 2017-05-30 | 1 | -2/+109 |
* | 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 | 1 | -2/+0 |
* | Normalize Oracle reflected FK constraint name | Mike Bayer | 2017-03-13 | 1 | -0/+2 |
* | - update asktom link, fixes #3925 | Mike Bayer | 2017-03-06 | 1 | -1/+1 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | 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 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+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 |
* | - also add this to Oracle, and defensively to firebird and sybase | Mike Bayer | 2015-03-24 | 1 | -0/+2 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - 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 |
* | - 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 | 1 | -180/+235 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - 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 |
|\ |
|
| * | Pull out offset/limit to a local variable to reduce the impact of the ineffic... | Dobes Vandermeer | 2014-04-25 | 1 | -8/+10 |
* | | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
|/ |
|
* | - Added new datatype :class:`.oracle.DATE`, which is a subclass of | Mike Bayer | 2014-03-22 | 1 | -1/+36 |
* | - changelog for pullreq github:74 | Mike Bayer | 2014-03-05 | 1 | -3/+20 |
* | update docs re: cx_oracle unicode as of 0.9.2, no more outputtypehandlers | Mike Bayer | 2014-02-18 | 1 | -14/+0 |
* | - some test fixes | Mike Bayer | 2014-01-19 | 1 | -2/+4 |
* | - implement kwarg validation and type system for dialect-specific | Mike Bayer | 2014-01-18 | 1 | -0/+2 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - fix up rendering of "of" | Mike Bayer | 2013-11-28 | 1 | -4/+4 |
* | - work in progress, will squash | Mike Bayer | 2013-11-28 | 1 | -21/+10 |
* | Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat... | Mike Bayer | 2013-11-28 | 1 | -2/+22 |
|\ |
|
| * | added LockmodeArgspr/42 | Mario Lassnig | 2013-11-28 | 1 | -6/+16 |
| * | added ORM support | Mario Lassnig | 2013-11-14 | 1 | -2/+12 |
* | | Fixed bug where Oracle ``VARCHAR`` types given with no length | Mike Bayer | 2013-11-22 | 1 | -1/+3 |
|/ |
|
* | - Fixed bug where Oracle table reflection using synonyms would fail | Mike Bayer | 2013-10-25 | 1 | -5/+7 |
* | add caveats regarding RETURNING | Mike Bayer | 2013-09-02 | 1 | -3/+38 |
* | - cx_oracle seems to have a bug here though it is hard to track down | Mike Bayer | 2013-08-27 | 1 | -1/+0 |