| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - multi-part schema names, i.e. with dots such as | Mike Bayer | 2009-12-08 | 1 | -1/+1 |
| * | - The "use get" behavior of many-to-one relations, i.e. that a | Mike Bayer | 2009-12-08 | 1 | -8/+3 |
| * | scan for autocommit based on text() specific flag, saves isinstance() call on... | Mike Bayer | 2009-11-10 | 1 | -2/+2 |
| * | - subclassed Function off of new FunctionElement generic base | Mike Bayer | 2009-11-10 | 1 | -51/+57 |
| * | added docs to case() illusrtating usage of `literal_column()`, can't implemen... | Mike Bayer | 2009-10-28 | 1 | -1/+11 |
| * | - generalized Enum to issue a CHECK constraint + VARCHAR on default platform | Mike Bayer | 2009-10-25 | 1 | -3/+3 |
| * | - Added new ENUM type to the Postgresql dialect, which exists as a schema-level | Mike Bayer | 2009-10-25 | 1 | -32/+23 |
| * | deprecations per [ticket:1498]: | Mike Bayer | 2009-10-15 | 1 | -25/+7 |
| * | - an executemany() now requires that all bound parameter | Mike Bayer | 2009-10-15 | 1 | -6/+13 |
| * | merge from branches/clauseelement-nonzero | Philip Jenvey | 2009-09-24 | 1 | -37/+48 |
| * | doc fixes | Mike Bayer | 2009-08-25 | 1 | -18/+18 |
| * | - added **kw to ClauseElement.compare(), so that we can smarten up the "use_g... | Mike Bayer | 2009-08-08 | 1 | -12/+44 |
| * | unwrapped _get_colparams a bit, dropped out an isinstance() call | Mike Bayer | 2009-08-08 | 1 | -0/+2 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -207/+468 |
| * | merged [ticket:1486] fix from 0.6 | Mike Bayer | 2009-07-28 | 1 | -3/+12 |
| * | - Unary expressions such as DISTINCT propagate their | Mike Bayer | 2009-07-25 | 1 | -4/+3 |
| * | - 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 | 1 | -1/+1 |
| * | - The "polymorphic discriminator" column may be part of a | Mike Bayer | 2009-05-17 | 1 | -1/+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 | 1 | -2/+22 |
| * | - 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 |
| * | - Fixed a recursive pickling issue in serializer, triggered | Mike Bayer | 2009-02-17 | 1 | -0/+6 |
| * | - 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 | 1 | -85/+74 |
| * | - 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 | 1 | -6/+6 |
| * | - 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 | 1 | -8/+14 |
| * | happy new year | Mike Bayer | 2009-01-12 | 1 | -1/+1 |
| * | docstrings for the hated fold_equivalents argument/function | Mike Bayer | 2009-01-03 | 1 | -11/+10 |
| * | - Fixed some deep "column correspondence" issues which could | Mike Bayer | 2009-01-03 | 1 | -5/+33 |
| * | - sqlalchemy.sql.expression.Function is now a public | Mike Bayer | 2009-01-02 | 1 | -4/+4 |
| * | - Can pass mapped attributes and column objects as keys | Mike Bayer | 2008-12-28 | 1 | -4/+7 |
| * | *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 | 1 | -8/+12 |
| * | - 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 |
| * | - turn __visit_name__ into an explicit member. | Mike Bayer | 2008-12-11 | 1 | -4/+45 |
| * | further fix that docstring | Gaëtan de Menten | 2008-12-08 | 1 | -1/+1 |
| * | fixed invalid docstring example | Gaëtan de Menten | 2008-12-08 | 1 | -1/+1 |
| * | fix typos | Gaëtan de Menten | 2008-12-07 | 1 | -178/+178 |
| * | need to use absolutes for these, otherwise its dictionary ordering roulette | Mike Bayer | 2008-12-06 | 1 | -4/+4 |
| * | - postgres docstring | Mike Bayer | 2008-12-06 | 1 | -27/+46 |
| * | - merged -r5338:5429 of sphinx branch. | Mike Bayer | 2008-12-06 | 1 | -72/+74 |
| * | - union() and union_all() will not whack | Mike Bayer | 2008-12-06 | 1 | -2/+1 |
| * | propagate docstrings for column/fk collections | Mike Bayer | 2008-12-01 | 1 | -7/+13 |
| * | - Added NotImplementedError for params() method | Mike Bayer | 2008-11-21 | 1 | -1/+5 |