summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sybase/base.py
Commit message (Expand)AuthorAgeFilesLines
* SYBASE: Added offset supportsnowman22020-05-241-13/+8
* Adjust documentation wording for firebird and sybaseGord Thompson2020-05-151-6/+9
* Deprecate unsupported dialects and dbapiFederico Caselli2020-04-291-0/+11
* happy new yearMike Bayer2020-01-011-1/+1
* Render LIMIT/OFFSET conditions after compile on select dialectsMike Bayer2019-08-301-11/+6
* Note DBAPIs and dialects that we don't supportMike Bayer2019-07-051-3/+3
* Repair use of deprecated text() typemap, bindparams parametersMike Bayer2019-01-171-4/+1
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-37/+36
* Run black -l 79 against all source filesMike Bayer2019-01-061-214/+471
* happy new yearMike Bayer2018-01-121-1/+1
* Allow delete where clause to refer multiple tables.inytar2017-12-051-0/+18
* 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