| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - 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 |
| * | - Added support for rendering and reflecting | Mike Bayer | 2010-03-19 | 1 | -1/+11 |
| * | removed all dialect table_names() methods and standardized | Mike Bayer | 2010-03-19 | 1 | -13/+12 |
| * | - get firebird on board | Mike Bayer | 2010-03-19 | 1 | -20/+27 |
| * | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -1/+1 |
| * | - The except_() method now renders as MINUS on Oracle, | Mike Bayer | 2010-03-16 | 1 | -1/+8 |
| * | - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke... | Mike Bayer | 2010-03-14 | 2 | -18/+18 |
| * | - further checks when running in WITH_UNICODE | Mike Bayer | 2010-03-13 | 1 | -4/+50 |
| * | ensure with_unicode flag is false for cx_oracle < 5 | Mike Bayer | 2010-03-13 | 1 | -3/+3 |
| * | only enable WITH_UNICODE when >= cx_Oracle v5 | Philip Jenvey | 2010-03-13 | 1 | -2/+2 |
| * | tweak to take advantage of returning support in executemany | Philip Jenvey | 2010-03-12 | 1 | -6/+4 |