| Commit message (Expand) | Author | Age | Files | Lines |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -5/+5 |
* | order the properties here to get the SQL to be deterministic | Mike Bayer | 2013-04-20 | 1 | -7/+7 |
* | Fixed bug whereby ORM would run the wrong kind of | Mike Bayer | 2013-04-11 | 1 | -2/+49 |
* | - Fixed bug in unit of work whereby a joined-inheritance | Mike Bayer | 2013-04-01 | 1 | -0/+67 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -6/+7 |
* | - fix for pypy | Mike Bayer | 2012-08-25 | 1 | -4/+8 |
* | a few oracle fixes | Mike Bayer | 2012-08-25 | 1 | -1/+2 |
* | - [bug] with_polymorphic() produces JOINs | Mike Bayer | 2012-08-01 | 1 | -0/+99 |
* | - with InstanceState more public, underscore all its methods | Mike Bayer | 2012-07-18 | 1 | -1/+1 |
* | pypy doesn't seem to decrement __subclasses__(), just skip for now | Mike Bayer | 2012-07-17 | 1 | -0/+3 |
* | - [feature] *Very limited* support for | Mike Bayer | 2012-07-14 | 1 | -0/+57 |
* | - [bug] ORM will perform extra effort to determine | Mike Bayer | 2012-07-05 | 1 | -66/+103 |
* | - merge attribute flag overhaul for [ticket:2358] | Mike Bayer | 2012-04-23 | 1 | -5/+3 |
* | modify these tests to ensure the CASE output is being used fully | Mike Bayer | 2012-02-14 | 1 | -16/+22 |
* | - [bug] Fixed bug whereby a table-bound Column | Mike Bayer | 2012-01-22 | 1 | -0/+32 |
* | add autoincrement directive for oracle | Mike Bayer | 2011-12-09 | 1 | -2/+4 |
* | - Standalone expressions in polymorphic_on | Mike Bayer | 2011-12-09 | 1 | -2/+50 |
* | - [feature] polymorphic_on now accepts many | Mike Bayer | 2011-12-09 | 1 | -18/+145 |
* | - Added the same "columns-only" check to | Mike Bayer | 2011-06-08 | 1 | -0/+13 |
* | - polymorphic_union() gets a "cast_nulls" option, | Mike Bayer | 2011-05-12 | 1 | -1/+57 |
* | - Changed the handling in determination of join | Mike Bayer | 2011-05-07 | 1 | -13/+63 |
* | - mapper() will ignore non-configured foreign keys | Mike Bayer | 2011-05-07 | 1 | -0/+83 |
* | update warnings per zxjdbc | Philip Jenvey | 2011-04-23 | 1 | -1/+1 |
* | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -2/+3 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -39/+40 |
* | - move all the setup_classes(cls) and setup_mappers(cls) to use a | Mike Bayer | 2011-03-27 | 1 | -3/+3 |
* | - move _fixtures to work via the normal methods of _base.MappedTest, convert | Mike Bayer | 2011-03-26 | 1 | -8/+8 |
* | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -25/+84 |
* | - Also emits the correct WHERE criterion | Mike Bayer | 2011-02-02 | 1 | -3/+19 |
* | - Fixed bug where "middle" class in a polymorphic hierarchy | Mike Bayer | 2011-02-02 | 1 | -1/+44 |
* | - A warning is emitted when a joined-table inheriting mapper | Mike Bayer | 2011-01-30 | 1 | -0/+43 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -88/+88 |
* | callcount destructo engage | Mike Bayer | 2010-12-09 | 1 | -15/+28 |
* | oracle fixes | Mike Bayer | 2010-12-06 | 1 | -7/+14 |
* | - merge default tip | Mike Bayer | 2010-12-05 | 1 | -10/+19 |
|\ |
|
| * | - Backport of "optimized get" fix from 0.7, | Mike Bayer | 2010-12-04 | 1 | -9/+121 |
| * | - Query.get() will raise if the number of params | Mike Bayer | 2010-11-28 | 1 | -1/+1 |
* | | - move topological, queue into util | Mike Bayer | 2010-12-05 | 1 | -1/+0 |
* | | - added strictness to the optimized load, [ticket:1992] | Mike Bayer | 2010-12-03 | 1 | -7/+109 |
* | | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -3/+3 |
|\ \ |
|
| * | | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -3/+3 |
| |/ |
|
* | | - push polymorphic_on not recognized warning to an exception, [ticket:1875] | Mike Bayer | 2010-11-28 | 1 | -2/+2 |
* | | - merge mapper simpler compile branch, [ticket:1966] | Mike Bayer | 2010-11-26 | 1 | -1/+1 |
|\ \ |
|
| * | | [ticket:1966] implementation | Mike Bayer | 2010-11-15 | 1 | -1/+1 |
| |/ |
|
* | | - the column assigned to polymorphic_on now behaves like any other | Mike Bayer | 2010-11-20 | 1 | -0/+69 |
* | | - the in-flush check for "pending orphan being flushed" has been removed. | Mike Bayer | 2010-11-20 | 1 | -3/+10 |
* | | - the ordering of columns in a multi-column property now is in | Mike Bayer | 2010-11-20 | 1 | -25/+12 |
|/ |
|
* | - The include_properties and exclude_properties arguments | Mike Bayer | 2010-08-30 | 1 | -2/+5 |
* | - 79 chars for expression | Mike Bayer | 2010-08-14 | 1 | -6/+9 |
* | spelling arg | Mike Bayer | 2010-08-11 | 1 | -2/+2 |