| Commit message (Expand) | Author | Age | Files | Lines |
| * | - A change to the solution for [ticket:1579] - an end-user | Mike Bayer | 2010-02-16 | 1 | -16/+27 |
| * | tighten up conditionals a bit. this method is still doing too much, i.e. the... | Mike Bayer | 2010-02-16 | 1 | -42/+51 |
| * | - Made sqlalchemy.sql.expressions.Executable part of public | Mike Bayer | 2010-02-12 | 1 | -22/+32 |
| * | - The type/expression system now does a more complete job | Mike Bayer | 2010-02-11 | 2 | -131/+43 |
| * | add sql_compiler property to all Compiled subclasses for convenience | Mike Bayer | 2010-02-07 | 1 | -0/+4 |
| * | dont reference self.statement during compilation | Mike Bayer | 2010-02-07 | 1 | -1/+1 |
| * | - FunctionElement subclasses are now directly executable the | Mike Bayer | 2010-02-07 | 1 | -3/+4 |
| * | - Added math negation operator support, -x. | Mike Bayer | 2010-02-05 | 3 | -1/+9 |
| * | fix the kwargs scoping. mysteriously was affecting pool gcing | Mike Bayer | 2010-01-29 | 1 | -4/+5 |
| * | - inline some code and turn some instance-level defaults into class level | Mike Bayer | 2010-01-29 | 1 | -3/+7 |
| * | - the "autocommit" flag on select() and text() as well | Mike Bayer | 2010-01-28 | 1 | -19/+44 |
| * | against is optional | Mike Bayer | 2010-01-28 | 1 | -1/+1 |
| * | - allow exists(s.as_scalar()) to work | Mike Bayer | 2010-01-28 | 1 | -1/+1 |
| * | add an informative error msg for non-collection passed to select() | Mike Bayer | 2010-01-28 | 1 | -2/+8 |
| * | - Added a tuple_() construct, allows sets of expressions | Mike Bayer | 2010-01-25 | 3 | -12/+40 |
| * | - union(), intersect(), except() and other "compound" types | Mike Bayer | 2010-01-25 | 1 | -5/+1 |
| * | - Connection has execution_options(), generative method | Mike Bayer | 2010-01-24 | 1 | -5/+7 |
| * | not ready to put execution_options in the text()/select() constructors yet | Mike Bayer | 2010-01-24 | 1 | -9/+3 |
| * | - types.Binary is renamed to types.LargeBinary, it only | Mike Bayer | 2010-01-23 | 1 | -1/+7 |
| * | fixed the illegal_initial_chars collection + unit test, [ticket:1659] | Mike Bayer | 2010-01-21 | 1 | -1/+1 |
| * | statement_options -> execution_options | Mike Bayer | 2010-01-17 | 1 | -30/+32 |
| * | - added "statement_options()" to Query, to so options can be | Mike Bayer | 2010-01-16 | 1 | -22/+43 |
| * | happy new year | Mike Bayer | 2010-01-07 | 2 | -2/+2 |
| * | - Fixed a column arithmetic bug that affected column | Mike Bayer | 2010-01-03 | 1 | -1/+2 |
| * | fixed DDL quoting with literal strings that have ' [ticket:1640] | Mike Bayer | 2010-01-03 | 1 | -1/+8 |
| * | - clarify ForeignKey docs, copy operation | Mike Bayer | 2010-01-02 | 1 | -186/+187 |
| * | - calling expr.in_([]), i.e. with an empty list, emits a warning | Mike Bayer | 2009-12-29 | 1 | -1/+9 |
| * | merge r6591, r6592 from 0.5 branch for PGInterval etc. /extract | Mike Bayer | 2009-12-29 | 1 | -0/+3 |
| * | - merge r6586 from 0.5 branch, for [ticket:1647] | Mike Bayer | 2009-12-29 | 1 | -1/+85 |
| * | - Column() supports a keyword argument "sqlite_autoincrement", which | Mike Bayer | 2009-12-18 | 1 | -1/+3 |
| * | - Fixed bug preventing alias() of an alias() from being | Mike Bayer | 2009-12-18 | 1 | -1/+1 |
| * | documentation patch for [ticket:1354] | Mike Bayer | 2009-12-09 | 1 | -2/+8 |
| * | - Session.execute() now locates table- and | Mike Bayer | 2009-12-08 | 1 | -2/+8 |
| * | - removed needless "counter" behavior with select() | Mike Bayer | 2009-12-08 | 1 | -8/+0 |
| * | - 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 |
| * | - reworked the DDL generation of ENUM and similar to be more platform agnostic. | Mike Bayer | 2009-12-06 | 2 | -21/+31 |
| * | 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 |
| * | - query.get() can be used with a mapping to an outer join | Mike Bayer | 2009-11-09 | 1 | -0/+18 |
| * | - The "start" and "increment" attributes on Sequence now | Mike Bayer | 2009-11-03 | 1 | -0/+11 |
| * | 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 | 2 | -9/+26 |
| * | - Added new ENUM type to the Postgresql dialect, which exists as a schema-level | Mike Bayer | 2009-10-25 | 2 | -33/+28 |
| * | - insert() and update() constructs can now embed bindparam() | Mike Bayer | 2009-10-23 | 1 | -4/+9 |
| * | some cleanup | Mike Bayer | 2009-10-21 | 1 | -11/+22 |
| * | merge r6418 from 0.5, dedupe expressions on clause ident, not string value | Mike Bayer | 2009-10-20 | 1 | -3/+3 |
| * | merged r6416 of 0.5 branch, fix the "numeric" paramstyle and add tests | Mike Bayer | 2009-10-20 | 1 | -1/+1 |
| * | deprecations per [ticket:1498]: | Mike Bayer | 2009-10-15 | 2 | -26/+8 |
| * | - an executemany() now requires that all bound parameter | Mike Bayer | 2009-10-15 | 2 | -14/+28 |