| Commit message (Expand) | Author | Age | Files | Lines |
* | Update select usage to use the new 1.4 format | Federico Caselli | 2020-09-08 | 1 | -4/+4 |
* | Support extra / single inh criteria with ORM update/delete | Mike Bayer | 2020-08-30 | 1 | -1/+22 |
* | Sweep through UPDATE ordered_values a second time | Mike Bayer | 2020-08-12 | 1 | -0/+2 |
* | render INSERT/UPDATE column expressions up front; pass state | Mike Bayer | 2020-08-08 | 1 | -1/+9 |
* | Convert lazy loader, selectinload, load_on_ident to lambda statements | Mike Bayer | 2020-08-05 | 1 | -0/+8 |
* | Merge "Fix a wide variety of typos and broken links" | mike bayer | 2020-06-26 | 1 | -5/+5 |
|\ |
|
| * | Fix a wide variety of typos and broken links | aplatkouski | 2020-06-25 | 1 | -5/+5 |
* | | Default psycopg2 executemany mode to "values_only" | Mike Bayer | 2020-06-25 | 1 | -10/+26 |
|/ |
|
* | Turn on caching everywhere, add logging | Mike Bayer | 2020-06-10 | 1 | -3/+6 |
* | Convert bulk update/delete to new execution model | Mike Bayer | 2020-06-06 | 1 | -3/+29 |
* | Convert execution to move through Session | Mike Bayer | 2020-05-25 | 1 | -54/+47 |
* | Documentation updates for ResultProxy -> Result | Mike Bayer | 2020-05-01 | 1 | -8/+8 |
* | Set up absolute references for create_engine and related | Mike Bayer | 2020-04-14 | 1 | -8/+12 |
* | Run search and replace of symbolic module names | Mike Bayer | 2020-04-14 | 1 | -74/+98 |
* | Enable zzzeeksphinx module prefixes | Mike Bayer | 2020-04-14 | 1 | -36/+27 |
* | Try to measure new style caching in the ORM, take two | Mike Bayer | 2020-04-01 | 1 | -0/+23 |
* | Correct ambiguous func / class links | Mike Bayer | 2020-03-25 | 1 | -30/+32 |
* | Rework select(), CompoundSelect() in terms of CompileState | Mike Bayer | 2020-03-10 | 1 | -2/+18 |
* | Decouple compiler state from DML objects; make cacheable | Mike Bayer | 2020-03-06 | 1 | -196/+341 |
* | Repair inline flag | Mike Bayer | 2020-02-22 | 1 | -6/+5 |
* | Create initial future package, RemovedIn20Warning | Mike Bayer | 2020-02-12 | 1 | -4/+174 |
* | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
* | De-implement non-working / testing copy_internals from dml | Mike Bayer | 2019-12-29 | 1 | -16/+3 |
* | Allow duplicate columns in from clauses and selectables | Mike Bayer | 2019-07-11 | 1 | -2/+3 |
* | SelectBase no longer a FromClause | Mike Bayer | 2019-07-06 | 1 | -0/+4 |
* | Implement new ClauseElement role and coercion system | Mike Bayer | 2019-05-18 | 1 | -18/+34 |
* | Remove version directives for 0.6, 0.7, 0.8 | Mike Bayer | 2019-01-15 | 1 | -7/+0 |
* | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -30/+24 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -77/+117 |
* | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
* | Allow delete where clause to refer multiple tables. | inytar | 2017-12-05 | 1 | -3/+31 |
* | New features from python 2.7 | Катаев Денис | 2017-03-17 | 1 | -2/+2 |
* | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -13/+13 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | spelling: Postgresql -> PostgreSQL | Ville Skyttä | 2016-10-08 | 1 | -1/+1 |
* | Spelling fixes | Ville Skyttä | 2016-10-08 | 1 | -1/+1 |
* | Ensure DML provides named_with_column for CTE(Alias) | Mike Bayer | 2016-07-13 | 1 | -0/+1 |
* | Add ON CONFLICT support for Postgresql | Robin Thomas | 2016-06-14 | 1 | -0/+1 |
* | - CTE functionality has been expanded to support all DML, allowing | Mike Bayer | 2016-02-11 | 1 | -3/+6 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | some spelling fixes | jonathan vanasco | 2015-12-16 | 1 | -3/+3 |
* | - Added support for parameter-ordered SET clauses in an UPDATE | Mike Bayer | 2015-11-28 | 1 | -60/+102 |
* | - try to note under insert.values(), if you need | Mike Bayer | 2015-07-08 | 1 | -3/+7 |
* | - ensure that the keys we put into the parameters dictionary | Mike Bayer | 2015-04-08 | 1 | -2/+4 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - The multi-values version of :meth:`.Insert.values` has been | Mike Bayer | 2015-01-13 | 1 | -0/+6 |
* | Maul the evaulate & friends typo | Priit Laes | 2014-12-19 | 1 | -1/+1 |
* | - :meth:`.Insert.from_select` now includes Python and SQL-expression | Mike Bayer | 2014-10-10 | 1 | -8/+18 |
* | Fix copy-paste error in Delete doc | Gunnlaugur Þór Briem | 2014-08-21 | 1 | -2/+2 |