| Commit message (Expand) | Author | Age | Files | Lines |
| * | much more descriptive message for bind param name conflict, [ticket:1766] | Mike Bayer | 2010-04-12 | 1 | -6/+12 |
| * | - somejoin.select(fold_equivalents=True) is no longer | Mike Bayer | 2010-04-11 | 1 | -6/+1 |
| * | - make it exceedlingly obvious that all topological/unitofwork code is | Mike Bayer | 2010-04-07 | 1 | -1/+1 |
| * | - Added new 'compiled_cache' execution option. A dictionary | Mike Bayer | 2010-04-07 | 1 | -0/+17 |
| * | - id(obj) is no longer used internally within topological.py, | Mike Bayer | 2010-04-01 | 1 | -1/+2 |
| * | - Restored some bind-labeling logic from 0.5 which ensures | Mike Bayer | 2010-03-31 | 1 | -0/+10 |
| * | - the compiler extension now allows @compiles decorators | Mike Bayer | 2010-03-30 | 1 | -10/+11 |
| * | - Added with_hint() method to Query() construct. This calls | Mike Bayer | 2010-03-27 | 2 | -13/+84 |
| * | - Fixed bug introduced in 0.6beta2 where column labels would | Mike Bayer | 2010-03-23 | 1 | -4/+7 |
| * | - Fixed bug in Query whereby the usage of aliased() constructs | Mike Bayer | 2010-03-23 | 1 | -4/+6 |
| * | - join() will now simulate a NATURAL JOIN by default. Meaning, | Mike Bayer | 2010-03-19 | 2 | -27/+59 |
| * | - added pyodbc for sybase driver. | Mike Bayer | 2010-03-17 | 1 | -35/+106 |
| |\ |
|
| | * | - mxodbc can use default execute() call | Mike Bayer | 2010-03-16 | 1 | -29/+77 |
| |/ |
|
| * | - The except_() method now renders as MINUS on Oracle, | Mike Bayer | 2010-03-16 | 2 | -9/+27 |
| * | whitespace fixes to improve readability (shortened excessively long lines, an... | Brad Allen | 2010-03-15 | 1 | -28/+42 |
| * | - fixed internal error which would occur if calling has() | Mike Bayer | 2010-03-11 | 1 | -1/+3 |
| * | fixed up docs for execution_options() across all three locations. | Mike Bayer | 2010-03-09 | 1 | -1/+13 |
| * | base tests pass | Mike Bayer | 2010-03-09 | 1 | -1/+1 |
| * | still thinking about stuff here | Mike Bayer | 2010-03-08 | 1 | -3/+11 |
| * | working on getting operators/left hand type awareness into the "bind" coercio... | Mike Bayer | 2010-03-08 | 1 | -26/+29 |
| * | - adjusted the literal coercion rules to take the left side's type into accou... | Mike Bayer | 2010-03-01 | 1 | -0/+2 |
| * | -remove proof of concept "cascade constraints" | Mike Bayer | 2010-02-28 | 1 | -4/+1 |
| * | - make tuple a little more friendly | Mike Bayer | 2010-02-28 | 1 | -0/+1 |
| * | working on pyodbc / mxodbc | Mike Bayer | 2010-02-27 | 1 | -0/+1 |
| * | - Composite PK table on InnoDB where the "autoincrement" column | Mike Bayer | 2010-02-22 | 1 | -12/+16 |
| * | - 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 |