| Commit message (Expand) | Author | Age | Files | Lines |
| * | - select().as_scalar() will raise an exception if the select does not have | Mike Bayer | 2007-12-18 | 6 | -27/+103 |
| * | fixed del history | Mike Bayer | 2007-12-16 | 2 | -1/+14 |
| * | after_update called with state.obj() | Mike Bayer | 2007-12-16 | 1 | -1/+1 |
| * | - more fixes to the LIMIT/OFFSET aliasing applied with Query + eagerloads, | Mike Bayer | 2007-12-16 | 8 | -59/+127 |
| * | Fix bad example of Firebird test DB | Lele Gaifax | 2007-12-16 | 1 | -1/+1 |
| * | moved hide_froms and aggregate_hide_froms to be only on FromClause | Mike Bayer | 2007-12-16 | 1 | -28/+19 |
| * | Revert to use default poolclass under Firebird | Lele Gaifax | 2007-12-15 | 2 | -3/+31 |
| * | Remove some spurious spaces | Lele Gaifax | 2007-12-15 | 1 | -3/+7 |
| * | Fixed minor reST issue | Lele Gaifax | 2007-12-15 | 1 | -5/+4 |
| * | Documentation markup and a few typos | Lele Gaifax | 2007-12-15 | 1 | -241/+242 |
| * | Implemented FBDialect.server_version_info() | Lele Gaifax | 2007-12-15 | 2 | -11/+46 |
| * | oof...unicode object still needs to return the value if it just warned... | Mike Bayer | 2007-12-14 | 5 | -26/+34 |
| * | oof, history on collections were wrong. fixed byroot_tree test as well | Mike Bayer | 2007-12-14 | 3 | -4/+35 |
| * | - simplified _mapper_registry further. its now just a weakkeydict of mapper-... | Mike Bayer | 2007-12-14 | 10 | -121/+277 |
| * | added an inheritance test | Mike Bayer | 2007-12-14 | 1 | -0/+51 |
| * | Firebird module documentation | Lele Gaifax | 2007-12-14 | 1 | -12/+125 |
| * | correction... | Jason Kirtland | 2007-12-14 | 1 | -1/+1 |
| * | try to bang mysql tests to work | Mike Bayer | 2007-12-14 | 2 | -4/+4 |
| * | - merged instances_yields branch r3908:3934, minus the "yield" part which rem... | Mike Bayer | 2007-12-14 | 19 | -480/+839 |
| * | - Raise an error when assigning a bogusly keyed dictionary to one of the buil... | Jason Kirtland | 2007-12-14 | 7 | -68/+283 |
| * | Fixed some __repr__'s attempting to %d their not-yet-assigned primary key ids. | Jason Kirtland | 2007-12-13 | 1 | -2/+2 |
| * | Firebird does use qmark style params | Lele Gaifax | 2007-12-13 | 1 | -1/+1 |
| * | Use the external strlen UDF for func.length() under Firebird | Lele Gaifax | 2007-12-13 | 2 | -0/+28 |
| * | - Removed @testing.supported. Dialects in development or maintained outside | Jason Kirtland | 2007-12-13 | 21 | -925/+1024 |
| * | Disabled some tests with INTERSECT, not handled by Firebird | Lele Gaifax | 2007-12-12 | 1 | -6/+6 |
| * | Use an external UDF to implement the mod operator under Firebird | Lele Gaifax | 2007-12-12 | 1 | -1/+8 |
| * | bug fixes | Chris Mcdonough | 2007-12-12 | 2 | -2/+2 |
| * | Some code-level docs for r3916 | Jason Kirtland | 2007-12-12 | 1 | -0/+5 |
| * | implemented many-to-one comparisons to None generate <column> IS NULL, with c... | Mike Bayer | 2007-12-12 | 5 | -3/+38 |
| * | New simple test for Dialect.has_sequence() | Lele Gaifax | 2007-12-12 | 1 | -1/+18 |
| * | - on mysql, emit inner joins as 'INNER JOIN ... ON' (for version 3.23) | Jason Kirtland | 2007-12-12 | 1 | -0/+8 |
| * | Reflect Firebird PassiveDefaults | Lele Gaifax | 2007-12-12 | 2 | -12/+35 |
| * | Cosmetic changes to the Firebird reflection queries. | Lele Gaifax | 2007-12-11 | 1 | -59/+63 |
| * | - eagerload(), lazyload(), eagerload_all() take an optional | Mike Bayer | 2007-12-11 | 8 | -28/+147 |
| * | - fix to cascades on polymorphic relations, such that cascades | Mike Bayer | 2007-12-11 | 4 | -6/+81 |
| * | comment | Mike Bayer | 2007-12-10 | 1 | -0/+3 |
| * | refresh_instance becomes an InstanceState so boolean tests are OK | Mike Bayer | 2007-12-10 | 4 | -10/+10 |
| * | - more query tests | Mike Bayer | 2007-12-10 | 8 | -56/+124 |
| * | - Query.select_from() now replaces all existing FROM criterion with | Mike Bayer | 2007-12-09 | 7 | -72/+272 |
| * | Better reflection of Firebird data types. | Lele Gaifax | 2007-12-09 | 3 | -19/+73 |
| * | fix... | Mike Bayer | 2007-12-09 | 1 | -2/+2 |
| * | add pydoc for from_statement(). | Mike Bayer | 2007-12-09 | 1 | -0/+13 |
| * | - added a warning when a relation() is added to an inheriting mapper that is ... | Mike Bayer | 2007-12-09 | 3 | -2/+9 |
| * | add some updates too | Mike Bayer | 2007-12-09 | 1 | -0/+9 |
| * | - added a test for boolean saves/retrieves | Mike Bayer | 2007-12-09 | 2 | -1/+40 |
| * | - fix up the fixtures comparator | Mike Bayer | 2007-12-09 | 2 | -51/+131 |
| * | only report true for source change if added + deleted, dont pick up inserts | Mike Bayer | 2007-12-09 | 1 | -1/+1 |
| * | mapper uses attributes to get non-cached history | Mike Bayer | 2007-12-09 | 2 | -7/+3 |
| * | remove redundant identity map set | Mike Bayer | 2007-12-09 | 1 | -1/+2 |
| * | - mutable primary key support is added. primary key columns can be | Mike Bayer | 2007-12-09 | 13 | -98/+638 |