| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 | 4 | -61/+65 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 5 | -5/+10 |
| * | 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 | 5 | -5/+5 |
| * | 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 | 2 | -19/+19 |
| * | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 1 | -1/+1 |
| * | :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 | 2 | -2/+2 |
| * | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 3 | -3/+3 |
| * | just a pep8 pass of lib/sqlalchemy/dialects/sybase | Diana Clarke | 2012-11-19 | 5 | -66/+85 |
| * | 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 |
| * | - get 100% lint/pep8 happening for test_compiler; next we will begin | Mike Bayer | 2012-10-24 | 1 | -3/+4 |
| * | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 4 | -18/+23 |
| * | dev | Mike Bayer | 2012-09-29 | 1 | -2/+2 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 2 | -4/+4 |
| * | trailing whitespace bonanza | Mike Bayer | 2012-07-28 | 1 | -8/+8 |
| * | - pass kw through here | Mike Bayer | 2012-06-25 | 1 | -1/+1 |
| * | - upgrade DBAPI index to have links to all dialect toplevel pages | Mike Bayer | 2012-05-26 | 1 | -2/+6 |
| * | typoes in lib/sqlalchemy/dialects | Diana Clarke | 2012-03-17 | 1 | -4/+4 |
| * | - [feature] Dialect-specific compilers now raise | Mike Bayer | 2012-01-28 | 1 | -1/+1 |
| * | happy new year | Mike Bayer | 2012-01-04 | 3 | -3/+3 |
| * | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 1 | -1/+1 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 3 | -24/+24 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 5 | -3/+21 |
| * | - support for cdecimal | Mike Bayer | 2010-12-11 | 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 | 3 | -21/+37 |
| * | 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 |
| * | re-split PyODBCNumeric among Sybase and MS-SQL, they can't be shared. | Mike Bayer | 2010-03-19 | 1 | -6/+26 |
| * | removed all dialect table_names() methods and standardized | Mike Bayer | 2010-03-19 | 1 | -3/+0 |
| * | still poking at numerics | Mike Bayer | 2010-03-19 | 1 | -1/+1 |
| * | switching Decimal treatment in MSSQL to be pyodbc specific, added | Mike Bayer | 2010-03-19 | 1 | -22/+6 |
| * | - normalize sybase version numbers | Mike Bayer | 2010-03-18 | 2 | -1/+11 |
| * | some weird numerictype coming back from pysybase, run through float() | Mike Bayer | 2010-03-18 | 1 | -0/+13 |
| * | turning the decimals to floats allows the E notation to work with sybase+pyod... | Mike Bayer | 2010-03-18 | 2 | -4/+28 |
| * | 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 | 4 | -6/+46 |
| * | - added pyodbc for sybase driver. | Mike Bayer | 2010-03-17 | 2 | -24/+15 |
| |\ |
|
| | * | - 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 | 4 | -15/+42 |
| |/ |
|
| * | - name all the "sub" dialect components <DB><component>_<dialectname>, [ticke... | Mike Bayer | 2010-03-14 | 2 | -4/+4 |