| Commit message (Expand) | Author | Age | Files | Lines |
| * | - auto-reconnect support improved; a Connection can now automatically | Mike Bayer | 2007-12-19 | 3 | -18/+227 |
| * | Fix the unpacking of the refered table name under Firebird | Lele Gaifax | 2007-12-19 | 1 | -1/+4 |
| * | Apply default cascade rules for firebird self-ref ForeignKeys. | Jason Kirtland | 2007-12-18 | 1 | -1/+29 |
| * | Use an explicit ordering in the query | Lele Gaifax | 2007-12-18 | 1 | -4/+4 |
| * | Add Firebird to the list of DBs that needs explicit sequences | Lele Gaifax | 2007-12-18 | 1 | -2/+1 |
| * | get most oracle tests in sql working again.... | Mike Bayer | 2007-12-18 | 1 | -2/+4 |
| * | - cleanup; lambdas removed from properties; properties mirror same-named func... | Mike Bayer | 2007-12-18 | 1 | -0/+4 |
| * | - select().as_scalar() will raise an exception if the select does not have | Mike Bayer | 2007-12-18 | 2 | -2/+63 |
| * | fixed del history | Mike Bayer | 2007-12-16 | 1 | -0/+6 |
| * | - more fixes to the LIMIT/OFFSET aliasing applied with Query + eagerloads, | Mike Bayer | 2007-12-16 | 3 | -6/+75 |
| * | Fix bad example of Firebird test DB | Lele Gaifax | 2007-12-16 | 1 | -1/+1 |
| * | Implemented FBDialect.server_version_info() | Lele Gaifax | 2007-12-15 | 1 | -6/+12 |
| * | oof...unicode object still needs to return the value if it just warned... | Mike Bayer | 2007-12-14 | 1 | -1/+8 |
| * | oof, history on collections were wrong. fixed byroot_tree test as well | Mike Bayer | 2007-12-14 | 1 | -0/+30 |
| * | - simplified _mapper_registry further. its now just a weakkeydict of mapper-... | Mike Bayer | 2007-12-14 | 4 | -14/+206 |
| * | added an inheritance test | Mike Bayer | 2007-12-14 | 1 | -0/+51 |
| * | 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 | 8 | -104/+377 |
| * | - Raise an error when assigning a bogusly keyed dictionary to one of the buil... | Jason Kirtland | 2007-12-14 | 3 | -21/+112 |
| * | 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 | 1 | -0/+22 |
| * | - 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 |
| * | implemented many-to-one comparisons to None generate <column> IS NULL, with c... | Mike Bayer | 2007-12-12 | 2 | -1/+6 |
| * | New simple test for Dialect.has_sequence() | Lele Gaifax | 2007-12-12 | 1 | -1/+18 |
| * | Reflect Firebird PassiveDefaults | Lele Gaifax | 2007-12-12 | 1 | -1/+3 |
| * | - eagerload(), lazyload(), eagerload_all() take an optional | Mike Bayer | 2007-12-11 | 3 | -6/+77 |
| * | - fix to cascades on polymorphic relations, such that cascades | Mike Bayer | 2007-12-11 | 1 | -1/+69 |
| * | - more query tests | Mike Bayer | 2007-12-10 | 3 | -5/+40 |
| * | - Query.select_from() now replaces all existing FROM criterion with | Mike Bayer | 2007-12-09 | 2 | -2/+143 |
| * | Better reflection of Firebird data types. | Lele Gaifax | 2007-12-09 | 1 | -0/+48 |
| * | - added a warning when a relation() is added to an inheriting mapper that is ... | Mike Bayer | 2007-12-09 | 1 | -1/+3 |
| * | 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 |
| * | - mutable primary key support is added. primary key columns can be | Mike Bayer | 2007-12-09 | 3 | -19/+348 |
| * | - added new methods to TypeDecorator, process_bind_param() and | Mike Bayer | 2007-12-08 | 1 | -21/+52 |
| * | some updates, remove an old test (really crufty old stuff here) | Mike Bayer | 2007-12-08 | 1 | -26/+12 |
| * | [ticket:888] continued, synonym add_prop | Mike Bayer | 2007-12-08 | 1 | -7/+31 |
| * | fixed test which didnt pass along 'allitems' collection to the sort... | Mike Bayer | 2007-12-08 | 1 | -2/+3 |
| * | - flush() refactor merged from uow_nontree branch r3871-r3885 | Mike Bayer | 2007-12-08 | 5 | -40/+34 |
| * | changed the anonymous numbering scheme to be more appealing | Mike Bayer | 2007-12-08 | 5 | -51/+58 |
| * | fix to unique bind params, you *can* use the same unique bindparam multiple t... | Mike Bayer | 2007-12-07 | 2 | -9/+13 |
| * | - also with dynamic, implemented correct count() behavior as well | Mike Bayer | 2007-12-07 | 1 | -0/+8 |
| * | - added "cascade delete" behavior to "dynamic" relations just like | Mike Bayer | 2007-12-07 | 1 | -1/+22 |
| * | fixed key error when no pks could be located | Mike Bayer | 2007-12-07 | 1 | -1/+9 |
| * | - generation of "unique" bind parameters has been simplified to use the same | Mike Bayer | 2007-12-06 | 9 | -129/+189 |
| * | warn if query.get() used with existing criterion | Mike Bayer | 2007-12-06 | 1 | -1/+14 |