| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fixed concatenation of constraints when "PRIMARY KEY" | Mike Bayer | 2010-05-27 | 1 | -4/+4 |
| * | - Added table.add_is_dependent_on(othertable), allows manual | Mike Bayer | 2010-05-13 | 1 | -0/+5 |
| * | - func.XXX() doesn't inadvertently resolve to non-Function | Mike Bayer | 2010-05-13 | 1 | -1/+3 |
| * | - the _make_proxy() method of ColumnClause and Column now use | Mike Bayer | 2010-05-10 | 2 | -1/+17 |
| * | - expr.in_() now accepts a text() construct as the argument. | Mike Bayer | 2010-05-08 | 1 | -2/+9 |
| * | remove a few superfluous imports | Mike Bayer | 2010-04-29 | 2 | -11/+11 |
| * | - Fixed errant space character when generating ADD CONSTRAINT | Mike Bayer | 2010-04-26 | 1 | -1/+1 |
| * | - Table.create() and Table.drop() no longer apply metadata- | Mike Bayer | 2010-04-16 | 1 | -2/+2 |
| * | - beef up the --reversetop test option to embed RandomSet throughout the ORM | Mike Bayer | 2010-04-15 | 1 | -0/+3 |
| * | merge tip | Mike Bayer | 2010-04-13 | 1 | -6/+12 |
| |\ |
|
| | * | much more descriptive message for bind param name conflict, [ticket:1766] | Mike Bayer | 2010-04-12 | 1 | -6/+12 |
| * | | merge trunk | Mike Bayer | 2010-04-11 | 1 | -6/+1 |
| |\ \
| |/ |
|
| | * | - 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 |
| * | | merge default | Mike Bayer | 2010-04-07 | 1 | -0/+17 |
| |\ \
| |/ |
|
| | * | - Added new 'compiled_cache' execution option. A dictionary | Mike Bayer | 2010-04-07 | 1 | -0/+17 |
| * | | breakthrough, wow | Mike Bayer | 2010-04-05 | 1 | -1/+1 |
| * | | merge default branch | Mike Bayer | 2010-04-04 | 1 | -0/+10 |
| |\ \
| |/ |
|
| | * | - 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 |
| * | | deletes, rudimentary many-to-ones | Mike Bayer | 2010-03-31 | 1 | -2/+0 |
| * | | really got topological going. now that we aren't putting fricking mapped ob... | Mike Bayer | 2010-03-31 | 1 | -2/+5 |
| |/ |
|
| * | - 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 |