| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Docstring Fixpr/254 | Patrick | 2016-03-30 | 1 | -2/+2 |
| | | | | | Change the docstring in short_selects example to match the code | ||||
| * | - Added a new extension suite :mod:`sqlalchemy.ext.baked`. This | Mike Bayer | 2015-03-11 | 2 | -1/+26 |
| | | | | | | | | | simple but unusual system allows for a dramatic savings in Python overhead for the construction and processing of orm :class:`.Query` objects, from query construction up through rendering of a string SQL statement. fixes #3054 | ||||
| * | - add a callers option | Mike Bayer | 2015-03-09 | 1 | -1/+7 |
| | | |||||
| * | - pick around gaining modest dings in callcounts here and there | Mike Bayer | 2015-03-09 | 1 | -1/+1 |
| | | |||||
| * | - random performance whacking vs. 0.9, in particular we have to watch | Mike Bayer | 2015-03-08 | 3 | -10/+12 |
| | | | | | for the slots-based __getattr__ thing getting hit | ||||
| * | - add this for testing | Mike Bayer | 2015-03-08 | 1 | -0/+109 |
| | | |||||
| * | - A new series of :class:`.Session` methods which provide hooks | Mike Bayer | 2014-12-08 | 2 | -0/+11 |
| | | | | | | | | | | | directly into the unit of work's facility for emitting INSERT and UPDATE statements has been created. When used correctly, this expert-oriented system can allow ORM-mappings to be used to generate bulk insert and update statements batched into executemany groups, allowing the statements to proceed at speeds that rival direct use of the Core. fixes #3100 | ||||
| * | bulk_updates | Mike Bayer | 2014-11-06 | 1 | -0/+54 |
| | | |||||
| * | - add differentiating examples of list() vs. iteration | Mike Bayer | 2014-09-16 | 1 | -4/+10 |
| | | |||||
| * | - try to finish up the performance example for now | Mike Bayer | 2014-09-06 | 5 | -44/+284 |
| | | |||||
| * | - add a test that shows query caching. | Mike Bayer | 2014-09-04 | 1 | -0/+19 |
| | | |||||
| * | tweak | Mike Bayer | 2014-09-03 | 2 | -6/+9 |
| | | |||||
| * | refine | Mike Bayer | 2014-09-03 | 1 | -23/+43 |
| | | |||||
| * | Merge branch 'master' into ticket_3100 | Mike Bayer | 2014-09-03 | 1 | -2/+0 |
| | | |||||
| * | - large resultsets | Mike Bayer | 2014-09-03 | 4 | -20/+337 |
| | | |||||
| * | - wip | Mike Bayer | 2014-09-03 | 2 | -27/+194 |
| | | |||||
| * | - lets start exampling this stuff | Mike Bayer | 2014-09-02 | 2 | -0/+148 |
