| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - sql | Mike Bayer | 2009-05-29 | 1 | -1/+1 |
* | Added multi part schema name support. Closes #594 and #1341. | Michael Trier | 2009-04-11 | 1 | -6/+14 |
* | extract() is now dialect-sensitive and supports SQLite and others. | Jason Kirtland | 2009-03-30 | 1 | -0/+22 |
* | - anonymous alias names now truncate down to the max length | Mike Bayer | 2009-02-10 | 1 | -3/+7 |
* | - _CalculatedClause is gone | Mike Bayer | 2009-01-28 | 1 | -2/+10 |
* | - Further fixes to the "percent signs and spaces in column/table | Mike Bayer | 2009-01-18 | 1 | -3/+3 |
* | - Improved the methodology to handling percent signs in column | Mike Bayer | 2009-01-14 | 1 | -4/+6 |
* | happy new year | Mike Bayer | 2009-01-12 | 1 | -1/+1 |
* | NotSupportedError is a DBAPI wrapper which takes four args and is expected to... | Mike Bayer | 2009-01-11 | 1 | -1/+1 |
* | - mysql, postgres: "%" signs in text() constructs are automatically escaped t... | Mike Bayer | 2009-01-02 | 1 | -1/+4 |
* | - sqlalchemy.sql.expression.Function is now a public | Mike Bayer | 2009-01-02 | 1 | -1/+1 |
* | - Can pass mapped attributes and column objects as keys | Mike Bayer | 2008-12-28 | 1 | -2/+2 |
* | use new anonymize style for the public _anonymize as well | Mike Bayer | 2008-12-23 | 1 | -1/+1 |
* | silly negative ID numbers on linux... | Mike Bayer | 2008-12-23 | 1 | -1/+1 |
* | - Columns can again contain percent signs within their | Mike Bayer | 2008-12-23 | 1 | -2/+3 |
* | merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes... | Mike Bayer | 2008-12-18 | 1 | -6/+7 |
* | - merged -r5338:5429 of sphinx branch. | Mike Bayer | 2008-12-06 | 1 | -4/+4 |
* | - Removed the 'properties' attribute of the | Mike Bayer | 2008-11-09 | 1 | -4/+5 |
* | Global propigate -> propagate change to correct spelling. Additionally found ... | Michael Trier | 2008-11-09 | 1 | -1/+1 |
* | avoid some often unnecessary method calls. i think we might have squeezed a... | Mike Bayer | 2008-11-07 | 1 | -9/+14 |
* | - Dialects can now generate label names of adjustable length. | Mike Bayer | 2008-11-05 | 1 | -41/+42 |
* | - 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 |