| Commit message (Expand) | Author | Age | Files | Lines |
* | Add SQL Server CI coverage | Mike Bayer | 2017-08-31 | 1 | -3/+1 |
* | Add new "expanding" feature to bindparam() | Mike Bayer | 2017-04-07 | 1 | -2/+72 |
* | Add "empty in" strategies; default to "static" | Mike Bayer | 2017-03-14 | 1 | -18/+54 |
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -2/+5 |
* | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -1/+1 |
* | - break out critical aspects of test_query into their own tests | Mike Bayer | 2015-09-27 | 1 | -1416/+4 |
* | - Fixed regression where new methods on :class:`.ResultProxy` used | Mike Bayer | 2015-07-19 | 1 | -2/+10 |
* | - pg8000 very annoyingly complaining here, use total literal | Mike Bayer | 2015-07-19 | 1 | -1/+2 |
* | - Fixed regression where :meth:`.ResultProxy.keys` would return | Mike Bayer | 2015-07-19 | 1 | -5/+94 |
* | - ensure that the keys we put into the parameters dictionary | Mike Bayer | 2015-04-08 | 1 | -1/+8 |
* | - The "auto close" for :class:`.ResultProxy` is now a "soft" close. | Mike Bayer | 2015-03-17 | 1 | -0/+3 |
* | - The SQL compiler now generates the mapping of expected columnspositional_targeting | Mike Bayer | 2015-03-07 | 1 | -0/+42 |
* | - Exception messages have been spiffed up a bit. The SQL statement | Mike Bayer | 2014-10-17 | 1 | -4/+3 |
* | - additional issues fixed in mysqlconnector 2.0.1 | Mike Bayer | 2014-10-13 | 1 | -15/+0 |
* | - Mysqlconnector as of version 2.0, probably as a side effect of | Mike Bayer | 2014-10-12 | 1 | -6/+0 |
* | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 1 | -4/+6 |
* | - The INSERT...FROM SELECT construct now implies ``inline=True`` | Mike Bayer | 2014-08-20 | 1 | -0/+7 |
* | - find the remaining not cleaning up correctly test | Mike Bayer | 2014-07-28 | 1 | -1/+2 |
* | - scale up for mysql, sqlite | Mike Bayer | 2014-07-26 | 1 | -3/+3 |
* | - update the flake8 rules again | Mike Bayer | 2014-07-18 | 1 | -2/+7 |
* | PEP8 tidy of subset of test/sql/*.pypr/103 | Tony Locke | 2014-07-07 | 1 | -436/+513 |
* | pg8000 passing test/sql | Tony Locke | 2014-07-06 | 1 | -2/+2 |
* | mark failing tests for buggy mysqlconnector | Mike Bayer | 2014-03-28 | 1 | -0/+21 |
* | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 1 | -0/+10 |
* | - add more support for suite tests, moving some tests from test_query out to ... | Mike Bayer | 2014-03-13 | 1 | -153/+24 |
* | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -5/+0 |
* | - More issues with [ticket:2932] first resolved in 0.9.2 where | Mike Bayer | 2014-02-05 | 1 | -0/+30 |
* | - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`- | Mike Bayer | 2014-02-02 | 1 | -0/+45 |
* | - better way to do it | Mike Bayer | 2014-01-29 | 1 | -2/+4 |
* | - add TypeError handling to the tests here, ensure TypeError | Mike Bayer | 2014-01-29 | 1 | -8/+15 |
* | - Fixed 0.9 regression where the new sortable support for :class:`.RowProxy` | Mike Bayer | 2014-01-28 | 1 | -1/+25 |
* | - Fixed bug where SQL statement would be improperly ASCII-encoded | Mike Bayer | 2013-11-22 | 1 | -1/+1 |
* | - The :class:`.RowProxy` object is now sortable in Python as a regular | Mike Bayer | 2013-11-19 | 1 | -0/+13 |
* | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 1 | -3/+0 |
* | - 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 |