| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | re-split PyODBCNumeric among Sybase and MS-SQL, they can't be shared. | Mike Bayer | 2010-03-19 | 1 | -43/+0 |
| * | still poking at numerics | Mike Bayer | 2010-03-19 | 1 | -1/+4 |
| * | - the string approach appears to be necessary for large numbers, however. | Mike Bayer | 2010-03-19 | 1 | -38/+26 |
| * | switching Decimal treatment in MSSQL to be pyodbc specific, added | Mike Bayer | 2010-03-19 | 1 | -0/+53 |
| * | Removed MxNumeric and MxFloat because now the sqlalchemy.types base classes s... | Brad Allen | 2010-03-18 | 1 | -53/+0 |
| * | removed mxODBC imports from the module level | Brad Allen | 2010-03-18 | 1 | -3/+0 |
| * | Merged from main tip. | Brad Allen | 2010-03-18 | 1 | -1/+2 |
| |\ |
|
| | * | - moved most Decimal bind/result handling into types.py, out of sqlite, mysql... | Mike Bayer | 2010-03-18 | 1 | -1/+2 |
| * | | comments/question about using connection.closed in is_disconnect method | Brad Allen | 2010-03-18 | 1 | -0/+2 |
| * | | Docstring improvements for MxDecimal and MxNumeric result processors. | Brad Allen | 2010-03-18 | 1 | -2/+12 |
| * | | eGenix says "It's better to let mxODBC decide which bind type to use." | Brad Allen | 2010-03-18 | 1 | -3/+0 |
| * | | Merged from main tip, and resolved conflicts in mxodbc dialect and connector. | Brad Allen | 2010-03-17 | 2 | -16/+43 |
| |\ \
| |/ |
|
| | * | - added pyodbc for sybase driver. | Mike Bayer | 2010-03-17 | 1 | -5/+0 |
| | |\ |
|
| | | * | - mxodbc can use default execute() call | Mike Bayer | 2010-03-16 | 1 | -5/+0 |
| | * | | - basic sybase+pyodbc support. in particular this will impact freetds detect... | Mike Bayer | 2010-03-17 | 1 | -0/+24 |
| | |/ |
|
| | * | adjust mxodbc imports to dialect level | Mike Bayer | 2010-03-15 | 1 | -17/+21 |
| * | | Setting default bindmethod to BIND_USING_SQLTYPE, since this should provide b... | Brad Allen | 2010-03-17 | 1 | -1/+1 |
| * | | Added decimalformat binding ( I thought this was committed earlier) | Brad Allen | 2010-03-17 | 1 | -0/+1 |
| * | | Fixes to pass numeric tests; now by default, the mxodbc connector natively re... | Brad Allen | 2010-03-16 | 1 | -1/+49 |
| * | | Added module docstring for mxodbc connector | Brad Allen | 2010-03-16 | 1 | -0/+12 |
| * | | removed junk pdb.set_trace() | Brad Allen | 2010-03-15 | 1 | -1/+0 |
| * | | Removed custom do_execute which called cursor.executedirect, after discussion... | Brad Allen | 2010-03-15 | 1 | -3/+1 |
| |/ |
|
| * | merged mainline default branch | Brad Allen | 2010-03-15 | 1 | -4/+3 |
| |\ |
|
| | * | - The visit_pool() method of Dialect is removed, and replaced with | Mike Bayer | 2010-03-15 | 1 | -4/+3 |
| * | | using executemany instead of executedirect, which passes more tests than with... | Brad Allen | 2010-03-15 | 1 | -5/+3 |
| * | | comments explaining temporary hack for using executedirect | Brad Allen | 2010-03-11 | 1 | -8/+1 |
| * | | Converted mxODBC's raised Warning exceptions into normal Python warnings. | Brad Allen | 2010-03-11 | 1 | -0/+18 |
| * | | Temporary kludge to fix InterfaceError, in places where cursor.executedirect ... | Brad Allen | 2010-03-08 | 1 | -0/+15 |
| |/ |
|
| * | mxodbc supports rowcount, just have to snag before the cursor is closed. | Mike Bayer | 2010-02-28 | 2 | -2/+2 |
| * | working on pyodbc / mxodbc | Mike Bayer | 2010-02-27 | 2 | -2/+16 |
| * | the "in" was IN-tentional, ha ha | Mike Bayer | 2010-02-27 | 1 | -1/+2 |
| * | A few cleanups of the mxodbc dialect. | Michael Trier | 2010-02-27 | 1 | -9/+10 |
| * | - threadlocal engine wasn't properly closing the connection | Mike Bayer | 2010-02-27 | 2 | -10/+49 |
| * | - All pyodbc-dialects now support extra pyodbc-specific | Mike Bayer | 2009-12-18 | 1 | -2/+8 |
| * | Corrected problem with a Trusted Connection under MSSQL 2008 native driver. | Michael Trier | 2009-10-05 | 1 | -1/+1 |
| * | fix port specification | Philip Jenvey | 2009-08-28 | 1 | -1/+3 |
| * | o default Connector/J's characterEncoding=UTF-8 for generally better JDBC | Philip Jenvey | 2009-08-11 | 1 | -7/+10 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 4 | -0/+153 |