| Commit message (Expand) | Author | Age | Files | Lines |
* | Removals: MetaData.bind, Table.bind, all other .bind | Mike Bayer | 2021-12-02 | 1 | -25/+1 |
* | Clean up most py3k compat | Federico Caselli | 2021-11-24 | 1 | -1/+2 |
* | Remove object in class definition | Federico Caselli | 2021-11-22 | 1 | -1/+1 |
* | fully implement future engine and remove legacy | Mike Bayer | 2021-11-07 | 1 | -3/+0 |
* | process bulk_update_tuples before cache key or compilation | Mike Bayer | 2021-10-19 | 1 | -35/+22 |
* | implement cache key for return_defaults token | Mike Bayer | 2021-07-21 | 1 | -3/+18 |
* | implement independent CTEs | Mike Bayer | 2021-07-12 | 1 | -0/+3 |
* | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -1/+1 |
* | Export deferred columns but not col props; fix CTE labeling | Mike Bayer | 2021-06-22 | 1 | -8/+5 |
* | Allow update.returing() to work with from_statement() | Mike Bayer | 2021-02-14 | 1 | -1/+7 |
* | introduce generalized decorator to prevent invalid method calls | Mike Bayer | 2021-01-16 | 1 | -13/+17 |
* | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
* | Some small improvements on the tutorial 2.0 documents | Federico Caselli | 2020-11-13 | 1 | -1/+1 |
* | Allow multiple returning() calls | Mike Bayer | 2020-11-11 | 1 | -29/+46 |
* | Warn / raise for returning() / return_defaults() combinations | Mike Bayer | 2020-11-11 | 1 | -5/+20 |
* | Remove misleading correlation examples | Mike Bayer | 2020-11-11 | 1 | -42/+36 |
* | Implement upsert for SQLite | RamonWill | 2020-11-08 | 1 | -4/+5 |
* | tutorial 2.0 WIPreview/mike_bayer/tutorial20 | Mike Bayer | 2020-10-31 | 1 | -28/+53 |
* | Scan for tables without relying upon whereclause | Mike Bayer | 2020-09-29 | 1 | -1/+5 |
* | upgrade to black 20.8b1 | Mike Bayer | 2020-09-28 | 1 | -4/+2 |
* | Create a framework to allow all SQLALCHEMY_WARN_20 to pass | Mike Bayer | 2020-09-16 | 1 | -2/+3 |
* | 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 |