| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed bug where using the ``column_reflect`` event to change the ``.key`` | Mike Bayer | 2013-08-28 | 2 | -0/+17 |
| * | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 5 | -2/+59 |
| * | - fix server-side non-returning example | Mike Bayer | 2013-08-25 | 1 | -3/+4 |
| * | migration for version id feature, eager_defaults | Mike Bayer | 2013-08-25 | 1 | -0/+44 |
| * | - The ``version_id_generator`` parameter of ``Mapper`` can now be specified | Mike Bayer | 2013-08-25 | 7 | -6/+285 |
| * | added "system=True" to Column, so that we generally don't have to bother | Mike Bayer | 2013-08-25 | 2 | -2/+12 |
| * | - The :class:`.CreateColumn` construct can be appled to a custom | Mike Bayer | 2013-08-24 | 2 | -0/+14 |
| * | 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 |
| * | Fixed bug where list instrumentation would fail to represent a | Mike Bayer | 2013-08-20 | 3 | -0/+30 |
| * | too small! | Mike Bayer | 2013-08-18 | 1 | -1/+1 |
| * | add some height | Mike Bayer | 2013-08-18 | 1 | -2/+5 |
| * | additoinal | Mike Bayer | 2013-08-18 | 1 | -16/+26 |
| * | - reorganize docs so expression, schema are broken out into subfiles, they're... | Mike Bayer | 2013-08-18 | 30 | -1890/+1935 |
| * | 0.9 needs 0.8's changelog also..... | Mike Bayer | 2013-08-18 | 1 | -0/+10 |
| * | Fixed a potential issue in an ordered sequence implementation used | Mike Bayer | 2013-08-18 | 2 | -0/+18 |
| * | - 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 | 3 | -0/+23 |
| * | Improved support for the cymysql driver, supporting version 0.6.5, | Mike Bayer | 2013-08-17 | 1 | -0/+6 |
| * | 0.8 changelog | Mike Bayer | 2013-08-17 | 1 | -0/+7 |
| * | - changelog | Mike Bayer | 2013-08-17 | 1 | -0/+7 |
| * | Merged in bacher09/sqlalchemy (pull request #5)
| Mike Bayer | 2013-08-17 | 1 | -1/+1 |
| |\ |
|
| | * | Fix typo in comparator_factory example | Slava Bacherikov | 2013-08-09 | 1 | -1/+1 |
| * | | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -22/+11 |
| * | | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -0/+24 |
| * | | 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 |
| |/ |
|
| * | Typopr/21 | Severin Orth | 2013-08-08 | 1 | -1/+1 |
| * | - The :meth:`.Operators.notin_` operator added in 0.8 now properly | Mike Bayer | 2013-08-07 | 2 | -0/+14 |
| * | Added a new attribute :attr:`.Session.info` to :class:`.Session`; | Mike Bayer | 2013-08-02 | 1 | -0/+10 |
| * | Updates to MySQL reserved words for versions 5.5, 5.6, courtesy | Mike Bayer | 2013-07-31 | 3 | -0/+21 |
| * | fix changelog | 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 | 3 | -0/+24 |
| * | last updated | Mike Bayer | 2013-07-27 | 1 | -1/+1 |
| * | - The C extensions are ported to Python 3 and will build under | Mike Bayer | 2013-07-26 | 2 | -3/+15 |
| * | - add event.contains() function to the event package, returns True | Mike Bayer | 2013-07-26 | 1 | -0/+1 |
| * | - Removal of event listeners is now implemented. The feature is | Mike Bayer | 2013-07-26 | 3 | -0/+47 |
| * | - The mechanism by which attribute events pass along an | Mike Bayer | 2013-07-26 | 3 | -0/+102 |
| * | - Improved the examples in ``examples/generic_associations``, including | Mike Bayer | 2013-07-19 | 3 | -0/+41 |
| * | Fixed bug in ORM-level event registration where the "raw" or | Mike Bayer | 2013-07-18 | 2 | -0/+16 |
| * | Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from a | Mike Bayer | 2013-07-17 | 3 | -0/+21 |
| * | changelog for 0.9 | Mike Bayer | 2013-07-13 | 1 | -0/+15 |
| * | 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 | 2 | -0/+18 |
| * | 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 | 2 | -0/+30 |