| Commit message (Expand) | Author | Age | Files | Lines |
| * | - moved _FigureVisitName into visitiors.VisitorType, added Visitor base class... | Mike Bayer | 2008-10-25 | 1 | -3/+2 |
| * | - CompileTests run without the DBAPI being used | Mike Bayer | 2008-10-23 | 1 | -1/+4 |
| * | call count pinata party | Mike Bayer | 2008-10-23 | 1 | -10/+24 |
| * | Corrected the is_subquery() check based on recent changes. Excluded the test_... | Michael Trier | 2008-10-21 | 1 | -1/+1 |
| * | 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 | 1 | -19/+21 |
| * | - 0.5.0rc3, doh | Mike Bayer | 2008-10-18 | 1 | -10/+2 |
| * | - "not equals" comparisons of simple many-to-one relation | Mike Bayer | 2008-10-18 | 1 | -53/+22 |
| * | - 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 | 1 | -3/+11 |
| * | - 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 |
| * | - Removed 2.3 set emulations/enhancements. | Jason Kirtland | 2008-07-15 | 1 | -5/+5 |
| * | And thus ends support for Python 2.3. | Jason Kirtland | 2008-07-15 | 1 | -15/+32 |
| * | - 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 | 1 | -0/+1 |
| * | - 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 |
| * | 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 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -53/+48 |
| * | - Support for COLLATE: collate(expr, col) and expr.collate(col) | Jason Kirtland | 2008-04-16 | 1 | -1/+2 |
| * | - merged -r4458:4466 of query_columns branch | Mike Bayer | 2008-04-07 | 1 | -9/+7 |
| * | slight function call reduction | Mike Bayer | 2008-04-02 | 1 | -37/+32 |
| * | - added verbose activity to profiling.function_call_count | Mike Bayer | 2008-04-01 | 1 | -19/+1 |
| * | - reverted previous "strings instead of tuples" change due to more specific t... | Mike Bayer | 2008-03-30 | 1 | -8/+6 |
| * | using concatenated strings as keys in generated_ids collection; they hash sli... | Mike Bayer | 2008-03-30 | 1 | -6/+8 |
| * | - schema-qualified tables now will place the schemaname | Mike Bayer | 2008-03-30 | 1 | -9/+4 |
| * | - Added generic func.random (non-standard SQL) | Jason Kirtland | 2008-03-25 | 1 | -0/+1 |
| * | Undoing patch #994, for now; more testing needed. Sorry. Also modifying tes... | Catherine Devlin | 2008-03-20 | 1 | -10/+10 |
| * | adding zzzeek's patch from ticket #994, which fixed virtually all remaining b... | Catherine Devlin | 2008-03-20 | 1 | -10/+10 |
| * | - like() and ilike() take an optional keyword argument | Mike Bayer | 2008-03-19 | 1 | -5/+5 |
| * | Added support for vendor-extended INSERT syntax like INSERT DELAYED INTO | Jason Kirtland | 2008-03-07 | 1 | -1/+4 |
| * | - postgres TIMESTAMP renders correctly [ticket:981] | Mike Bayer | 2008-02-27 | 1 | -2/+2 |
| * | - the value of a bindparam() can be a callable, in which | Mike Bayer | 2008-02-22 | 1 | -2/+11 |
| * | - Fixed a couple pyflakes, cleaned up imports & whitespace | Jason Kirtland | 2008-02-14 | 1 | -88/+84 |
| * | - fixed bug in result proxy where anonymously generated | Mike Bayer | 2008-02-14 | 1 | -1/+1 |
| * | - fixed bug introduced in r4070 where union() and other compound selects woul... | Mike Bayer | 2008-02-12 | 1 | -2/+1 |
| * | - Added deferrability support to constraints | Jason Kirtland | 2008-02-08 | 1 | -0/+14 |
| * | Fix: deletes with schemas on MSSQL 2000 [ticket:967] | Paul Johnston | 2008-02-08 | 1 | -5/+11 |
| * | - Added free-form `DDL` statements, can be executed standalone or tied to the... | Jason Kirtland | 2008-02-05 | 1 | -0/+15 |
| * | lock in replacing '%' with '%%' | Mike Bayer | 2008-02-04 | 1 | -1/+2 |
| * | - add dummy column to appease older SQLite verisons in unicode.py | Mike Bayer | 2008-02-04 | 1 | -2/+6 |
| * | - Oracle assembles the correct columns in the result set | Mike Bayer | 2008-01-19 | 1 | -3/+10 |
| * | - some expression fixup: | Mike Bayer | 2008-01-19 | 1 | -2/+2 |