summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/connectors
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug which prevented MySQLdb-based dialects (e.g.Mike Bayer2014-02-031-31/+12
* - The MySQL CAST compilation now takes into account aspects of a stringMike Bayer2014-01-131-0/+1
* revert r2775c95b1ee30831216cc5 which was mostly an inadvertent commit, except...Mike Bayer2014-01-131-12/+0
* new changelogMike Bayer2014-01-111-0/+12
* - happy new yearMike Bayer2014-01-055-5/+5
* - add copyright to source files missing itMike Bayer2013-10-261-0/+6
* - some tweaks to try to help out mssql+pyodbc support a bit, py3k is reallyMike Bayer2013-06-031-12/+19
* work through dialectsMike Bayer2013-04-271-16/+13
* - the raw 2to3 runMike Bayer2013-04-272-14/+14
* happy new year (see #2645)Diana Clarke2013-01-014-4/+4
* just a pep8 pass of lib/sqlalchemy/connectorsDiana Clarke2012-11-195-17/+27
* - [feature] Added "read_timeout" flag to MySQLdbMike Bayer2012-10-101-0/+1
* finished fixes for mxodbc; need to use at least version 3.2.1Mike Bayer2012-09-211-14/+5
* - further mxodbc tweaks affecting other test suitesMike Bayer2012-09-021-1/+0
* - leave this out for nowMike Bayer2012-09-021-2/+2
* - fixes for mxODBC, some pyodbcMike Bayer2012-09-021-8/+15
* - update all the visit_mod() functions with new naming schemeMike Bayer2012-08-141-2/+3
* -whitespace bonanza, contdMike Bayer2012-07-283-9/+9
* - absolute imports in connectors, databasesMike Bayer2012-06-234-9/+8
* - sqlMike Bayer2012-04-011-2/+10
* happy new yearMike Bayer2012-01-044-4/+4
* - [bug] pyodbc-based dialects now parse theMike Bayer2011-12-041-0/+17
* - Changes to attempt support of FreeTDS 0.91 withMike Bayer2011-09-181-1/+9
* - Adjusted the pyodbc dialect such that boundMike Bayer2011-06-061-4/+10
* - Unit tests pass 100% on MySQL installedMike Bayer2011-06-021-1/+1
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-093-5/+5
* - SchemaItem, SchemaType now descend from common typeMike Bayer2011-01-301-4/+7
* fix this to work on 2.4Mike Bayer2011-01-261-7/+4
* - New DBAPI support for pymysql, a pure Python portMike Bayer2011-01-261-1/+4
* - new dialect for Drizzle [ticket:2003]Mike Bayer2011-01-261-0/+147
* - whitespace removal bonanzaMike Bayer2011-01-024-20/+19
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-024-0/+23
* Ridding the world of a few wasteful imports.Michael Trier2010-12-192-4/+0
* - support for cdecimalMike Bayer2010-12-111-1/+1
* - idle 78-char adjustmentsMike Bayer2010-07-033-12/+23
* documentation updatesMike Bayer2010-03-281-0/+1
* mssql+mxodbc should use executedirect for all selects and execute for insert/...Mike Bayer2010-03-261-10/+20
* whitespace tweaksBrad Allen2010-03-201-2/+1
* For cases when mxODBC's cursor.execute can't do the job, raise a warning and ...Brad Allen2010-03-201-1/+8
* now loading mxODBC exception classes into module namespace while still avoidi...Brad Allen2010-03-201-0/+13
* added comment about alternative way to get server version infoBrad Allen2010-03-201-0/+1
* re-split PyODBCNumeric among Sybase and MS-SQL, they can't be shared.Mike Bayer2010-03-191-43/+0
* still poking at numericsMike Bayer2010-03-191-1/+4
* - the string approach appears to be necessary for large numbers, however.Mike Bayer2010-03-191-38/+26
* switching Decimal treatment in MSSQL to be pyodbc specific, addedMike Bayer2010-03-191-0/+53
* Removed MxNumeric and MxFloat because now the sqlalchemy.types base classes s...Brad Allen2010-03-181-53/+0
* removed mxODBC imports from the module levelBrad Allen2010-03-181-3/+0
* Merged from main tip.Brad Allen2010-03-181-1/+2
|\
| * - moved most Decimal bind/result handling into types.py, out of sqlite, mysql...Mike Bayer2010-03-181-1/+2
* | comments/question about using connection.closed in is_disconnect methodBrad Allen2010-03-181-0/+2