| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -2/+4 |
| * | merge r6703 of trunk fixes [ticket:1661] | Mike Bayer | 2010-02-02 | 1 | -1/+1 |
| * | - merge of trunk r6611 | Mike Bayer | 2010-01-03 | 1 | -1/+2 |
| * | dont crack up on entirely unsupported types | Mike Bayer | 2009-12-29 | 1 | -0/+3 |
| * | - The extract() function, which was slightly improved in | Mike Bayer | 2009-12-29 | 1 | -1/+85 |
| * | merged r6556 of trunk for [ticket:1641] | Mike Bayer | 2009-12-18 | 1 | -1/+1 |
| * | merge r6551 of trunk for [ticket:1354] | Mike Bayer | 2009-12-09 | 1 | -2/+8 |
| * | - merge of trunk r6544 | Mike Bayer | 2009-12-08 | 1 | -2/+8 |
| * | - backport of r6540 | Mike Bayer | 2009-12-08 | 1 | -9/+6 |
| * | - Repeat expressions in the columns clause of a select | Mike Bayer | 2009-10-20 | 1 | -3/+3 |
| * | - Fixed the "numeric" paramstyle, which apparently is the | Mike Bayer | 2009-10-20 | 1 | -1/+1 |
| * | - Fixed an obscure issue whereby a joined-table subclass | Mike Bayer | 2009-08-28 | 1 | -1/+12 |
| * | merged [ticket:1486] fix from 0.6 | Mike Bayer | 2009-07-28 | 2 | -4/+13 |
| * | - Fixed bug whereby a load/refresh of joined table | Mike Bayer | 2009-07-25 | 1 | -7/+4 |
| * | - Unary expressions such as DISTINCT propagate their | Mike Bayer | 2009-07-25 | 2 | -6/+5 |
| * | - Fixed a bug in extract() introduced in 0.5.4 whereby | Mike Bayer | 2009-07-17 | 1 | -2/+1 |
| * | - sql | Mike Bayer | 2009-05-29 | 2 | -2/+2 |
| * | - The "polymorphic discriminator" column may be part of a | Mike Bayer | 2009-05-17 | 1 | -1/+1 |
| * | - It is now an error to specify both columns of a binary primaryjoin | Mike Bayer | 2009-05-08 | 1 | -4/+4 |
| * | Added multi part schema name support. Closes #594 and #1341. | Michael Trier | 2009-04-11 | 1 | -6/+14 |
| * | - Fixed bug in relation(), introduced in 0.5.3, | Mike Bayer | 2009-04-02 | 1 | -0/+1 |
| * | Lots of fixes to the code examples to specify imports explicitly. | Michael Trier | 2009-03-31 | 1 | -4/+8 |
| * | extract() is now dialect-sensitive and supports SQLite and others. | Jason Kirtland | 2009-03-30 | 2 | -2/+44 |
| * | - Lazy loader will not use get() if the "lazy load" | Mike Bayer | 2009-03-29 | 1 | -1/+1 |
| * | - An alias() of a select() will convert to a "scalar subquery" | Mike Bayer | 2009-03-21 | 1 | -2/+22 |
| * | - Query.join() can now construct multiple FROM clauses, if | Mike Bayer | 2009-03-15 | 1 | -8/+24 |
| * | - Fixed a recursive pickling issue in serializer, triggered | Mike Bayer | 2009-02-17 | 1 | -0/+6 |
| * | - anonymous alias names now truncate down to the max length | Mike Bayer | 2009-02-10 | 1 | -3/+7 |
| * | - Fixed missing _label attribute on Function object, others | Mike Bayer | 2009-02-01 | 1 | -1/+2 |
| * | some docstring stuff | Mike Bayer | 2009-01-28 | 1 | -20/+19 |
| * | - _CalculatedClause is gone | Mike Bayer | 2009-01-28 | 4 | -95/+87 |
| * | - Query now implements __clause_element__() which produces | Mike Bayer | 2009-01-27 | 1 | -13/+13 |
| * | - Further fixes to the "percent signs and spaces in column/table | Mike Bayer | 2009-01-18 | 2 | -9/+9 |
| * | - Query.from_self() as well as query.subquery() both disable | Mike Bayer | 2009-01-15 | 1 | -0/+6 |
| * | - Improved the methodology to handling percent signs in column | Mike Bayer | 2009-01-14 | 2 | -12/+20 |
| * | happy new year | Mike Bayer | 2009-01-12 | 2 | -2/+2 |
| * | NotSupportedError is a DBAPI wrapper which takes four args and is expected to... | Mike Bayer | 2009-01-11 | 1 | -1/+1 |
| * | docstrings for the hated fold_equivalents argument/function | Mike Bayer | 2009-01-03 | 2 | -12/+14 |
| * | - Fixed some deep "column correspondence" issues which could | Mike Bayer | 2009-01-03 | 1 | -5/+33 |
| * | - 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 | 3 | -7/+7 |
| * | - Can pass mapped attributes and column objects as keys | Mike Bayer | 2008-12-28 | 2 | -6/+9 |
| * | 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 |
| * | missed an ordering on a set. attempting to nail down linux-specific buildbo... | Mike Bayer | 2008-12-19 | 1 | -1/+1 |
| * | *most* py3k warnings are resolved, with the exception of the various __setsli... | Mike Bayer | 2008-12-18 | 1 | -1/+1 |
| * | merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes... | Mike Bayer | 2008-12-18 | 4 | -25/+31 |
| * | - Query() can be passed a "composite" attribute | Mike Bayer | 2008-12-18 | 1 | -0/+8 |
| * | - _execute_clauseelement() goes back to being | Mike Bayer | 2008-12-17 | 1 | -1/+1 |