summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sybase/base.py
Commit message (Expand)AuthorAgeFilesLines
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Replace some uses of re.sub with str.lstrip/replaceVille Skyttä2016-06-061-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - The unsupported Sybase dialect now raises ``NotImplementedError``Mike Bayer2016-01-201-5/+1
* - Fixed two issues regarding Sybase reflection, allowing tablesMike Bayer2015-08-101-6/+9
* - Fixed a regression that was incorrectly fixed in 1.0.0b4Mike Bayer2015-04-241-1/+0
* - Fixed support for "literal_binds" mode when using limit/offsetMike Bayer2015-04-231-1/+1
* - also add this to Oracle, and defensively to firebird and sybaseMike Bayer2015-03-241-0/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - Custom dialects that implement :class:`.GenericTypeCompiler` canMike Bayer2015-01-161-13/+14
* - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-031-1/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-48/+50
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* Extract limit/offset to variablesDobes Vandermeer2014-04-251-5/+7
* - implement kwarg validation and type system for dialect-specificMike Bayer2014-01-181-0/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* remove all remaining start/end py2k/py3k blocksMike Bayer2013-06-071-18/+16
* - the raw 2to3 runMike Bayer2013-04-271-18/+18
* :class:`.Index` now supports arbitrary SQL expressions and/orMike Bayer2013-01-161-2/+2
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/dialects/sybaseDiana Clarke2012-11-191-48/+59
* 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
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-1/+4
* devMike Bayer2012-09-291-2/+2
* trailing whitespace bonanzaMike Bayer2012-07-281-8/+8
* - upgrade DBAPI index to have links to all dialect toplevel pagesMike Bayer2012-05-261-2/+6
* - [feature] Dialect-specific compilers now raiseMike Bayer2012-01-281-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-20/+20
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-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-061-16/+28
* 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
* removed all dialect table_names() methods and standardizedMike Bayer2010-03-191-3/+0
* - normalize sybase version numbersMike Bayer2010-03-181-0/+8
* turning the decimals to floats allows the E notation to work with sybase+pyod...Mike Bayer2010-03-181-4/+2
* working through syb capabilitiesMike Bayer2010-03-171-3/+0
* - pyodbc can do *some* unicode with sybase, python-sybase not at all.Mike Bayer2010-03-171-5/+22
* - added pyodbc for sybase driver.Mike Bayer2010-03-171-23/+9
|\
| * - 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-171-1/+28
|/
* - many incantations to get the tests to run reasonablyMike Bayer2010-03-141-7/+38
* - initial working version of sybase, with modifications to the transactionalMike Bayer2010-03-141-221/+133
* - 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