| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - Fixed a regression introduced by :ticket:`2818` where the EXISTS | Mike Bayer | 2013-10-30 | 1 | -0/+10 |
| * | no such thing as default_strategy()... | Mike Bayer | 2013-10-28 | 1 | -2/+3 |
| * | fix to the changelog system for when there's no change recs in the body | Mike Bayer | 2013-10-27 | 1 | -1/+5 |
| * | - Fixed bug where index reflection would mis-interpret indkey values | Mike Bayer | 2013-10-27 | 1 | -0/+12 |
| * | - farm out everthing to do with rtd out to the sqlalchemy.org site | Mike Bayer | 2013-10-27 | 6 | -206/+33 |
| * | 0.8.3 releaserel_0_8_3 | Mike Bayer | 2013-10-26 | 2 | -2/+3 |
| * | - Fixed bug where Oracle table reflection using synonyms would fail | Mike Bayer | 2013-10-25 | 1 | -0/+9 |
| * | - The regexp used by the :func:`.url.make_url` function now parses | Mike Bayer | 2013-10-23 | 1 | -0/+8 |
| * | - Fixed bug where :func:`.type_coerce` would not interpret ORM | Mike Bayer | 2013-10-21 | 1 | -0/+8 |
| * | - add a type_coerce() step within Enum, Boolean to the CHECK constraint, | Mike Bayer | 2013-10-20 | 1 | -1/+13 |
| * | - add a "limitations of reflection" section, [ticket:2233] | Mike Bayer | 2013-10-18 | 2 | -1/+36 |
| * | - Removed a 128-character truncation from the reflection of the | Mike Bayer | 2013-10-18 | 1 | -0/+9 |
| * | - The change in :ticket:`2721`, which is that the ``deferrable`` keyword | Mike Bayer | 2013-10-18 | 1 | -0/+20 |
| * | The ``.unique`` flag on :class:`.Index` could be produced as ``None`` | Mike Bayer | 2013-10-14 | 1 | -0/+10 |
| * | - Added new option to :func:`.relationship` ``distinct_target_key``. | Mike Bayer | 2013-10-13 | 1 | -0/+19 |
| * | MySQL-connector dialect now allows options in the create_engine | Mike Bayer | 2013-10-13 | 1 | -0/+9 |
| * | Parenthesis will be applied to a compound SQL expression as | Mike Bayer | 2013-10-12 | 1 | -0/+8 |
| * | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 1 | -0/+10 |
| * | A :func:`.select` that is made to refer to itself in its FROM clause, | Mike Bayer | 2013-10-08 | 1 | -0/+9 |
| * | Fixed bug where using an annotation such as :func:`.remote` or | Mike Bayer | 2013-10-08 | 1 | -0/+11 |
| * | Non-working "schema" argument on :class:`.ForeignKey` is deprecated; | Mike Bayer | 2013-10-08 | 1 | -0/+7 |
| * | - 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 |