| Commit message (Expand) | Author | Age | Files | Lines |
| * | - we dont actually need this unicode cast, on py3k + linux it seems the | Mike Bayer | 2013-07-09 | 1 | -0/+2 |
| * | add an ORDER BY here | Mike Bayer | 2013-06-26 | 1 | -2/+2 |
| * | - some tweaks to try to help out mssql+pyodbc support a bit, py3k is really | Mike Bayer | 2013-06-03 | 1 | -2/+0 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -21/+21 |
| * | A major fix to the way in which a select() object produces | Mike Bayer | 2013-04-11 | 1 | -0/+16 |
| * | fix syntax error | Mike Bayer | 2013-03-24 | 1 | -1/+1 |
| * | Fixed bug whereby a DBAPI that can return "0" | Mike Bayer | 2013-03-23 | 1 | -1/+18 |
| * | - add support for pulling in an external requirements file | Mike Bayer | 2013-02-06 | 1 | -9/+14 |
| * | - add an "empty_inserts" requirement target plus a suite test | Mike Bayer | 2013-02-06 | 1 | -3/+3 |
| * | internally at least refer to multirow as "multivalues", to distinguish between | Mike Bayer | 2012-12-08 | 1 | -2/+2 |
| * | - multivalued inserts, [ticket:2623] | Mike Bayer | 2012-12-08 | 1 | -0/+1 |
| * | compiler: add support for multirow inserts | Idan Kamara | 2012-12-06 | 1 | -0/+11 |
| * | Fixed bug whereby using "key" with Column | Mike Bayer | 2012-11-13 | 1 | -0/+21 |
| * | - [feature] The Query can now load entity/scalar-mixed | Mike Bayer | 2012-10-15 | 1 | -1/+14 |
| * | - more tests, move some tests out of test_reflection, test_query | Mike Bayer | 2012-09-27 | 1 | -78/+8 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -4/+6 |
| * | - got firebird running | Mike Bayer | 2012-09-23 | 1 | -5/+3 |
| * | finished fixes for mxodbc; need to use at least version 3.2.1 | Mike Bayer | 2012-09-21 | 1 | -1/+0 |
| * | - fixes for mxODBC, some pyodbc | Mike Bayer | 2012-09-02 | 1 | -3/+28 |
| * | - [bug] Fixed a regression since 0.6 regarding | Mike Bayer | 2012-08-31 | 1 | -4/+26 |
| * | - [feature] The "required" flag is set to | Mike Bayer | 2012-08-27 | 1 | -1/+62 |
| * | - fix for pypy | Mike Bayer | 2012-08-25 | 1 | -0/+2 |
| * | small tweaks to make insert() behavior more consistent, mostly tests, [ticket... | Mike Bayer | 2012-08-23 | 1 | -0/+149 |
| * | - [bug] Fixed cextension bug whereby the | Mike Bayer | 2012-08-22 | 1 | -2/+64 |
| * | fixes for pg9 | Mike Bayer | 2012-08-22 | 1 | -1/+1 |
| * | - all tests pass | Mike Bayer | 2012-08-13 | 1 | -8/+0 |
| * | - break out engine/base.py into base, interfaces, result, util. | Mike Bayer | 2012-08-07 | 1 | -6/+6 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -24/+24 |
| * | remove this test now covered in test_execute | Mike Bayer | 2012-06-16 | 1 | -8/+0 |
| * | - [feature] Added SQLite execution option | Mike Bayer | 2012-05-04 | 1 | -11/+64 |
| * | - [feature] The behavior of column targeting | Mike Bayer | 2012-04-24 | 1 | -4/+28 |
| * | - [bug] The names of the columns on the | Mike Bayer | 2012-04-24 | 1 | -37/+1 |
| * | - [bug] Fixed issue whereby attribute-based | Mike Bayer | 2012-03-14 | 1 | -0/+13 |
| * | hey pyodbc fixed this, hoopde doo | Mike Bayer | 2012-03-13 | 1 | -1/+0 |
| * | - [bug] Added support for using the .key | Mike Bayer | 2012-02-05 | 1 | -1/+163 |
| * | - [bug] A significant change to how labeling | Mike Bayer | 2012-02-05 | 1 | -17/+43 |
| * | - adjust the test for [ticket:2377] to be less controversial on | Mike Bayer | 2012-01-22 | 1 | -2/+3 |
| * | pg8000 fix | Mike Bayer | 2012-01-22 | 1 | -1/+1 |
| * | - [bug] Fixed bug whereby a table-bound Column | Mike Bayer | 2012-01-22 | 1 | -1/+26 |
| * | - adjust some tests and such to work better with a mysql 5.5 install | Mike Bayer | 2011-10-11 | 1 | -1/+3 |
| * | try to get py3k to pass here | Mike Bayer | 2011-06-22 | 1 | -1/+1 |
| * | fix test | Mike Bayer | 2011-06-22 | 1 | -1/+4 |
| * | - Adjusted the __contains__() method of | Mike Bayer | 2011-06-04 | 1 | -0/+19 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -0/+5 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -6/+6 |
| * | - Added accessors to ResultProxy "returns_rows", "is_insert" | Mike Bayer | 2011-03-16 | 1 | -0/+30 |
| * | psycopg2 2.4 no longer accepts % in bind place holders | Denise Govindarajan | 2011-03-15 | 1 | -0/+2 |
| * | - Added over() function, method to FunctionElement | Mike Bayer | 2011-02-10 | 1 | -0/+9 |
| * | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 1 | -4/+4 |
| * | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 1 | -0/+21 |