| Commit message (Expand) | Author | Age | Files | Lines |
* | Update select usage to use the new 1.4 format | Federico Caselli | 2020-09-08 | 1 | -11/+13 |
* | Sweep through UPDATE ordered_values a second time | Mike Bayer | 2020-08-12 | 1 | -9/+104 |
* | Correct for update.ordered_values() and use in new test | Mike Bayer | 2020-08-11 | 1 | -1/+3 |
* | render INSERT/UPDATE column expressions up front; pass state | Mike Bayer | 2020-08-08 | 1 | -1/+67 |
* | Default psycopg2 executemany mode to "values_only" | Mike Bayer | 2020-06-25 | 1 | -2/+0 |
* | Turn on caching everywhere, add logging | Mike Bayer | 2020-06-10 | 1 | -1/+65 |
* | Decouple compiler state from DML objects; make cacheable | Mike Bayer | 2020-03-06 | 1 | -2/+45 |
* | Repair inline flag | Mike Bayer | 2020-02-22 | 1 | -1/+10 |
* | Create initial future package, RemovedIn20Warning | Mike Bayer | 2020-02-12 | 1 | -2/+59 |
* | Deprecate empty or_() and and_() | Federico Caselli | 2020-01-25 | 1 | -4/+8 |
* | Use separate label generator for column_label naming convention | Mike Bayer | 2019-10-14 | 1 | -0/+20 |
* | Implement new ClauseElement role and coercion system | Mike Bayer | 2019-05-18 | 1 | -2/+2 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -27/+24 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -539/+646 |
* | Move CRUDTest, InlineDefaultTest from test_compiler | Mike Bayer | 2018-12-01 | 1 | -3/+185 |
* | Include UPDATE/DELETE extra_froms in correlation | Mike Bayer | 2018-08-04 | 1 | -1/+57 |
* | Support JOIN in UPDATE..FROM | Mike Bayer | 2018-06-13 | 1 | -0/+46 |
* | Allow delete where clause to refer multiple tables. | inytar | 2017-12-05 | 1 | -2/+2 |
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -6/+7 |
* | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -2/+2 |
* | spelling: Postgresql -> PostgreSQL | Ville Skyttä | 2016-10-08 | 1 | -1/+1 |
* | - a variety of test adjustments to accomodate for MySQL 5.7 | Mike Bayer | 2016-07-24 | 1 | -7/+7 |
* | - move out unconsumed names tests from test_compiler out to test_insert, test... | Mike Bayer | 2016-03-02 | 1 | -2/+34 |
* | - Added support for parameter-ordered SET clauses in an UPDATE | Mike Bayer | 2015-11-28 | 1 | -0/+124 |
* | - update the flake8 rules again | Mike Bayer | 2014-07-18 | 1 | -96/+99 |
* | - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete` | Mike Bayer | 2014-05-08 | 1 | -0/+11 |
* | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 1 | -0/+3 |
* | - Fixed a few errant ``u''`` strings that would prevent tests from passing | Mike Bayer | 2014-03-22 | 1 | -1/+1 |
* | - Adjusted the logic which applies names to the .c collection when | Mike Bayer | 2014-02-26 | 1 | -1/+1 |
* | - Fixed the multiple-table "UPDATE..FROM" construct, only usable on | Mike Bayer | 2014-01-20 | 1 | -17/+139 |
* | Fixed bug when using multi-table UPDATE where a supplemental | Mike Bayer | 2013-07-02 | 1 | -0/+39 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -6/+6 |
* | whitespace | Diana Clarke | 2013-03-30 | 1 | -3/+3 |
* | move the update tests from CRUDTest into sql/test_update.py (see #2630) | Diana Clarke | 2013-03-30 | 1 | -2/+173 |
* | starting on the update tests next, pep8 pass first (see #2630) | Diana Clarke | 2013-03-30 | 1 | -235/+236 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -3/+4 |
* | 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 | -0/+1 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -13/+13 |
* | - [bug] UPDATE..FROM syntax with SQL Server | Mike Bayer | 2012-04-18 | 1 | -0/+25 |
* | also add support for onupdate as we'd like this to fire off if an UPDATE actu... | Mike Bayer | 2011-11-22 | 1 | -6/+102 |
* | fixes to actually get tests to pass | Mike Bayer | 2011-11-22 | 1 | -3/+9 |
* | - commit the unit tests | Mike Bayer | 2011-11-22 | 1 | -0/+218 |