summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/connectors
Commit message (Expand)AuthorAgeFilesLines
...
* | Docstring improvements for MxDecimal and MxNumeric result processors.Brad Allen2010-03-181-2/+12
* | eGenix says "It's better to let mxODBC decide which bind type to use."Brad Allen2010-03-181-3/+0
* | Merged from main tip, and resolved conflicts in mxodbc dialect and connector.Brad Allen2010-03-172-16/+43
|\ \ | |/
| * - added pyodbc for sybase driver.Mike Bayer2010-03-171-5/+0
| |\
| | * - mxodbc can use default execute() callMike Bayer2010-03-161-5/+0
| * | - basic sybase+pyodbc support. in particular this will impact freetds detect...Mike Bayer2010-03-171-0/+24
| |/
| * adjust mxodbc imports to dialect levelMike Bayer2010-03-151-17/+21
* | Setting default bindmethod to BIND_USING_SQLTYPE, since this should provide b...Brad Allen2010-03-171-1/+1
* | Added decimalformat binding ( I thought this was committed earlier)Brad Allen2010-03-171-0/+1
* | Fixes to pass numeric tests; now by default, the mxodbc connector natively re...Brad Allen2010-03-161-1/+49
* | Added module docstring for mxodbc connectorBrad Allen2010-03-161-0/+12
* | removed junk pdb.set_trace()Brad Allen2010-03-151-1/+0
* | Removed custom do_execute which called cursor.executedirect, after discussion...Brad Allen2010-03-151-3/+1
|/
* merged mainline default branchBrad Allen2010-03-151-4/+3
|\
| * - The visit_pool() method of Dialect is removed, and replaced withMike Bayer2010-03-151-4/+3
* | using executemany instead of executedirect, which passes more tests than with...Brad Allen2010-03-151-5/+3
* | comments explaining temporary hack for using executedirectBrad Allen2010-03-111-8/+1
* | Converted mxODBC's raised Warning exceptions into normal Python warnings.Brad Allen2010-03-111-0/+18
* | Temporary kludge to fix InterfaceError, in places where cursor.executedirect ...Brad Allen2010-03-081-0/+15
|/
* mxodbc supports rowcount, just have to snag before the cursor is closed.Mike Bayer2010-02-282-2/+2
* working on pyodbc / mxodbcMike Bayer2010-02-272-2/+16
* the "in" was IN-tentional, ha haMike Bayer2010-02-271-1/+2
* A few cleanups of the mxodbc dialect.Michael Trier2010-02-271-9/+10
* - threadlocal engine wasn't properly closing the connectionMike Bayer2010-02-272-10/+49
* - All pyodbc-dialects now support extra pyodbc-specificMike Bayer2009-12-181-2/+8
* Corrected problem with a Trusted Connection under MSSQL 2008 native driver.Michael Trier2009-10-051-1/+1
* fix port specificationPhilip Jenvey2009-08-281-1/+3
* o default Connector/J's characterEncoding=UTF-8 for generally better JDBCPhilip Jenvey2009-08-111-7/+10
* merge 0.6 series to trunk.Mike Bayer2009-08-064-0/+153