summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/oracle/base.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - update all the visit_mod() functions with new naming schemeMike Bayer2012-08-141-2/+3
* - fix concat() operator, testsMike Bayer2012-08-141-3/+4
* - [bug] Fixed compiler bug whereby a givenMike Bayer2012-08-121-1/+1
* trailing whitespace bonanzaMike Bayer2012-07-281-48/+48
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-4/+6
* deprecate inspector.get_primary_keys() in favor of inspector.get_pk_constraint()Diana Clarke2012-04-021-27/+6
* - [bug] Added 'LEVEL' to the list of reservedMike Bayer2012-03-141-1/+1
* - Added missing compilation support forMike Bayer2012-02-121-0/+3
* - [bug] A significant change to how labelingMike Bayer2012-02-051-1/+1
* happy new yearMike Bayer2012-01-041-1/+1
* - The String type now generates VARCHAR2 on OracleMike Bayer2011-09-241-9/+24
* - added CURRENT to reserved word list.Mike Bayer2011-07-241-1/+1
* - repaired the oracle.RAW type which did notMike Bayer2011-07-191-3/+6
* - The limit/offset keywords to select() as wellMike Bayer2011-04-071-8/+31
* - Added new generic function "next_value()", acceptsMike Bayer2011-03-201-1/+2
* - need to limit the list of oracle fn's that don't get parens to aMike Bayer2011-02-111-10/+14