summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* - Inspector hits bind.connect() when invoked to ensureMike Bayer2010-06-111-1/+1
* fix the enum for MySQL after native_enum added to adaption keysMike Bayer2010-06-091-1/+2
* - Fixed incorrect signature in do_execute() for firebird, access, errorMike Bayer2010-06-092-2/+2
* - Fixed concatenation of constraints when "PRIMARY KEY"Mike Bayer2010-05-271-1/+1
* - Re-established support for Oracle 8 with cx_oracle,Mike Bayer2010-05-272-14/+50
* - FOR UPDATE is emitted in the syntactically correct positionMike Bayer2010-05-271-10/+14
* - func.sysdate() emits "SYSDATE()", i.e. with the endingMike Bayer2010-05-081-0/+3
* - Added 'connection shutdown' to the list of exception stringsMike Bayer2010-05-081-1/+2
* add a note about native unicode mode, [ticket:1792]Mike Bayer2010-05-081-0/+5
* merge tipMike Bayer2010-05-034-4/+23
|\
| * place docs for DBAPI-agnostic transaction_isolation setting for sqlite, pg [t...Mike Bayer2010-04-303-4/+17
| * fix some 2to3 breakage on the cx_oracle dialectMike Bayer2010-04-291-1/+2
| * - oracle_xe 5 doesn't accept a Python unicode object inMike Bayer2010-04-281-0/+5
* | - Fixed use_ansi=False mode, which was producing brokenMike Bayer2010-05-031-2/+7
|/
* - Added integer coercion to the "type_conv" attribute whenMike Bayer2010-04-261-2/+4
* - Added a label to the query used within has_table() andMike Bayer2010-04-261-2/+2
* - Added a check for cx_oracle versions lower than version 5,Mike Bayer2010-04-191-8/+12
* added detailed documentation regarding ORM performance in conjunction with mu...Mike Bayer2010-04-181-0/+9
* - Added get_pk_constraint() to reflection.Inspector, similarMike Bayer2010-04-151-0/+21
* further testing reveals that cursor.rowcount is only called with update/delet...Mike Bayer2010-04-121-10/+14
* - The functionality of result.rowcount is now disabledMike Bayer2010-04-111-9/+34
* - fixed numeric test for pg8000, factored out decimal/float codesMike Bayer2010-04-093-10/+15
* - Repaired missing import in psycopg2._PGNumeric type whenMike Bayer2010-04-072-9/+9
* - Postgresql now reflects sequence names associated withMike Bayer2010-04-061-3/+6
* - Now using cx_oracle output converters so that theMike Bayer2010-04-031-41/+62
* - the Numeric type raises an *enormous* warning when expectedMike Bayer2010-04-031-0/+1
* documentation updatesMike Bayer2010-03-2810-49/+157
* this is a rewrite from the old sybase module with almost nothingMike Bayer2010-03-271-5/+6
* - No longer guessing that TINYINT(1) should be BOOLEANMike Bayer2010-03-271-7/+0
* - Added with_hint() method to Query() construct. This callsMike Bayer2010-03-273-10/+27
* clean up sqlite version detection stuffMike Bayer2010-03-262-7/+12
* fix typoMike Bayer2010-03-261-1/+1
* - the TIME and TIMESTAMP types are now availble from theMike Bayer2010-03-261-28/+53
* - The Oracle dialect will issue VARCHAR type definitionsMike Bayer2010-03-251-5/+16
* - The psycopg2 dialect will log NOTICE messages via theMike Bayer2010-03-251-2/+28
* fix a python 3 screwupMike Bayer2010-03-201-1/+1
* - pymssql now works again, expecting at least the 1.0 series.Mike Bayer2010-03-204-129/+135
* oracle cleanupMike Bayer2010-03-191-21/+36
* try < 0Mike Bayer2010-03-191-2/+2
* re-split PyODBCNumeric among Sybase and MS-SQL, they can't be shared.Mike Bayer2010-03-192-9/+79
* - Fixed import error which could occur reflecting tables onMike Bayer2010-03-191-1/+1
* - Added support for rendering and reflectingMike Bayer2010-03-191-1/+11
* removed all dialect table_names() methods and standardizedMike Bayer2010-03-1912-66/+48
* - get firebird on boardMike Bayer2010-03-192-23/+49
* don't seem to need bind processing for pg8000 decimals.Mike Bayer2010-03-191-3/+0
* still poking at numericsMike Bayer2010-03-192-2/+3
* switching Decimal treatment in MSSQL to be pyodbc specific, addedMike Bayer2010-03-194-94/+33
* Merged latest tipBrad Allen2010-03-182-1/+24
|\
| * - normalize sybase version numbersMike Bayer2010-03-182-1/+11
| * some weird numerictype coming back from pysybase, run through float()Mike Bayer2010-03-181-0/+13