| Commit message (Expand) | Author | Age | Files | Lines |
* | SYBASE: Added offset support | snowman2 | 2020-05-24 | 1 | -13/+8 |
* | Adjust documentation wording for firebird and sybase | Gord Thompson | 2020-05-15 | 1 | -6/+9 |
* | Deprecate unsupported dialects and dbapi | Federico Caselli | 2020-04-29 | 1 | -0/+11 |
* | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
* | Render LIMIT/OFFSET conditions after compile on select dialects | Mike Bayer | 2019-08-30 | 1 | -11/+6 |
* | Note DBAPIs and dialects that we don't support | Mike Bayer | 2019-07-05 | 1 | -3/+3 |
* | Repair use of deprecated text() typemap, bindparams parameters | Mike Bayer | 2019-01-17 | 1 | -4/+1 |
* | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -37/+36 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -214/+471 |
* | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
* | Allow delete where clause to refer multiple tables. | inytar | 2017-12-05 | 1 | -0/+18 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | Replace some uses of re.sub with str.lstrip/replace | Ville Skyttä | 2016-06-06 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - The unsupported Sybase dialect now raises ``NotImplementedError`` | Mike Bayer | 2016-01-20 | 1 | -5/+1 |
* | - Fixed two issues regarding Sybase reflection, allowing tables | Mike Bayer | 2015-08-10 | 1 | -6/+9 |
* | - Fixed a regression that was incorrectly fixed in 1.0.0b4 | Mike Bayer | 2015-04-24 | 1 | -1/+0 |
* | - Fixed support for "literal_binds" mode when using limit/offset | Mike Bayer | 2015-04-23 | 1 | -1/+1 |
* | - also add this to Oracle, and defensively to firebird and sybase | Mike Bayer | 2015-03-24 | 1 | -0/+1 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - Custom dialects that implement :class:`.GenericTypeCompiler` can | Mike Bayer | 2015-01-16 | 1 | -13/+14 |
* | - ensure literal_binds works with LIMIT clause, FOR UPDATE | Mike Bayer | 2014-09-03 | 1 | -1/+1 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -48/+50 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | Extract limit/offset to variables | Dobes Vandermeer | 2014-04-25 | 1 | -5/+7 |
* | - implement kwarg validation and type system for dialect-specific | Mike Bayer | 2014-01-18 | 1 | -0/+2 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | remove all remaining start/end py2k/py3k blocks | Mike Bayer | 2013-06-07 | 1 | -18/+16 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -18/+18 |
* | :class:`.Index` now supports arbitrary SQL expressions and/or | Mike Bayer | 2013-01-16 | 1 | -2/+2 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | just a pep8 pass of lib/sqlalchemy/dialects/sybase | Diana Clarke | 2012-11-19 | 1 | -48/+59 |
* | Removed caching from SybaseDialect.get_table_id | Benjamin Trofatter | 2012-11-03 | 1 | -1/+0 |
* | Updated sybase testing requirements | Benjamin Trofatter | 2012-10-31 | 1 | -2/+4 |
* | Added sybase requirements to testing and improved view reflection. | Benjamin Trofatter | 2012-10-30 | 1 | -33/+17 |
* | Added reflection to sqlalchemy.dialects.sybase | Benjamin Trofatter | 2012-10-30 | 1 | -45/+424 |
* | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 1 | -1/+4 |
* | dev | Mike Bayer | 2012-09-29 | 1 | -2/+2 |
* | trailing whitespace bonanza | Mike Bayer | 2012-07-28 | 1 | -8/+8 |
* | - upgrade DBAPI index to have links to all dialect toplevel pages | Mike Bayer | 2012-05-26 | 1 | -2/+6 |
* | - [feature] Dialect-specific compilers now raise | Mike Bayer | 2012-01-28 | 1 | -1/+1 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -20/+20 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -1/+1 |
* | - move LIMIT/OFFSET rendering to be as bind parameters, for all backends | Mike Bayer | 2010-08-29 | 1 | -0/+2 |
* | - Changed the scheme used to generate truncated | Mike Bayer | 2010-07-21 | 1 | -1/+1 |
* | 78 chars for sybase | Mike Bayer | 2010-07-06 | 1 | -16/+28 |
* | this is a rewrite from the old sybase module with almost nothing | Mike Bayer | 2010-03-27 | 1 | -5/+6 |
* | - Added with_hint() method to Query() construct. This calls | Mike Bayer | 2010-03-27 | 1 | -0/+3 |
* | removed all dialect table_names() methods and standardized | Mike Bayer | 2010-03-19 | 1 | -3/+0 |