| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Inspector hits bind.connect() when invoked to ensure | Mike Bayer | 2010-06-11 | 1 | -1/+1 |
| * | fix the enum for MySQL after native_enum added to adaption keys | Mike Bayer | 2010-06-09 | 1 | -1/+2 |
| * | - Fixed incorrect signature in do_execute() for firebird, access, error | Mike Bayer | 2010-06-09 | 2 | -2/+2 |
| * | - Fixed concatenation of constraints when "PRIMARY KEY" | Mike Bayer | 2010-05-27 | 1 | -1/+1 |
| * | - 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 |
| * | - func.sysdate() emits "SYSDATE()", i.e. with the ending | Mike Bayer | 2010-05-08 | 1 | -0/+3 |
| * | - Added 'connection shutdown' to the list of exception strings | Mike Bayer | 2010-05-08 | 1 | -1/+2 |
| * | add a note about native unicode mode, [ticket:1792] | Mike Bayer | 2010-05-08 | 1 | -0/+5 |
| * | merge tip | Mike Bayer | 2010-05-03 | 4 | -4/+23 |
| |\ |
|
| | * | place docs for DBAPI-agnostic transaction_isolation setting for sqlite, pg [t... | Mike Bayer | 2010-04-30 | 3 | -4/+17 |
| | * | 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 integer coercion to the "type_conv" attribute when | Mike Bayer | 2010-04-26 | 1 | -2/+4 |
| * | - Added a label to the query used within has_table() and | Mike Bayer | 2010-04-26 | 1 | -2/+2 |
| * | - Added a check for cx_oracle versions lower than version 5, | Mike Bayer | 2010-04-19 | 1 | -8/+12 |
| * | added detailed documentation regarding ORM performance in conjunction with mu... | Mike Bayer | 2010-04-18 | 1 | -0/+9 |
| * | - Added get_pk_constraint() to reflection.Inspector, similar | Mike Bayer | 2010-04-15 | 1 | -0/+21 |
| * | further testing reveals that cursor.rowcount is only called with update/delet... | Mike Bayer | 2010-04-12 | 1 | -10/+14 |
| * | - The functionality of result.rowcount is now disabled | Mike Bayer | 2010-04-11 | 1 | -9/+34 |
| * | - fixed numeric test for pg8000, factored out decimal/float codes | Mike Bayer | 2010-04-09 | 3 | -10/+15 |
| * | - Repaired missing import in psycopg2._PGNumeric type when | Mike Bayer | 2010-04-07 | 2 | -9/+9 |
| * | - Postgresql now reflects sequence names associated with | Mike Bayer | 2010-04-06 | 1 | -3/+6 |
| * | - 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 |
| * | documentation updates | Mike Bayer | 2010-03-28 | 10 | -49/+157 |
| * | this is a rewrite from the old sybase module with almost nothing | Mike Bayer | 2010-03-27 | 1 | -5/+6 |
| * | - No longer guessing that TINYINT(1) should be BOOLEAN | Mike Bayer | 2010-03-27 | 1 | -7/+0 |
| * | - Added with_hint() method to Query() construct. This calls | Mike Bayer | 2010-03-27 | 3 | -10/+27 |
| * | clean up sqlite version detection stuff | Mike Bayer | 2010-03-26 | 2 | -7/+12 |
| * | fix typo | Mike Bayer | 2010-03-26 | 1 | -1/+1 |
| * | - the TIME and TIMESTAMP types are now availble from the | Mike Bayer | 2010-03-26 | 1 | -28/+53 |
| * | - The Oracle dialect will issue VARCHAR type definitions | Mike Bayer | 2010-03-25 | 1 | -5/+16 |
| * | - The psycopg2 dialect will log NOTICE messages via the | Mike Bayer | 2010-03-25 | 1 | -2/+28 |
| * | fix a python 3 screwup | Mike Bayer | 2010-03-20 | 1 | -1/+1 |
| * | - pymssql now works again, expecting at least the 1.0 series. | Mike Bayer | 2010-03-20 | 4 | -129/+135 |
| * | oracle cleanup | Mike Bayer | 2010-03-19 | 1 | -21/+36 |
| * | try < 0 | Mike Bayer | 2010-03-19 | 1 | -2/+2 |
| * | re-split PyODBCNumeric among Sybase and MS-SQL, they can't be shared. | Mike Bayer | 2010-03-19 | 2 | -9/+79 |
| * | - Fixed import error which could occur reflecting tables on | Mike Bayer | 2010-03-19 | 1 | -1/+1 |
| * | - 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 | 12 | -66/+48 |
| * | - get firebird on board | Mike Bayer | 2010-03-19 | 2 | -23/+49 |
| * | don't seem to need bind processing for pg8000 decimals. | Mike Bayer | 2010-03-19 | 1 | -3/+0 |
| * | still poking at numerics | Mike Bayer | 2010-03-19 | 2 | -2/+3 |
| * | switching Decimal treatment in MSSQL to be pyodbc specific, added | Mike Bayer | 2010-03-19 | 4 | -94/+33 |
| * | Merged latest tip | Brad Allen | 2010-03-18 | 2 | -1/+24 |
| |\ |
|
| | * | - normalize sybase version numbers | Mike Bayer | 2010-03-18 | 2 | -1/+11 |
| | * | some weird numerictype coming back from pysybase, run through float() | Mike Bayer | 2010-03-18 | 1 | -0/+13 |