| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - normalize sybase version numbers | Mike Bayer | 2010-03-18 | 1 | -0/+8 |
* | turning the decimals to floats allows the E notation to work with sybase+pyod... | Mike Bayer | 2010-03-18 | 1 | -4/+2 |
* | working through syb capabilities | Mike Bayer | 2010-03-17 | 1 | -3/+0 |
* | - pyodbc can do *some* unicode with sybase, python-sybase not at all. | Mike Bayer | 2010-03-17 | 1 | -5/+22 |
* | - added pyodbc for sybase driver. | Mike Bayer | 2010-03-17 | 1 | -23/+9 |
|\ |
|
| * | - mxodbc can use default execute() call | Mike Bayer | 2010-03-16 | 1 | -2/+2 |
* | | - basic sybase+pyodbc support. in particular this will impact freetds detect... | Mike Bayer | 2010-03-17 | 1 | -1/+28 |
|/ |
|
* | - many incantations to get the tests to run reasonably | Mike Bayer | 2010-03-14 | 1 | -7/+38 |
* | - initial working version of sybase, with modifications to the transactional | Mike Bayer | 2010-03-14 | 1 | -221/+133 |
* | - Added an optional C extension to speed up the sql layer by | Gaëtan de Menten | 2010-02-13 | 1 | -18/+1 |
* | - types.Binary is renamed to types.LargeBinary, it only | Mike Bayer | 2010-01-23 | 1 | -6/+6 |
* | seriously, this is not 0.6 code ! | Mike Bayer | 2009-12-06 | 1 | -1/+3 |