| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Improved the behavior of aliased() objects such that they more | Mike Bayer | 2008-11-03 | 2 | -8/+75 |
| * | pep8 stuff | Mike Bayer | 2008-11-02 | 1 | -82/+174 |
| * | - moved _FigureVisitName into visitiors.VisitorType, added Visitor base class... | Mike Bayer | 2008-10-25 | 4 | -134/+134 |
| * | small fix | Mike Bayer | 2008-10-25 | 1 | -0/+4 |
| * | a couple of refinements | Mike Bayer | 2008-10-25 | 1 | -32/+26 |
| * | - CompileTests run without the DBAPI being used | Mike Bayer | 2008-10-23 | 1 | -1/+4 |
| * | call count pinata party | Mike Bayer | 2008-10-23 | 2 | -24/+53 |
| * | Corrected the is_subquery() check based on recent changes. Excluded the test_... | Michael Trier | 2008-10-21 | 1 | -1/+1 |
| * | Slightly changed behavior of IN operator for comparing to empty collections. ... | Ants Aasma | 2008-10-20 | 1 | -2/+2 |
| * | Modifications to allow the backends to control the behavior of an empty inser... | Michael Trier | 2008-10-20 | 1 | -4/+11 |
| * | tiny tiny speed improvements.... | Mike Bayer | 2008-10-18 | 2 | -30/+29 |
| * | - 0.5.0rc3, doh | Mike Bayer | 2008-10-18 | 2 | -46/+6 |
| * | - "not equals" comparisons of simple many-to-one relation | Mike Bayer | 2008-10-18 | 1 | -53/+22 |
| * | - session.execute() will execute a Sequence object passed to | Mike Bayer | 2008-09-28 | 1 | -1/+4 |
| * | - version bump | Mike Bayer | 2008-09-16 | 1 | -32/+47 |
| * | - 0.5.0rc1rel_0_5rc1 | Mike Bayer | 2008-09-11 | 1 | -3/+1 |
| * | return type of exists() is boolean, duh | Mike Bayer | 2008-09-09 | 1 | -1/+1 |
| * | - Bind params now subclass ColumnElement which allows them to be | Mike Bayer | 2008-09-09 | 1 | -2/+9 |
| * | - The exists() construct won't "export" its contained list | Mike Bayer | 2008-09-08 | 1 | -2/+16 |
| * | - Added func.min(), func.max(), func.sum() as "generic functions", | Mike Bayer | 2008-09-08 | 1 | -2/+15 |
| * | - Fixed bug whereby mapper couldn't initialize if a composite | Mike Bayer | 2008-09-04 | 1 | -2/+14 |
| * | - limit/offset no longer uses ROW NUMBER OVER to limit rows, | Mike Bayer | 2008-09-03 | 1 | -1/+2 |
| * | - fixed a bug in declarative test which was looking for old version of history | Mike Bayer | 2008-08-19 | 2 | -9/+13 |
| * | comment | Mike Bayer | 2008-08-08 | 1 | -1/+5 |
| * | - Temporarily rolled back the "ORDER BY" enhancement | Mike Bayer | 2008-08-06 | 1 | -10/+6 |
| * | - compiler visit_label() checks a flag "within_order_by" and will render its ... | Mike Bayer | 2008-08-03 | 1 | -16/+23 |
| * | - func.count() with no argument emits COUNT(*) | Jason Kirtland | 2008-07-24 | 1 | -1/+11 |
| * | - Moved to 2.4+ import syntax (w/ some experimental merge-friendly formatting) | Jason Kirtland | 2008-07-15 | 4 | -37/+95 |
| * | - Always use native itemgetter & attrgetter | Jason Kirtland | 2008-07-15 | 1 | -2/+4 |
| * | - Always use native deque | Jason Kirtland | 2008-07-15 | 1 | -4/+4 |
| * | - Dropped `reversed` emulation | Jason Kirtland | 2008-07-15 | 1 | -1/+1 |
| * | - Removed 2.3 set emulations/enhancements. | Jason Kirtland | 2008-07-15 | 5 | -28/+28 |
| * | And thus ends support for Python 2.3. | Jason Kirtland | 2008-07-15 | 2 | -25/+45 |
| * | - Fixed a couple lingering exceptions->exc usages | Jason Kirtland | 2008-07-15 | 1 | -1/+1 |
| * | - Fixed bug when calling select([literal('foo')]) | Mike Bayer | 2008-07-15 | 1 | -1/+1 |
| * | Added new basic match() operator that performs a full-text search. Supported ... | Michael Trier | 2008-07-13 | 3 | -0/+16 |
| * | - re-fixed the fix to the prefixes fix | Mike Bayer | 2008-07-06 | 1 | -1/+1 |
| * | - session.refresh() raises an informative error message if | Mike Bayer | 2008-07-05 | 1 | -1/+1 |
| * | Added prefixes option to that accepts a list of string to insert after CREAT... | Michael Trier | 2008-07-05 | 1 | -1/+1 |
| * | fixed the quote() call within dropper.visit_index() | Mike Bayer | 2008-06-22 | 1 | -1/+1 |
| * | merged r4870 from 0.4 branch, index name truncation, [ticket:820] | Mike Bayer | 2008-06-22 | 1 | -6/+16 |
| * | - merged r4868, disallow overly long names from create/drop, from 0.4 branch,... | Mike Bayer | 2008-06-22 | 1 | -2/+14 |
| * | add with_only_columns to Select to allow for removing columns from selects | Ants Aasma | 2008-05-29 | 1 | -0/+10 |
| * | - PropertyLoader.foreign_keys becomes private | Mike Bayer | 2008-05-24 | 1 | -1/+1 |
| * | - added some help for a heavily flush-order-dependent test | Mike Bayer | 2008-05-16 | 1 | -1/+3 |
| * | Followup to [4760]: forward **kwargs on TableClause.delete() | Lele Gaifax | 2008-05-15 | 1 | -2/+2 |
| * | Augment expression.Delete() with a kwargs, like Insert() and Update() | Lele Gaifax | 2008-05-15 | 1 | -2/+4 |
| * | Columns now have default= and server_default=. PassiveDefault fades away. | Jason Kirtland | 2008-05-14 | 1 | -6/+9 |
| * | - LIMIT/OFFSET of zero is detected within compiler and is counted | Mike Bayer | 2008-05-13 | 1 | -2/+2 |
| * | - fixed propagation of operate() for aliased relation descriptors | Mike Bayer | 2008-05-13 | 1 | -2/+2 |