| Commit message (Expand) | Author | Age | Files | Lines |
| * | - [bug] Added 'LEVEL' to the list of reserved | Mike Bayer | 2012-03-14 | 1 | -1/+1 |
| * | - [feature] Added a new oracle create_engine() flag | Mike Bayer | 2012-02-12 | 1 | -4/+28 |
| * | - Added missing compilation support for | Mike Bayer | 2012-02-12 | 1 | -0/+3 |
| * | - [bug] A significant change to how labeling | Mike Bayer | 2012-02-05 | 1 | -1/+1 |
| * | - [bug] Added ORA-03135 to the never ending | Mike Bayer | 2012-01-25 | 1 | -1/+3 |
| * | happy new year | Mike Bayer | 2012-01-04 | 4 | -4/+4 |
| * | marathon doc updating session including a rewrite of unicode paragraphs | Mike Bayer | 2011-12-04 | 1 | -0/+2 |
| * | - The String type now generates VARCHAR2 on Oracle | Mike Bayer | 2011-09-24 | 1 | -9/+24 |
| * | - Fixed ReturningResultProxy for zxjdbc dialect. | Mike Bayer | 2011-09-21 | 1 | -1/+2 |
| * | - added CURRENT to reserved word list. | Mike Bayer | 2011-07-24 | 1 | -1/+1 |
| * | - repaired the oracle.RAW type which did not | Mike Bayer | 2011-07-19 | 1 | -3/+6 |
| * | - Failures on connect which raise dbapi.Error | Mike Bayer | 2011-07-01 | 1 | -2/+5 |
| * | - Added ORA-00028 to disconnect codes, use | Mike Bayer | 2011-06-22 | 1 | -1/+5 |
| * | - The limit/offset keywords to select() as well | Mike Bayer | 2011-04-07 | 1 | -8/+31 |
| * | - Using column names that would require quotes | Mike Bayer | 2011-03-27 | 1 | -2/+7 |
| * | - Added new generic function "next_value()", accepts | Mike Bayer | 2011-03-20 | 1 | -1/+2 |
| * | - need to limit the list of oracle fn's that don't get parens to a | Mike Bayer | 2011-02-11 | 1 | -10/+14 |
| * | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 1 | -1/+1 |
| * | - apply optimizations to alternate row proxies, [ticket:1787] | Mike Bayer | 2011-02-04 | 1 | -2/+3 |
| * | - oracle fixes | Mike Bayer | 2011-01-15 | 1 | -1/+1 |
| * | Regarding reflection for this case, reflection of an int PK col | Mike Bayer | 2011-01-15 | 1 | -0/+1 |
| * | - getting slightly more consistent behavior for the edge case of pk columns | Mike Bayer | 2011-01-15 | 1 | -2/+2 |
| * | - the _pk_processors/_prefetch_processors approach relied upon calling RPs wi... | Mike Bayer | 2011-01-15 | 1 | -2/+2 |
| * | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 1 | -2/+2 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 2 | -119/+119 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 4 | -1/+20 |
| * | more inlines | Mike Bayer | 2010-12-19 | 2 | -2/+2 |
| * | - an approach I like better, remove most adapt() methods and use a generic | Mike Bayer | 2010-12-15 | 1 | -4/+0 |
| * | - support for cdecimal | Mike Bayer | 2010-12-11 | 1 | -6/+6 |
| * | - The cx_oracle "decimal detection" logic, which takes place | Mike Bayer | 2010-11-18 | 1 | -15/+108 |
| * | - Oracle - the implicit_retunring argument to create_engine() | Mike Bayer | 2010-10-23 | 1 | -3/+5 |
| * | - Oracle reflection of indexes has been tuned so | Mike Bayer | 2010-08-29 | 1 | -5/+30 |
| * | - Added ROWID type to the Oracle dialect, for those | Mike Bayer | 2010-08-29 | 3 | -1/+19 |
| * | - More tweaks to cx_oracle Decimal handling. | Mike Bayer | 2010-07-14 | 2 | -17/+56 |
| * | - add typing/operator converts to Float/Numeric to get Oracle tests going again, | Mike Bayer | 2010-07-02 | 2 | -5/+4 |
| * | - Oracle's "native decimal" metadata begins to return | Mike Bayer | 2010-07-01 | 1 | -3/+10 |
| * | - Fixed ora-8 compatibility flags such that they | Mike Bayer | 2010-06-19 | 1 | -2/+2 |
| * | - Re-established support for Oracle 8 with cx_oracle, | Mike Bayer | 2010-05-27 | 2 | -14/+50 |
| * | - FOR UPDATE is emitted in the syntactically correct position | Mike Bayer | 2010-05-27 | 1 | -10/+14 |
| * | merge tip | Mike Bayer | 2010-05-03 | 1 | -0/+6 |
| |\ |
|
| | * | fix some 2to3 breakage on the cx_oracle dialect | Mike Bayer | 2010-04-29 | 1 | -1/+2 |
| | * | - oracle_xe 5 doesn't accept a Python unicode object in | Mike Bayer | 2010-04-28 | 1 | -0/+5 |
| * | | - Fixed use_ansi=False mode, which was producing broken | Mike Bayer | 2010-05-03 | 1 | -2/+7 |
| |/ |
|
| * | - Added a check for cx_oracle versions lower than version 5, | Mike Bayer | 2010-04-19 | 1 | -8/+12 |
| * | - Now using cx_oracle output converters so that the | Mike Bayer | 2010-04-03 | 1 | -41/+62 |
| * | - the Numeric type raises an *enormous* warning when expected | Mike Bayer | 2010-04-03 | 1 | -0/+1 |
| * | - Added with_hint() method to Query() construct. This calls | Mike Bayer | 2010-03-27 | 1 | -6/+17 |
| * | - The Oracle dialect will issue VARCHAR type definitions | Mike Bayer | 2010-03-25 | 1 | -5/+16 |
| * | fix a python 3 screwup | Mike Bayer | 2010-03-20 | 1 | -1/+1 |
| * | oracle cleanup | Mike Bayer | 2010-03-19 | 1 | -21/+36 |