summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test case for oracle timestamp adaptionMike Bayer2007-06-161-1/+18
* - Fixed typo blocking some assoc proxy dict assignments, added testJason Kirtland2007-06-161-0/+3
* - Iteration over dict association proxies is now dict-like, notJason Kirtland2007-06-141-1/+12
* Multiple MSSQL fixes; see ticket #581Paul Johnston2007-06-133-7/+46
* - MySQL TEXT-derived types weren't respecting convert_unicode, fixes #601Jason Kirtland2007-06-131-17/+26
* extra test for corresponding column fixMike Bayer2007-06-071-0/+5
* - fixed bug where selectable.corresponding_column(selectable.c.col)Mike Bayer2007-06-061-0/+7
* pg test wasnt really working with that particular default..its a TODOrel_0_3_8Mike Bayer2007-06-021-2/+5
* fix running tests on WindowsJonathan Ellis2007-06-011-1/+1
* - Pulling pyformat test for MySQL-python, which fails on 3 driver versionsJason Kirtland2007-06-011-2/+4
* - Emit BOOL rather than BOOLEAN for MySQL booleans in DDL, for old versionsJason Kirtland2007-05-312-8/+14
* fixed two bad __init__ callsMike Bayer2007-05-271-4/+6
* remove unneeded divisionMike Bayer2007-05-261-2/+2
* added hotshot points into unit test, localizes profiling to just the query.se...Mike Bayer2007-05-261-8/+14
* normalized PG test schema name to "alt_schema"Mike Bayer2007-05-261-5/+5
* - mysql doesnt have + for concatenation, but pg doesnt have concat() (nor doe...Mike Bayer2007-05-262-9/+16
* - Nearly all MySQL column types are now supported for declaration andJason Kirtland2007-05-251-15/+89
* - Don't use '+' for sql expr concatenation by defaultJason Kirtland2007-05-251-1/+8
* - Setup/teardown out test table properlyJason Kirtland2007-05-251-6/+7
* - DB connection urls for tests can now be loaded from a configuration fileJason Kirtland2007-05-251-19/+43
* CompoundSelect (i.e. UNION etc.) needed self_group() to provide parenthesisMike Bayer2007-05-231-0/+10
* - improved support for eagerloading of properties off of mappers that are mappedMike Bayer2007-05-222-2/+23
* restored comparison of 1-element clause list -> ClauseElement, which was brok...Mike Bayer2007-05-201-0/+16
* - fixed bug in query.instances() that wouldnt handle more thanMike Bayer2007-05-201-0/+14
* - removed "no group by's in a select thats part of a UNION"Mike Bayer2007-05-181-0/+11
* - the "primary_key" argument to mapper() is propigated to the "polymorphic"Mike Bayer2007-05-171-0/+48
* - fix to select_by(<propname>=<object instance>) -style joins in conjunctionMike Bayer2007-05-171-5/+10
* added test for "assign a list of objects", ensure cascade/persistence functionsMike Bayer2007-05-171-0/+35
* restored outerjoin testMike Bayer2007-05-151-10/+8
* - fix to polymorphic query which allows the original polymorphic_unionMike Bayer2007-05-151-1/+9
* - parenthesis are applied to clauses via a new _Grouping construct.Mike Bayer2007-05-142-14/+18
* - _Label propigates "_hide_froms()" so that scalar selectsMike Bayer2007-05-111-1/+5
* - Connections can be detached from their pool, closing on dereference instead...Jason Kirtland2007-05-091-1/+26
* - fix to long name generation when using oid_column as an order byMike Bayer2007-05-071-1/+13
* - many-to-many relationships properly set the type of bind paramsMike Bayer2007-05-041-0/+50
* clarifying some cascade-based unit tests, adding a little more coverage,Mike Bayer2007-05-043-276/+256
* - "delete-orphan" no longer implies "delete". ongoing effort toMike Bayer2007-05-031-2/+2
* - _Label class overrides compare_self to return its ultimate object.Mike Bayer2007-05-031-1/+5
* Oops, Python 2.5 ternary operator snuck in.Jason Kirtland2007-05-031-2/+1
* - Test assoc proxy lazy loads, fixed __set__ race on single scalar assocsJason Kirtland2007-05-031-3/+115
* - New association proxy implementation, implementing complete proxies to list...Jason Kirtland2007-05-032-1/+536
* - added sqlalchemy.ext.orderinglist, a custom list class that synchronizes an...Jason Kirtland2007-05-022-1/+426
* - Expanded on the MySQL ENUM 'strict' documentation a little bit.Jason Kirtland2007-05-021-0/+1
* - MySQL ENUM types can now optionally ensure that values are within theJason Kirtland2007-05-025-197/+289
* Removed an unneeded and troublesome subquery test.Jason Kirtland2007-05-021-5/+0
* some notes on a labeling issue that arises when label truncation doesnt match...Mike Bayer2007-05-011-2/+13
* - allow MySQL column-level CHARACTER SET and COLLATE, plus shortcuts likeJason Kirtland2007-05-011-6/+201
* - adapted gaetan's eager load adaption code for non-mapped column propertiesMike Bayer2007-04-291-10/+16
* - restored old "column_property()" ORM function (used to be calledMike Bayer2007-04-291-23/+44
* - the label() method on ColumnElement will properly propigate theMike Bayer2007-04-291-0/+9