| Commit message (Expand) | Author | Age | Files | Lines |
| * | Removed MxNumeric and MxFloat because now the sqlalchemy.types base classes s... | Brad Allen | 2010-03-18 | 2 | -65/+10 |
| * | removed mxODBC imports from the module level | Brad Allen | 2010-03-18 | 1 | -3/+0 |
| * | 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 | 10 | -93/+61 |
| |\ |
|
| | * | turning the decimals to floats allows the E notation to work with sybase+pyod... | Mike Bayer | 2010-03-18 | 3 | -5/+30 |
| | * | - moved most Decimal bind/result handling into types.py, out of sqlite, mysql... | Mike Bayer | 2010-03-18 | 8 | -89/+32 |
| * | | comments/question about using connection.closed in is_disconnect method | Brad Allen | 2010-03-18 | 1 | -0/+2 |
| * | | Merge | Brad Allen | 2010-03-18 | 16 | -152/+169 |
| |\ \
| |/ |
|
| | * | some ms fixes | Mike Bayer | 2010-03-17 | 1 | -4/+6 |
| | * | if anybody complains that they didn't know it was called "relation" in 0.5, w... | Mike Bayer | 2010-03-17 | 2 | -3/+12 |
| | * | add a synonym for RelationProperty -> RelationshipProperty too | Mike Bayer | 2010-03-17 | 1 | -2/+2 |
| | * | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 15 | -146/+152 |
| * | | 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 | Brad Allen | 2010-03-17 | 2 | -4/+29 |
| |\ \
| |/ |
|
| | * | working through syb capabilities | Mike Bayer | 2010-03-17 | 2 | -4/+29 |
| * | | Merged from main tip, and resolved conflicts in mxodbc dialect and connector. | Brad Allen | 2010-03-17 | 21 | -319/+530 |
| |\ \
| |/ |
|
| | * | - pyodbc can do *some* unicode with sybase, python-sybase not at all. | Mike Bayer | 2010-03-17 | 5 | -7/+47 |
| | * | - added pyodbc for sybase driver. | Mike Bayer | 2010-03-17 | 11 | -79/+187 |
| | |\ |
|
| | | * | - mxodbc can use default execute() call | Mike Bayer | 2010-03-16 | 6 | -42/+124 |
| | * | | - basic sybase+pyodbc support. in particular this will impact freetds detect... | Mike Bayer | 2010-03-17 | 6 | -30/+66 |
| | * | | Changed OurSQL to use supports_unicode_binds and supports_unicode_statements. | Michael Trier | 2010-03-16 | 1 | -2/+0 |
| | |/ |
|
| | * | - The except_() method now renders as MINUS on Oracle, | Mike Bayer | 2010-03-16 | 4 | -12/+38 |
| | * | - Fixed bug which caused "row switch" logic, that is an | Mike Bayer | 2010-03-16 | 2 | -177/+171 |
| | * | - added test for #1737 | Mike Bayer | 2010-03-16 | 2 | -2/+2 |
| | * | 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 |
| * | | 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 | 2 | -1/+57 |
| * | | 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 | 37 | -551/+748 |
| |\ |
|
| | * | - The visit_pool() method of Dialect is removed, and replaced with | Mike Bayer | 2010-03-15 | 8 | -56/+103 |
| | * | fix failing test due to sybase paramstyle | Mike Bayer | 2010-03-14 | 1 | -1/+3 |
| | * | - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke... | Mike Bayer | 2010-03-14 | 18 | -90/+90 |
| | * | - many incantations to get the tests to run reasonably | Mike Bayer | 2010-03-14 | 2 | -7/+46 |
| | * | - initial working version of sybase, with modifications to the transactional | Mike Bayer | 2010-03-14 | 7 | -277/+246 |
| | * | - Fixed bug in 0.6-reworked "many-to-one" optimizations | Mike Bayer | 2010-03-13 | 1 | -1/+1 |
| | * | - further checks when running in WITH_UNICODE | Mike Bayer | 2010-03-13 | 1 | -4/+50 |
| | * | ensure with_unicode flag is false for cx_oracle < 5 | Mike Bayer | 2010-03-13 | 1 | -3/+3 |
| | * | merge tip | Mike Bayer | 2010-03-13 | 1 | -2/+2 |
| | |\ |
|
| | | * | only enable WITH_UNICODE when >= cx_Oracle v5 | Philip Jenvey | 2010-03-13 | 1 | -2/+2 |
| | * | | - Added "logging_name" argument to create_engine(), Pool() constructor | Mike Bayer | 2010-03-13 | 5 | -18/+45 |
| | |/ |
|
| | * | - query.get() now returns None if queried for an identifier | Mike Bayer | 2010-03-13 | 1 | -12/+18 |
| | * | merge tip | Mike Bayer | 2010-03-13 | 1 | -6/+4 |
| | |\ |
|
| | | * | tweak to take advantage of returning support in executemany | Philip Jenvey | 2010-03-12 | 1 | -6/+4 |
| | * | | fix the timeout test once and for all | Mike Bayer | 2010-03-13 | 1 | -28/+41 |
| | |/ |
|