summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/oracle/base.py
Commit message (Expand)AuthorAgeFilesLines
* - also add this to Oracle, and defensively to firebird and sybaseMike Bayer2015-03-241-0/+2
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - rename _select_wrapsMike Bayer2015-03-081-2/+1
* - the change for #918 was of course not nearly that simple.Mike Bayer2015-03-071-3/+3
* - The SQL compiler now generates the mapping of expected columnspositional_targetingMike Bayer2015-03-071-2/+3
* - Custom dialects that implement :class:`.GenericTypeCompiler` canMike Bayer2015-01-161-31/+31
* - New Oracle DDL features for tables, indexes: COMPRESS, BITMAP.Mike Bayer2014-12-041-9/+156
* - Added support for CTEs under Oracle. This includes some tweaksMike Bayer2014-12-041-15/+6
* - Fixed long-standing bug in Oracle dialect where bound parameterMike Bayer2014-10-111-1/+2
* - Added support for the Oracle table option ON COMMIT. This is beingMike Bayer2014-09-171-2/+44
* - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-031-3/+3
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-180/+235
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - repair oracle compilation for new limit/offset system.Mike Bayer2014-05-241-15/+26
* Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i...Mike Bayer2014-05-161-8/+10
|\
| * Pull out offset/limit to a local variable to reduce the impact of the ineffic...Dobes Vandermeer2014-04-251-8/+10
* | Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
|/
* - Added new datatype :class:`.oracle.DATE`, which is a subclass ofMike Bayer2014-03-221-1/+36
* - changelog for pullreq github:74Mike Bayer2014-03-051-3/+20
* update docs re: cx_oracle unicode as of 0.9.2, no more outputtypehandlersMike Bayer2014-02-181-14/+0
* - some test fixesMike Bayer2014-01-191-2/+4
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-181-0/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* - fix up rendering of "of"Mike Bayer2013-11-281-4/+4
* - work in progress, will squashMike Bayer2013-11-281-21/+10
* Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat...Mike Bayer2013-11-281-2/+22
|\
| * added LockmodeArgspr/42Mario Lassnig2013-11-281-6/+16
| * added ORM supportMario Lassnig2013-11-141-2/+12
* | Fixed bug where Oracle ``VARCHAR`` types given with no lengthMike Bayer2013-11-221-1/+3
|/
* - Fixed bug where Oracle table reflection using synonyms would failMike Bayer2013-10-251-5/+7
* add caveats regarding RETURNINGMike Bayer2013-09-021-3/+38
* - cx_oracle seems to have a bug here though it is hard to track downMike Bayer2013-08-271-1/+0
* - rework of correlation, continuing on #2668, #2746Mike Bayer2013-06-261-6/+2
* get nested joins to render on oracle 8Mike Bayer2013-06-081-3/+10
* - oracle py3k fixMike Bayer2013-05-271-1/+3
* cleanup for oracleMike Bayer2013-05-261-12/+10
* - the raw 2to3 runMike Bayer2013-04-271-15/+15
* oracle doesn't have TRUE/FALSE, put 1/0 here, see how that goesMike Bayer2013-04-261-0/+6
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* Fixed table reflection for Oracle when accessing a synonym that refersMike Bayer2012-12-091-58/+93
* kill me now, pep8 pass, so closeDiana Clarke2012-11-201-29/+29
* just a pep8 passDiana Clarke2012-11-201-20/+14
* juts a 'expected 2 blank lines' pep8 passDiana Clarke2012-11-191-0/+12
* Fixed bug in type_coerce() whereby typing informationMike Bayer2012-11-121-2/+2
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-2/+4
* - move out maxdbMike Bayer2012-10-181-3/+0
* - [bug] The CreateIndex construct in OracleMike Bayer2012-09-301-0/+4
* - refine oracle returning some more to use purely positional approachMike Bayer2012-08-251-14/+17
* a few oracle fixesMike Bayer2012-08-251-1/+2
* - [bug] Fixed cextension bug whereby theMike Bayer2012-08-221-3/+5