| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | - rework of correlation, continuing on #2668, #2746 | Mike Bayer | 2013-06-26 | 1 | -6/+2 |
* | get nested joins to render on oracle 8 | Mike Bayer | 2013-06-08 | 1 | -3/+10 |
* | - oracle py3k fix | Mike Bayer | 2013-05-27 | 1 | -1/+3 |
* | cleanup for oracle | Mike Bayer | 2013-05-26 | 1 | -12/+10 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -15/+15 |
* | oracle doesn't have TRUE/FALSE, put 1/0 here, see how that goes | Mike Bayer | 2013-04-26 | 1 | -0/+6 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | Fixed table reflection for Oracle when accessing a synonym that refers | Mike Bayer | 2012-12-09 | 1 | -58/+93 |
* | kill me now, pep8 pass, so close | Diana Clarke | 2012-11-20 | 1 | -29/+29 |
* | just a pep8 pass | Diana Clarke | 2012-11-20 | 1 | -20/+14 |
* | juts a 'expected 2 blank lines' pep8 pass | Diana Clarke | 2012-11-19 | 1 | -0/+12 |
* | Fixed bug in type_coerce() whereby typing information | Mike Bayer | 2012-11-12 | 1 | -2/+2 |
* | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 1 | -2/+4 |
* | - move out maxdb | Mike Bayer | 2012-10-18 | 1 | -3/+0 |
* | - [bug] The CreateIndex construct in Oracle | Mike Bayer | 2012-09-30 | 1 | -0/+4 |
* | - refine oracle returning some more to use purely positional approach | Mike Bayer | 2012-08-25 | 1 | -14/+17 |
* | a few oracle fixes | Mike Bayer | 2012-08-25 | 1 | -1/+2 |
* | - [bug] Fixed cextension bug whereby the | Mike Bayer | 2012-08-22 | 1 | -3/+5 |