| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - many incantations to get the tests to run reasonably | Mike Bayer | 2010-03-14 | 2 | -7/+46 |
* | - initial working version of sybase, with modifications to the transactional | Mike Bayer | 2010-03-14 | 6 | -276/+241 |
* | - 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 |
* | add a warning for unported dialects. considered a full blown NotImplemented... | Mike Bayer | 2009-12-06 | 1 | -0/+2 |
* | - pg8000 + postgresql dialects now check for float/numeric return | Mike Bayer | 2009-11-15 | 1 | -1/+1 |