| Commit message (Expand) | Author | Age | Files | Lines |
| * | - add monetdb | Mike Bayer | 2013-10-01 | 1 | -2/+10 |
| * | changelog | Mike Bayer | 2013-09-29 | 1 | -0/+9 |
| * | its a feature | Mike Bayer | 2013-09-29 | 1 | -1/+1 |
| * | changelog | Mike Bayer | 2013-09-29 | 1 | -0/+9 |
| * | fix typo [ticket:2827] | Mike Bayer | 2013-09-17 | 1 | -1/+1 |
| * | render "backports"/ "forward ports" automatically, only write out | Mike Bayer | 2013-09-17 | 3 | -117/+132 |
| * | Fixed Query.exists() method for the case, when query doesn't have any filters... | Vladimir Magamedov | 2013-09-04 | 1 | -0/+7 |
| * | Fixed bug where using the ``column_reflect`` event to change the ``.key`` | Mike Bayer | 2013-08-28 | 1 | -0/+8 |
| * | - fix a crapload of seealsos | Mike Bayer | 2013-08-27 | 1 | -1/+2 |
| * | - add version_id documentation [ticket:867] | Mike Bayer | 2013-08-25 | 4 | -1/+160 |
| * | added "system=True" to Column, so that we generally don't have to bother | Mike Bayer | 2013-08-25 | 1 | -1/+6 |
| * | - The :class:`.CreateColumn` construct can be appled to a custom | Mike Bayer | 2013-08-24 | 1 | -0/+7 |
| * | formatting | Mike Bayer | 2013-08-23 | 1 | -5/+5 |
| * | - update the test times, include pypy, clean up the script | Mike Bayer | 2013-08-21 | 1 | -19/+29 |
| * | add FAQ entry on large inserts | Mike Bayer | 2013-08-21 | 1 | -1/+127 |
| * | fix link | Mike Bayer | 2013-08-21 | 1 | -1/+1 |
| * | move FAQ to the docs, [ticket:2133] | Mike Bayer | 2013-08-21 | 7 | -2/+763 |
| * | yikes return the modname if no lookup found... | Mike Bayer | 2013-08-21 | 1 | -0/+2 |
| * | dont need to translate all these names | Mike Bayer | 2013-08-21 | 1 | -8/+0 |
| * | too small! | Mike Bayer | 2013-08-21 | 1 | -1/+1 |
| * | add some height | Mike Bayer | 2013-08-21 | 1 | -2/+5 |
| * | additoinal | Mike Bayer | 2013-08-21 | 1 | -16/+26 |
| * | - reorganize docs so expression, schema are broken out into subfiles, they're... | Mike Bayer | 2013-08-21 | 30 | -1889/+1934 |
| * | Fixed bug where list instrumentation would fail to represent a | Mike Bayer | 2013-08-20 | 2 | -0/+20 |
| * | changelog adjust... | Mike Bayer | 2013-08-18 | 1 | -1/+1 |
| * | Backported a change from 0.9 whereby the iteration of a hierarchy | Mike Bayer | 2013-08-18 | 1 | -0/+10 |
| * | Fixed a potential issue in an ordered sequence implementation used | Mike Bayer | 2013-08-18 | 1 | -0/+9 |
| * | - add better notes to query.update(), most notably how to deal with a joined ... | Mike Bayer | 2013-08-18 | 1 | -0/+2 |
| * | Fixed regression dating back to 0.7.9 whereby the name of a CTE might | Mike Bayer | 2013-08-18 | 2 | -0/+15 |
| * | 0.8 changelog | Mike Bayer | 2013-08-17 | 1 | -0/+7 |
| * | Merged in bacher09/sqlalchemy (pull request #5) | Mike Bayer | 2013-08-17 | 1 | -1/+1 |
| * | add some more detail about concurrency | Mike Bayer | 2013-08-12 | 1 | -6/+23 |
| * | - more "when do i create the session" docs, get specific | Mike Bayer | 2013-08-12 | 2 | -184/+397 |
| * | Merge pull request #21 from svrin/patch-1 | mike bayer | 2013-08-08 | 1 | -1/+1 |
| * | - The :meth:`.Operators.notin_` operator added in 0.8 now properly | Mike Bayer | 2013-08-07 | 1 | -0/+7 |
| * | Updates to MySQL reserved words for versions 5.5, 5.6, courtesy | Mike Bayer | 2013-07-31 | 2 | -0/+14 |
| * | fix cahngelog | Mike Bayer | 2013-07-31 | 1 | -1/+1 |
| * | - Fixed bug in common table expression system where if the CTE were | Mike Bayer | 2013-07-31 | 2 | -0/+16 |
| * | - Improved the examples in ``examples/generic_associations``, including | Mike Bayer | 2013-07-19 | 2 | -0/+21 |
| * | Fixed bug in ORM-level event registration where the "raw" or | Mike Bayer | 2013-07-18 | 1 | -0/+8 |
| * | Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from a | Mike Bayer | 2013-07-17 | 2 | -0/+14 |
| * | A performance fix related to the usage of the :func:`.defer` option | Mike Bayer | 2013-07-13 | 1 | -0/+15 |
| * | The newly added SQLite DATETIME arguments storage_format and | Mike Bayer | 2013-07-12 | 1 | -0/+9 |
| * | CSS tweaks to support version styling in the latest versions of sphinx | Mike Bayer | 2013-07-12 | 1 | -9/+16 |
| * | Fixed bug where the expression system relied upon the ``str()`` | Mike Bayer | 2013-07-12 | 1 | -0/+16 |
| * | Dialect.initialize() is not called a second time if an :class:`.Engine` | Mike Bayer | 2013-07-11 | 1 | -0/+7 |
| * | remove undoc-members from query docstring [ticket:2774] | Mike Bayer | 2013-07-07 | 1 | -1/+0 |
| * | use "target tables" here | Mike Bayer | 2013-07-06 | 1 | -1/+1 |
| * | - Added new method to the :func:`.insert` construct | Mike Bayer | 2013-07-05 | 1 | -0/+23 |
| * | Fixed bug whereby attribute history functions would fail | Mike Bayer | 2013-07-04 | 1 | -0/+9 |