| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - fix a crapload of seealsos | Mike Bayer | 2013-08-27 | 1 | -15/+25 |
| * | - add version_id documentation [ticket:867] | Mike Bayer | 2013-08-25 | 1 | -35/+39 |
| * | forgot to add system to the copy() method | Mike Bayer | 2013-08-25 | 1 | -0/+1 |
| * | added "system=True" to Column, so that we generally don't have to bother | Mike Bayer | 2013-08-25 | 2 | -5/+26 |
| * | Merge pull request #23 from yoloseem/master | mike bayer | 2013-08-25 | 2 | -3/+3 |
| * | - The :class:`.CreateColumn` construct can be appled to a custom | Mike Bayer | 2013-08-24 | 2 | -3/+34 |
| * | - this comment is wrong, the method here returns all mapper entities | Mike Bayer | 2013-08-24 | 1 | -4/+1 |
| * | move FAQ to the docs, [ticket:2133] | Mike Bayer | 2013-08-21 | 4 | -5/+28 |
| * | additoinal | Mike Bayer | 2013-08-21 | 1 | -2/+18 |
| * | Fixed bug where list instrumentation would fail to represent a | Mike Bayer | 2013-08-20 | 1 | -1/+4 |
| * | - use newly fixed WeakSequence (#2794) to not have to rely on class name for ... | Mike Bayer | 2013-08-18 | 1 | -5/+4 |
| * | - add WeakSequence.append() | Mike Bayer | 2013-08-18 | 1 | -3/+10 |
| * | Backported a change from 0.9 whereby the iteration of a hierarchy | Mike Bayer | 2013-08-18 | 1 | -1/+2 |
| * | fix the merge | Mike Bayer | 2013-08-18 | 1 | -4/+0 |
| * | Fixed a potential issue in an ordered sequence implementation used | Mike Bayer | 2013-08-18 | 2 | -4/+14 |
| * | - also do delete, add seealsos, formatting, etc. [ticket:2798] | Mike Bayer | 2013-08-18 | 1 | -13/+37 |
| * | - add better notes to query.update(), most notably how to deal with a joined ... | Mike Bayer | 2013-08-18 | 1 | -12/+36 |
| * | Fixed regression dating back to 0.7.9 whereby the name of a CTE might | Mike Bayer | 2013-08-18 | 1 | -1/+1 |
| * | add more docs to index, even though this seems to be a little redundant | Mike Bayer | 2013-08-11 | 1 | -10/+29 |
| * | - The :meth:`.Operators.notin_` operator added in 0.8 now properly | Mike Bayer | 2013-08-07 | 1 | -1/+4 |
| * | Updates to MySQL reserved words for versions 5.5, 5.6, courtesy | Mike Bayer | 2013-07-31 | 1 | -0/+10 |
| * | - update ORM event docs to include that you can listen on an unmapped base, | Mike Bayer | 2013-07-31 | 1 | -27/+30 |
| * | - Fixed bug in common table expression system where if the CTE were | Mike Bayer | 2013-07-31 | 2 | -12/+18 |
| * | fix py26 flag | Mike Bayer | 2013-07-27 | 2 | -1/+2 |
| * | tpo | Mike Bayer | 2013-07-20 | 1 | -9/+9 |
| * | - Improved the examples in ``examples/generic_associations``, including | Mike Bayer | 2013-07-19 | 2 | -1/+41 |
| * | Merge pull request #18 from davidjb/patch-1 | mike bayer | 2013-07-19 | 1 | -2/+2 |
| * | Fixed bug in ORM-level event registration where the "raw" or | Mike Bayer | 2013-07-18 | 1 | -5/+8 |
| * | Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from a | Mike Bayer | 2013-07-17 | 1 | -1/+3 |
| * | Merge pull request #17 from iElectric/docs/wording_yield_per | mike bayer | 2013-07-14 | 1 | -6/+6 |
| * | A performance fix related to the usage of the :func:`.defer` option | Mike Bayer | 2013-07-13 | 4 | -32/+38 |
| * | doc fix | Mike Bayer | 2013-07-12 | 1 | -1/+1 |
| * | The newly added SQLite DATETIME arguments storage_format and | Mike Bayer | 2013-07-12 | 1 | -0/+6 |
| * | - use inline=True for the insert..select here so it works on oracle | Mike Bayer | 2013-07-12 | 2 | -2/+13 |
| * | Fixed bug where the expression system relied upon the ``str()`` | Mike Bayer | 2013-07-12 | 4 | -5/+35 |
| * | don't split the regexps for chop_traceback() | Mike Bayer | 2013-07-12 | 1 | -4/+2 |
| * | Dialect.initialize() is not called a second time if an :class:`.Engine` | Mike Bayer | 2013-07-11 | 3 | -1/+17 |
| * | remove undoc-members from query docstring [ticket:2774] | Mike Bayer | 2013-07-07 | 1 | -0/+7 |
| * | - Added new method to the :func:`.insert` construct | Mike Bayer | 2013-07-05 | 5 | -3/+92 |
| * | Fixed bug whereby attribute history functions would fail | Mike Bayer | 2013-07-04 | 1 | -2/+2 |
| * | - take advantage of 0.9's pool redesign a bit, adding | Mike Bayer | 2013-07-04 | 2 | -13/+23 |
| * | Fixed bug when using multi-table UPDATE where a supplemental | Mike Bayer | 2013-07-02 | 1 | -2/+2 |
| * | Added :class:`.BIGINT` to the list of type names that can be | Mike Bayer | 2013-07-02 | 1 | -2/+4 |
| * | ORM descriptors such as hybrid properties can now be referenced | Mike Bayer | 2013-07-02 | 1 | -10/+12 |
| * | Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects. | Mike Bayer | 2013-06-30 | 3 | -45/+80 |
| * | - replace most explicitly-named test objects called "Mock..." with | Mike Bayer | 2013-06-30 | 4 | -1/+20 |
| * | - additional fix for [ticket:2750] where on an update, we make sure the | Mike Bayer | 2013-06-30 | 1 | -1/+2 |
| * | A warning is emitted when trying to flush an object of an inherited | Mike Bayer | 2013-06-30 | 2 | -2/+36 |
| * | The behavior of :func:`.extract` has been simplified on the | Mike Bayer | 2013-06-28 | 1 | -22/+0 |
| * | refactor test suites for postgresql, mssql, mysql into packages. | Mike Bayer | 2013-06-28 | 2 | -2/+32 |