| Commit message (Expand) | Author | Age | Files | Lines |
| * | merged Rick Morrison / Runar Petursson's MS-SQL module, with adjustments to a... | Mike Bayer | 2006-04-03 | 1 | -2/+5 |
| * | refactor to Compiled.get_params() to return new ClauseParameters object, a mo... | Mike Bayer | 2006-03-13 | 1 | -1/+1 |
| * | got column onupdate working | Mike Bayer | 2006-03-05 | 1 | -1/+9 |
| * | got column defaults to be executeable | Mike Bayer | 2006-03-04 | 1 | -9/+21 |
| * | making sequences, column defaults independently executeable | Mike Bayer | 2006-03-04 | 1 | -4/+15 |
| * | engine argument on tables optional | Mike Bayer | 2006-03-02 | 1 | -0/+3 |
| * | made SchemaEngine more prominent as the base of Table association | Mike Bayer | 2006-03-01 | 1 | -4/+9 |
| * | Merge indexes [1047]:[1048] into trunk (for #6) | Jason Pellerin | 2006-02-26 | 1 | -20/+79 |
| * | create() statements return the created object so they can be instantiated and | Mike Bayer | 2006-02-26 | 1 | -0/+2 |
| * | merged sql_rearrangement branch , refactors sql package to work standalone with | Mike Bayer | 2006-02-25 | 1 | -105/+58 |
| * | fix to silent "recursive" bug in schema getattr that was somehow running only...rel_0_1_2 | Mike Bayer | 2006-02-24 | 1 | -1/+1 |
| * | fix to EagerLoad where it late-initializes its eager chain, thereby not getti... | Mike Bayer | 2006-02-22 | 1 | -0/+6 |
| * | merged eager loading overhaul rev 1001:1009 | Mike Bayer | 2006-02-20 | 1 | -1/+4 |
| * | exception package added, support throughout | Mike Bayer | 2006-02-19 | 1 | -8/+9 |
| * | added indexes to schema/ansisql/engine | Mike Bayer | 2006-02-18 | 1 | -2/+54 |
| * | added an assertion to insure that a column is only attached to one table | Mike Bayer | 2006-02-17 | 1 | -0/+2 |
| * | streamlined engine.schemagenerator and engine.schemadropper methodology | Mike Bayer | 2006-02-11 | 1 | -5/+5 |
| * | table supports per-engine-type options, ansisql allows engines | Mike Bayer | 2006-02-05 | 1 | -3/+1 |
| * | started PassiveDefault, which is a "database-side" default. mapper will go | Mike Bayer | 2006-02-05 | 1 | -0/+12 |
| * | columns can be specified to override those from autoload=True | Mike Bayer | 2006-02-04 | 1 | -4/+5 |
| * | refactoring to allow column.label() to work in selects, etc. | Mike Bayer | 2006-01-27 | 1 | -4/+1 |
| * | ai more reasonable hash_key that works across serializations | Mike Bayer | 2006-01-26 | 1 | -0/+6 |
| * | Formatting fix. | Robert Leftwich | 2006-01-16 | 1 | -2/+2 |
| * | Fixed problem in Column.copy(), _make_proxy() with nullable and hidden not be... | Robert Leftwich | 2006-01-16 | 1 | -2/+2 |
| * | on foreign key default schema is that of the parent column | Mike Bayer | 2006-01-13 | 1 | -3/+2 |
| * | indent fix | Mike Bayer | 2006-01-11 | 1 | -1/+1 |
| * | r815@lightspeed: robert | 2006-01-11 10:15:14 +1100 | Robert Leftwich | 2006-01-10 | 1 | -1/+1 |
| * | added some __repr__ functionality | Mike Bayer | 2006-01-08 | 1 | -9/+41 |
| * | sqlite/postgres reflection will properly add foreign keys | Mike Bayer | 2006-01-08 | 1 | -0/+7 |
| * | improvements to relational algrebra of Alias, Select, Join objects, so that they | Mike Bayer | 2006-01-08 | 1 | -10/+14 |
| * | added support for foreign keys to work across schemas | Mike Bayer | 2006-01-05 | 1 | -5/+11 |
| * | copyright->2005,2006 | Mike Bayer | 2006-01-03 | 1 | -1/+1 |
| * | license switch | Mike Bayer | 2005-12-31 | 1 | -13/+2 |
| * | docstrings | Mike Bayer | 2005-12-24 | 1 | -15/+125 |
| * | refactoring of execution path, defaults, and treatment of different paramstyles | Mike Bayer | 2005-12-17 | 1 | -0/+1 |
| * | factored "sequence" execution in postgres in oracle to be generalized to the ... | Mike Bayer | 2005-12-16 | 1 | -14/+27 |
| * | rethinking sequences model to allow any default values | Mike Bayer | 2005-12-15 | 1 | -1/+2 |
| * | docstrings, formatting fixes | Mike Bayer | 2005-12-04 | 1 | -2/+4 |
| * | math operators | Mike Bayer | 2005-12-04 | 1 | -0/+8 |
| * | primary_keys => primary_key | Mike Bayer | 2005-12-04 | 1 | -4/+4 |
| * | added a third "mapper" to a many-to-many relationship that becomes the depend... | Mike Bayer | 2005-12-03 | 1 | -0/+2 |
| * | added functionality to map columns to their aliased versions. | Mike Bayer | 2005-12-02 | 1 | -1/+15 |
| * | migrated __ALL__ to __all__, oops, and reworked module | Mike Bayer | 2005-11-30 | 1 | -1/+1 |
| * | mysql somewhat present | Mike Bayer | 2005-11-27 | 1 | -2/+3 |
| * | more fixes to schema constructor, test suites not conflicting with each other | Mike Bayer | 2005-11-26 | 1 | -3/+13 |
| * | **kwargs to table, column are checked, fixed propigation of foreignkey/sequen... | Mike Bayer | 2005-11-26 | 1 | -16/+15 |
| * | docstring maintenance | Mike Bayer | 2005-11-10 | 1 | -1/+2 |
| * | (no commit message) | Mike Bayer | 2005-11-09 | 1 | -2/+1 |
| * | (no commit message) | Mike Bayer | 2005-10-31 | 1 | -10/+27 |
| * | (no commit message) | Mike Bayer | 2005-10-29 | 1 | -2/+6 |