summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/oracle
Commit message (Expand)AuthorAgeFilesLines
...
* - refine oracle returning some more to use purely positional approachMike Bayer2012-08-252-22/+22
* - more oracle tweaks for returning; the method here is still kind of brittle ...Mike Bayer2012-08-251-5/+6
* 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
* - break out engine/base.py into base, interfaces, result, util.Mike Bayer2012-08-072-9/+9
* -whitespace bonanza, contdMike Bayer2012-07-281-54/+54
* trailing whitespace bonanzaMike Bayer2012-07-281-48/+48
* - pass kw through hereMike Bayer2012-06-251-3/+3
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-082-9/+15
* - [bug] Added ROWID to oracle.*, [ticket:2483]Mike Bayer2012-05-171-1/+1
* - [bug] Quoting information is now passed alongMike Bayer2012-05-041-2/+3
* 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
* - [feature] Added a new oracle create_engine() flagMike Bayer2012-02-121-4/+28
* - Added missing compilation support forMike Bayer2012-02-121-0/+3
* - [bug] A significant change to how labelingMike Bayer2012-02-051-1/+1
* - [bug] Added ORA-03135 to the never endingMike Bayer2012-01-251-1/+3
* happy new yearMike Bayer2012-01-044-4/+4
* marathon doc updating session including a rewrite of unicode paragraphsMike Bayer2011-12-041-0/+2
* - The String type now generates VARCHAR2 on OracleMike Bayer2011-09-241-9/+24
* - Fixed ReturningResultProxy for zxjdbc dialect.Mike Bayer2011-09-211-1/+2
* - 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
* - Failures on connect which raise dbapi.ErrorMike Bayer2011-07-011-2/+5
* - Added ORA-00028 to disconnect codes, useMike Bayer2011-06-221-1/+5
* - The limit/offset keywords to select() as wellMike Bayer2011-04-071-8/+31
* - Using column names that would require quotesMike Bayer2011-03-271-2/+7
* - 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
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-091-1/+1
* - apply optimizations to alternate row proxies, [ticket:1787]Mike Bayer2011-02-041-2/+3
* - oracle fixesMike Bayer2011-01-151-1/+1
* Regarding reflection for this case, reflection of an int PK colMike Bayer2011-01-151-0/+1
* - getting slightly more consistent behavior for the edge case of pk columnsMike Bayer2011-01-151-2/+2
* - the _pk_processors/_prefetch_processors approach relied upon calling RPs wi...Mike Bayer2011-01-151-2/+2
* - A TypeDecorator of Integer can be used with a primary keyMike Bayer2011-01-111-2/+2
* - whitespace removal bonanzaMike Bayer2011-01-022-119/+119
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-024-1/+20
* more inlinesMike Bayer2010-12-192-2/+2
* - an approach I like better, remove most adapt() methods and use a genericMike Bayer2010-12-151-4/+0
* - support for cdecimalMike Bayer2010-12-111-6/+6
* - The cx_oracle "decimal detection" logic, which takes placeMike Bayer2010-11-181-15/+108
* - Oracle - the implicit_retunring argument to create_engine()Mike Bayer2010-10-231-3/+5
* - Oracle reflection of indexes has been tuned soMike Bayer2010-08-291-5/+30
* - Added ROWID type to the Oracle dialect, for thoseMike Bayer2010-08-293-1/+19
* - More tweaks to cx_oracle Decimal handling.Mike Bayer2010-07-142-17/+56
* - add typing/operator converts to Float/Numeric to get Oracle tests going again,Mike Bayer2010-07-022-5/+4