summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sybase
Commit message (Expand)AuthorAgeFilesLines
...
* - pyodbc can do *some* unicode with sybase, python-sybase not at all.Mike Bayer2010-03-174-6/+46
* - added pyodbc for sybase driver.Mike Bayer2010-03-172-24/+15
|\
| * - mxodbc can use default execute() callMike Bayer2010-03-161-2/+2
* | - basic sybase+pyodbc support. in particular this will impact freetds detect...Mike Bayer2010-03-174-15/+42
|/
* - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke...Mike Bayer2010-03-142-4/+4
* - 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-146-276/+241
* - Added an optional C extension to speed up the sql layer byGaƫtan de Menten2010-02-131-18/+1
* - types.Binary is renamed to types.LargeBinary, it onlyMike Bayer2010-01-231-6/+6
* seriously, this is not 0.6 code !Mike Bayer2009-12-061-1/+3
* add a warning for unported dialects. considered a full blown NotImplemented...Mike Bayer2009-12-061-0/+2
* - pg8000 + postgresql dialects now check for float/numeric returnMike Bayer2009-11-151-1/+1
* - dialect.get_default_schema_name(connection) is nowMike Bayer2009-11-031-2/+3
* close cursors: mostly fetchone -> firstPhilip Jenvey2009-09-111-4/+1
* merge 0.6 series to trunk.Mike Bayer2009-08-065-0/+534