| Commit message (Expand) | Author | Age | Files | Lines |
| * | Ensure API generation and fix cross references | Vraj Mohan | 2013-11-14 | 1 | -2/+5 |
| * | - Fixed bug where :func:`.type_coerce` would not interpret ORM | Mike Bayer | 2013-10-21 | 1 | -2/+2 |
| * | - add a type_coerce() step within Enum, Boolean to the CHECK constraint, | Mike Bayer | 2013-10-20 | 1 | -0/+3 |
| * | workaround for #2838 here. still need to figure out why an ENUM test is sudd... | Mike Bayer | 2013-10-14 | 1 | -0/+7 |
| * | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 2 | -3/+6 |
| * | A :func:`.select` that is made to refer to itself in its FROM clause, | Mike Bayer | 2013-10-08 | 1 | -0/+3 |
| * | Fixed bug where using an annotation such as :func:`.remote` or | Mike Bayer | 2013-10-08 | 1 | -1/+6 |
| * | added "system=True" to Column, so that we generally don't have to bother | Mike Bayer | 2013-08-25 | 1 | -0/+3 |
| * | - The :class:`.CreateColumn` construct can be appled to a custom | Mike Bayer | 2013-08-24 | 1 | -3/+5 |
| * | additoinal | Mike Bayer | 2013-08-21 | 1 | -2/+18 |
| * | Fixed regression dating back to 0.7.9 whereby the name of a CTE might | Mike Bayer | 2013-08-18 | 1 | -1/+1 |
| * | - The :meth:`.Operators.notin_` operator added in 0.8 now properly | Mike Bayer | 2013-08-07 | 1 | -1/+4 |
| * | - Fixed bug in common table expression system where if the CTE were | Mike Bayer | 2013-07-31 | 2 | -12/+18 |
| * | Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from a | Mike Bayer | 2013-07-17 | 1 | -1/+3 |
| * | - use inline=True for the insert..select here so it works on oracle | Mike Bayer | 2013-07-12 | 1 | -0/+11 |
| * | Fixed bug where the expression system relied upon the ``str()`` | Mike Bayer | 2013-07-12 | 3 | -5/+23 |
| * | - Added new method to the :func:`.insert` construct | Mike Bayer | 2013-07-05 | 2 | -3/+52 |
| * | Fixed bug when using multi-table UPDATE where a supplemental | Mike Bayer | 2013-07-02 | 1 | -2/+2 |
| * | - rework of correlation, continuing on #2668, #2746 | Mike Bayer | 2013-06-26 | 2 | -65/+189 |
| * | Provided a new attribute for :class:`.TypeDecorator` | Mike Bayer | 2013-06-22 | 1 | -2/+5 |
| * | - remove the ``__iter__()`` with notimplemented since it interferes | Mike Bayer | 2013-06-03 | 1 | -5/+0 |
| * | fix this test | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
| * | Show the conflicting column in the warning! | Chris Withers | 2013-05-26 | 1 | -2/+2 |
| * | heh dont need that either | Mike Bayer | 2013-04-25 | 1 | -7/+1 |
| * | dont need this | Mike Bayer | 2013-04-25 | 1 | -6/+0 |
| * | everything passes with this!!!!!!! holy crap !!!!! and its the simplest of all | Mike Bayer | 2013-04-25 | 2 | -3/+15 |
| * | Fully implemented the IS and IS NOT operators with | Mike Bayer | 2013-04-22 | 1 | -12/+34 |
| * | A major fix to the way in which a select() object produces | Mike Bayer | 2013-04-11 | 2 | -22/+58 |
| * | - Fixed bug in unit of work whereby a joined-inheritance | Mike Bayer | 2013-04-01 | 1 | -1/+3 |
| * | merge plus fix the test spelling too | Mike Bayer | 2013-03-18 | 1 | -1/+1 |
| |\ |
|
| | * | Fix typo. | Richard Mitchell | 2013-03-18 | 1 | -1/+1 |
| * | | no need to use getattr() here | Mike Bayer | 2013-03-17 | 2 | -3/+5 |
| |/ |
|
| * | doc updates | Mike Bayer | 2013-03-11 | 1 | -29/+29 |
| * | - repair doctest for SQL expression tutorial | Mike Bayer | 2013-03-11 | 1 | -1/+35 |
| * | A meaningful :attr:`.QueryableAttribute.info` attribute is | Mike Bayer | 2013-03-09 | 1 | -0/+3 |
| * | - since correlation is now always at least semi-automatic, remove the | Mike Bayer | 2013-03-09 | 1 | -28/+30 |
| * | Changed behavior of Select.correlate() to ignore correlations to froms that d... | Luke Cyca | 2013-03-07 | 2 | -32/+36 |
| * | - A clear error message is emitted if an event handler | Mike Bayer | 2013-02-25 | 1 | -1/+8 |
| * | Fixed the consideration of the ``between()`` operator | Mike Bayer | 2013-02-02 | 1 | -1/+1 |
| * | Fixed a bug regarding column annotations which in particular | Mike Bayer | 2013-02-02 | 1 | -1/+1 |
| * | The :meth:`.ColumnOperators.in_` operator will now coerce | Mike Bayer | 2013-02-02 | 1 | -0/+2 |
| * | - add full docs for like()/ilike() | Mike Bayer | 2013-01-28 | 1 | -0/+28 |
| * | #2629 | Mike Bayer | 2013-01-25 | 1 | -0/+5 |
| * | :class:`.Index` now supports arbitrary SQL expressions and/or | Mike Bayer | 2013-01-16 | 1 | -15/+26 |
| * | Tweaked the "REQUIRED" symbol used by the compiler to identify | Mike Bayer | 2013-01-08 | 1 | -5/+14 |
| * | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 7 | -7/+7 |
| * | Fixed bug whereby using a label_length on dialect that was smaller | Mike Bayer | 2012-12-08 | 1 | -6/+11 |
| * | internally at least refer to multirow as "multivalues", to distinguish between | Mike Bayer | 2012-12-08 | 1 | -1/+1 |
| * | - multivalued inserts, [ticket:2623] | Mike Bayer | 2012-12-08 | 2 | -125/+238 |
| * | merge latest default | Mike Bayer | 2012-12-08 | 2 | -6/+15 |
| |\ |
|