summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sybase
Commit message (Expand)AuthorAgeFilesLines
* remove all remaining start/end py2k/py3k blocksMike Bayer2013-06-071-18/+16
* - the raw 2to3 runMike Bayer2013-04-272-19/+19
* - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-091-1/+1
* :class:`.Index` now supports arbitrary SQL expressions and/orMike Bayer2013-01-161-2/+2
* happy new year (see #2645)Diana Clarke2013-01-012-2/+2
* happy new year (see #2645)Diana Clarke2013-01-013-3/+3
* just a pep8 pass of lib/sqlalchemy/dialects/sybaseDiana Clarke2012-11-195-66/+85
* Removed caching from SybaseDialect.get_table_idBenjamin Trofatter2012-11-031-1/+0
* Updated sybase testing requirementsBenjamin Trofatter2012-10-311-2/+4
* Added sybase requirements to testing and improved view reflection.Benjamin Trofatter2012-10-301-33/+17
* Added reflection to sqlalchemy.dialects.sybaseBenjamin Trofatter2012-10-301-45/+424
* - get 100% lint/pep8 happening for test_compiler; next we will beginMike Bayer2012-10-241-3/+4
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-194-18/+23
* devMike Bayer2012-09-291-2/+2
* -whitespace bonanza, contdMike Bayer2012-07-282-4/+4
* trailing whitespace bonanzaMike Bayer2012-07-281-8/+8
* - pass kw through hereMike Bayer2012-06-251-1/+1
* - upgrade DBAPI index to have links to all dialect toplevel pagesMike Bayer2012-05-261-2/+6
* typoes in lib/sqlalchemy/dialectsDiana Clarke2012-03-171-4/+4
* - [feature] Dialect-specific compilers now raiseMike Bayer2012-01-281-1/+1
* happy new yearMike Bayer2012-01-043-3/+3
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-091-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-023-24/+24
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-025-3/+21
* - support for cdecimalMike Bayer2010-12-111-1/+1
* - move LIMIT/OFFSET rendering to be as bind parameters, for all backendsMike Bayer2010-08-291-0/+2
* - Changed the scheme used to generate truncatedMike Bayer2010-07-211-1/+1
* 78 chars for sybaseMike Bayer2010-07-063-21/+37
* this is a rewrite from the old sybase module with almost nothingMike Bayer2010-03-271-5/+6
* - Added with_hint() method to Query() construct. This callsMike Bayer2010-03-271-0/+3
* re-split PyODBCNumeric among Sybase and MS-SQL, they can't be shared.Mike Bayer2010-03-191-6/+26
* removed all dialect table_names() methods and standardizedMike Bayer2010-03-191-3/+0
* still poking at numericsMike Bayer2010-03-191-1/+1
* switching Decimal treatment in MSSQL to be pyodbc specific, addedMike Bayer2010-03-191-22/+6
* - normalize sybase version numbersMike Bayer2010-03-182-1/+11
* some weird numerictype coming back from pysybase, run through float()Mike Bayer2010-03-181-0/+13
* turning the decimals to floats allows the E notation to work with sybase+pyod...Mike Bayer2010-03-182-4/+28
* working through syb capabilitiesMike Bayer2010-03-171-3/+0
* - 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