| Commit message (Expand) | Author | Age | Files | Lines |
| * | test case for oracle timestamp adaption | Mike Bayer | 2007-06-16 | 1 | -1/+18 |
| * | - Fixed typo blocking some assoc proxy dict assignments, added test | Jason Kirtland | 2007-06-16 | 1 | -0/+3 |
| * | - Iteration over dict association proxies is now dict-like, not | Jason Kirtland | 2007-06-14 | 1 | -1/+12 |
| * | Multiple MSSQL fixes; see ticket #581 | Paul Johnston | 2007-06-13 | 3 | -7/+46 |
| * | - MySQL TEXT-derived types weren't respecting convert_unicode, fixes #601 | Jason Kirtland | 2007-06-13 | 1 | -17/+26 |
| * | extra test for corresponding column fix | Mike Bayer | 2007-06-07 | 1 | -0/+5 |
| * | - fixed bug where selectable.corresponding_column(selectable.c.col) | Mike Bayer | 2007-06-06 | 1 | -0/+7 |
| * | pg test wasnt really working with that particular default..its a TODOrel_0_3_8 | Mike Bayer | 2007-06-02 | 1 | -2/+5 |
| * | fix running tests on Windows | Jonathan Ellis | 2007-06-01 | 1 | -1/+1 |
| * | - Pulling pyformat test for MySQL-python, which fails on 3 driver versions | Jason Kirtland | 2007-06-01 | 1 | -2/+4 |
| * | - Emit BOOL rather than BOOLEAN for MySQL booleans in DDL, for old versions | Jason Kirtland | 2007-05-31 | 2 | -8/+14 |
| * | fixed two bad __init__ calls | Mike Bayer | 2007-05-27 | 1 | -4/+6 |
| * | remove unneeded division | Mike Bayer | 2007-05-26 | 1 | -2/+2 |
| * | added hotshot points into unit test, localizes profiling to just the query.se... | Mike Bayer | 2007-05-26 | 1 | -8/+14 |
| * | normalized PG test schema name to "alt_schema" | Mike Bayer | 2007-05-26 | 1 | -5/+5 |
| * | - mysql doesnt have + for concatenation, but pg doesnt have concat() (nor doe... | Mike Bayer | 2007-05-26 | 2 | -9/+16 |
| * | - Nearly all MySQL column types are now supported for declaration and | Jason Kirtland | 2007-05-25 | 1 | -15/+89 |
| * | - Don't use '+' for sql expr concatenation by default | Jason Kirtland | 2007-05-25 | 1 | -1/+8 |
| * | - Setup/teardown out test table properly | Jason Kirtland | 2007-05-25 | 1 | -6/+7 |
| * | - DB connection urls for tests can now be loaded from a configuration file | Jason Kirtland | 2007-05-25 | 1 | -19/+43 |
| * | CompoundSelect (i.e. UNION etc.) needed self_group() to provide parenthesis | Mike Bayer | 2007-05-23 | 1 | -0/+10 |
| * | - improved support for eagerloading of properties off of mappers that are mapped | Mike Bayer | 2007-05-22 | 2 | -2/+23 |
| * | restored comparison of 1-element clause list -> ClauseElement, which was brok... | Mike Bayer | 2007-05-20 | 1 | -0/+16 |
| * | - fixed bug in query.instances() that wouldnt handle more than | Mike Bayer | 2007-05-20 | 1 | -0/+14 |
| * | - removed "no group by's in a select thats part of a UNION" | Mike Bayer | 2007-05-18 | 1 | -0/+11 |
| * | - the "primary_key" argument to mapper() is propigated to the "polymorphic" | Mike Bayer | 2007-05-17 | 1 | -0/+48 |
| * | - fix to select_by(<propname>=<object instance>) -style joins in conjunction | Mike Bayer | 2007-05-17 | 1 | -5/+10 |
| * | added test for "assign a list of objects", ensure cascade/persistence functions | Mike Bayer | 2007-05-17 | 1 | -0/+35 |
| * | restored outerjoin test | Mike Bayer | 2007-05-15 | 1 | -10/+8 |
| * | - fix to polymorphic query which allows the original polymorphic_union | Mike Bayer | 2007-05-15 | 1 | -1/+9 |
| * | - parenthesis are applied to clauses via a new _Grouping construct. | Mike Bayer | 2007-05-14 | 2 | -14/+18 |
| * | - _Label propigates "_hide_froms()" so that scalar selects | Mike Bayer | 2007-05-11 | 1 | -1/+5 |
| * | - Connections can be detached from their pool, closing on dereference instead... | Jason Kirtland | 2007-05-09 | 1 | -1/+26 |
| * | - fix to long name generation when using oid_column as an order by | Mike Bayer | 2007-05-07 | 1 | -1/+13 |
| * | - many-to-many relationships properly set the type of bind params | Mike Bayer | 2007-05-04 | 1 | -0/+50 |
| * | clarifying some cascade-based unit tests, adding a little more coverage, | Mike Bayer | 2007-05-04 | 3 | -276/+256 |
| * | - "delete-orphan" no longer implies "delete". ongoing effort to | Mike Bayer | 2007-05-03 | 1 | -2/+2 |
| * | - _Label class overrides compare_self to return its ultimate object. | Mike Bayer | 2007-05-03 | 1 | -1/+5 |
| * | Oops, Python 2.5 ternary operator snuck in. | Jason Kirtland | 2007-05-03 | 1 | -2/+1 |
| * | - Test assoc proxy lazy loads, fixed __set__ race on single scalar assocs | Jason Kirtland | 2007-05-03 | 1 | -3/+115 |
| * | - New association proxy implementation, implementing complete proxies to list... | Jason Kirtland | 2007-05-03 | 2 | -1/+536 |
| * | - added sqlalchemy.ext.orderinglist, a custom list class that synchronizes an... | Jason Kirtland | 2007-05-02 | 2 | -1/+426 |
| * | - Expanded on the MySQL ENUM 'strict' documentation a little bit. | Jason Kirtland | 2007-05-02 | 1 | -0/+1 |
| * | - MySQL ENUM types can now optionally ensure that values are within the | Jason Kirtland | 2007-05-02 | 5 | -197/+289 |
| * | Removed an unneeded and troublesome subquery test. | Jason Kirtland | 2007-05-02 | 1 | -5/+0 |
| * | some notes on a labeling issue that arises when label truncation doesnt match... | Mike Bayer | 2007-05-01 | 1 | -2/+13 |
| * | - allow MySQL column-level CHARACTER SET and COLLATE, plus shortcuts like | Jason Kirtland | 2007-05-01 | 1 | -6/+201 |
| * | - adapted gaetan's eager load adaption code for non-mapped column properties | Mike Bayer | 2007-04-29 | 1 | -10/+16 |
| * | - restored old "column_property()" ORM function (used to be called | Mike Bayer | 2007-04-29 | 1 | -23/+44 |
| * | - the label() method on ColumnElement will properly propigate the | Mike Bayer | 2007-04-29 | 1 | -0/+9 |