summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Removed MxNumeric and MxFloat because now the sqlalchemy.types base classes s...Brad Allen2010-03-182-65/+10
* removed mxODBC imports from the module levelBrad Allen2010-03-181-3/+0
* adjustments to improve readability (indentation to complex conditional expres...Brad Allen2010-03-181-23/+59
* Hardcoded ident_seed and ident_increment query had bind markers noncompliant ...Brad Allen2010-03-181-5/+3
* Merged from main tip.Brad Allen2010-03-1810-93/+61
|\
| * turning the decimals to floats allows the E notation to work with sybase+pyod...Mike Bayer2010-03-183-5/+30
| * - moved most Decimal bind/result handling into types.py, out of sqlite, mysql...Mike Bayer2010-03-188-89/+32
* | comments/question about using connection.closed in is_disconnect methodBrad Allen2010-03-181-0/+2
* | MergeBrad Allen2010-03-1816-152/+169
|\ \ | |/
| * some ms fixesMike Bayer2010-03-171-4/+6
| * if anybody complains that they didn't know it was called "relation" in 0.5, w...Mike Bayer2010-03-172-3/+12
| * add a synonym for RelationProperty -> RelationshipProperty tooMike Bayer2010-03-171-2/+2
| * - The official name for the relation() function is nowMike Bayer2010-03-1715-146/+152
* | 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 tipBrad Allen2010-03-172-4/+29
|\ \ | |/
| * working through syb capabilitiesMike Bayer2010-03-172-4/+29
* | Merged from main tip, and resolved conflicts in mxodbc dialect and connector.Brad Allen2010-03-1721-319/+530
|\ \ | |/
| * - pyodbc can do *some* unicode with sybase, python-sybase not at all.Mike Bayer2010-03-175-7/+47
| * - added pyodbc for sybase driver.Mike Bayer2010-03-1711-79/+187
| |\
| | * - mxodbc can use default execute() callMike Bayer2010-03-166-42/+124
| * | - basic sybase+pyodbc support. in particular this will impact freetds detect...Mike Bayer2010-03-176-30/+66
| * | Changed OurSQL to use supports_unicode_binds and supports_unicode_statements.Michael Trier2010-03-161-2/+0
| |/
| * - The except_() method now renders as MINUS on Oracle,Mike Bayer2010-03-164-12/+38
| * - Fixed bug which caused "row switch" logic, that is anMike Bayer2010-03-162-177/+171
| * - added test for #1737Mike Bayer2010-03-162-2/+2
| * 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
* | corrected import statements forgotten on prior commitBrad Allen2010-03-161-1/+2
* | Fixes to pass numeric tests; now by default, the mxodbc connector natively re...Brad Allen2010-03-162-1/+57
* | 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-1537-551/+748
|\
| * - The visit_pool() method of Dialect is removed, and replaced withMike Bayer2010-03-158-56/+103
| * fix failing test due to sybase paramstyleMike Bayer2010-03-141-1/+3
| * - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke...Mike Bayer2010-03-1418-90/+90
| * - many incantations to get the tests to run reasonablyMike Bayer2010-03-142-7/+46
| * - initial working version of sybase, with modifications to the transactionalMike Bayer2010-03-147-277/+246
| * - Fixed bug in 0.6-reworked "many-to-one" optimizationsMike Bayer2010-03-131-1/+1
| * - further checks when running in WITH_UNICODEMike Bayer2010-03-131-4/+50
| * ensure with_unicode flag is false for cx_oracle < 5Mike Bayer2010-03-131-3/+3
| * merge tipMike Bayer2010-03-131-2/+2
| |\
| | * only enable WITH_UNICODE when >= cx_Oracle v5Philip Jenvey2010-03-131-2/+2
| * | - Added "logging_name" argument to create_engine(), Pool() constructorMike Bayer2010-03-135-18/+45
| |/
| * - query.get() now returns None if queried for an identifierMike Bayer2010-03-131-12/+18
| * merge tipMike Bayer2010-03-131-6/+4
| |\
| | * tweak to take advantage of returning support in executemanyPhilip Jenvey2010-03-121-6/+4
| * | fix the timeout test once and for allMike Bayer2010-03-131-28/+41
| |/