| Commit message (Expand) | Author | Age | Files | Lines |
| * | some tests, should be OK | Mike Bayer | 2010-12-13 | 1 | -3/+5 |
| * | - support for cdecimal | Mike Bayer | 2010-12-11 | 2 | -9/+19 |
| * | - repair MS-SQL handling of LIMIT/OFFSET as binds, add bindparam() to the com... | Mike Bayer | 2010-11-29 | 1 | -4/+4 |
| * | merge tip | Mike Bayer | 2010-11-14 | 3 | -26/+61 |
| |\ |
|
| | * | - mssql+pymssql dialect now honors the "port" portion | Mike Bayer | 2010-10-24 | 1 | -2/+4 |
| | * | - Rewrote the reflection of indexes to use sys. | Mike Bayer | 2010-10-23 | 2 | -15/+48 |
| | * | - Fixed bug where aliasing of tables with "schema" would | Mike Bayer | 2010-10-20 | 1 | -3/+3 |
| | * | - Fixed MSSQL reflection bug which did not properly handle | Mike Bayer | 2010-10-16 | 1 | -6/+6 |
| * | | merge tip | Mike Bayer | 2010-09-19 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | - rewrote the "connections" section | Mike Bayer | 2010-09-05 | 1 | -1/+1 |
| * | | - move LIMIT/OFFSET rendering to be as bind parameters, for all backends | Mike Bayer | 2010-08-29 | 1 | -4/+7 |
| |/ |
|
| * | reformatting /cleanup of column type docs, including [ticket:1858] | Mike Bayer | 2010-08-01 | 1 | -4/+8 |
| * | - Fixed "default schema" query to work with | Mike Bayer | 2010-07-29 | 1 | -4/+4 |
| * | - Changed the scheme used to generate truncated | Mike Bayer | 2010-07-21 | 1 | -1/+1 |
| * | - idle 78-char adjustments | Mike Bayer | 2010-07-03 | 8 | -102/+177 |
| * | - If server_version_info is outside the usual | Mike Bayer | 2010-07-02 | 1 | -0/+10 |
| * | documentation updates | Mike Bayer | 2010-03-28 | 3 | -3/+44 |
| * | - pymssql now works again, expecting at least the 1.0 series. | Mike Bayer | 2010-03-20 | 4 | -129/+135 |
| * | 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 | 1 | -3/+53 |
| * | removed all dialect table_names() methods and standardized | Mike Bayer | 2010-03-19 | 2 | -11/+6 |
| * | still poking at numerics | Mike Bayer | 2010-03-19 | 1 | -1/+2 |
| * | switching Decimal treatment in MSSQL to be pyodbc specific, added | Mike Bayer | 2010-03-19 | 3 | -72/+27 |
| * | fixed missing return statement which caused render_literal_value to choke | Brad Allen | 2010-03-18 | 1 | -1/+1 |
| * | Added MSSQLStrictCompiler support for rendering datetime types | Brad Allen | 2010-03-18 | 1 | -3/+17 |
| * | Added module docstring for mssql+mxodbc dialect. | Brad Allen | 2010-03-18 | 1 | -1/+10 |
| * | Removed MxNumeric and MxFloat because now the sqlalchemy.types base classes s... | Brad Allen | 2010-03-18 | 1 | -12/+10 |
| * | adjustments to improve readability (indentation to complex conditional expres... | Brad Allen | 2010-03-18 | 1 | -23/+59 |
| * | Hardcoded ident_seed and ident_increment query had bind markers noncompliant ... | Brad Allen | 2010-03-18 | 1 | -5/+3 |
| * | Merged from main tip. | Brad Allen | 2010-03-18 | 1 | -19/+6 |
| |\ |
|
| | * | turning the decimals to floats allows the E notation to work with sybase+pyod... | Mike Bayer | 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 | -19/+5 |
| * | | Merge | Brad Allen | 2010-03-18 | 1 | -4/+6 |
| |\ \
| |/ |
|
| | * | some ms fixes | Mike Bayer | 2010-03-17 | 1 | -4/+6 |
| * | | Merged from main tip, and resolved conflicts in mxodbc dialect and connector. | Brad Allen | 2010-03-17 | 3 | -23/+59 |
| |\ \
| |/ |
|
| | * | - added pyodbc for sybase driver. | Mike Bayer | 2010-03-17 | 3 | -9/+59 |
| | |\ |
|
| | | * | - mxodbc can use default execute() call | Mike Bayer | 2010-03-16 | 2 | -4/+43 |
| | * | | - basic sybase+pyodbc support. in particular this will impact freetds detect... | Mike Bayer | 2010-03-17 | 1 | -15/+0 |
| | |/ |
|
| * | | corrected import statements forgotten on prior commit | Brad Allen | 2010-03-16 | 1 | -1/+2 |
| * | | Fixes to pass numeric tests; now by default, the mxodbc connector natively re... | Brad Allen | 2010-03-16 | 1 | -0/+8 |
| |/ |
|
| * | merged mainline default branch | Brad Allen | 2010-03-15 | 1 | -5/+5 |
| |\ |
|
| | * | - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke... | Mike Bayer | 2010-03-14 | 1 | -5/+5 |
| * | | Merged latest changes from the mainline (default branch) | Brad Allen | 2010-03-12 | 1 | -3/+3 |
| |\ \
| |/ |
|
| | * | Added a non-freetds specific exclusion for pyodbc | Mike Bayer | 2010-03-11 | 1 | -3/+3 |
| * | | Now using pyodbc execution context once again (to pass the test involving ins... | Brad Allen | 2010-03-11 | 1 | -2/+9 |
| * | | Removed pyodbc execution context, because output inserted is now handled by t... | Brad Allen | 2010-03-08 | 1 | -3/+2 |
| |/ |
|
| * | - the execution sequence pulls all rowcount/last inserted ID | Mike Bayer | 2010-02-28 | 2 | -14/+6 |
| * | mxodbc supports rowcount, just have to snag before the cursor is closed. | Mike Bayer | 2010-02-28 | 2 | -6/+15 |
| * | some ms/odbc fixes | Mike Bayer | 2010-02-28 | 1 | -2/+2 |
| * | further numeric fixes | Mike Bayer | 2010-02-27 | 1 | -3/+9 |