| 2007-12-29 |
Mike Bayer | remove "is None" from boolean tests |
commit | commitdiff | tree | snapshot |
| 2007-12-29 |
Mike Bayer | limit scope of try/except |
commit | commitdiff | tree | snapshot |
| 2007-12-29 |
Mike Bayer | use long for query runid counter |
commit | commitdiff | tree | snapshot |
| 2007-12-29 |
Mike Bayer | - added is_disconnect() support for oracle |
commit | commitdiff | tree | snapshot |
| 2007-12-29 |
Mike Bayer | - mapped classes which extend "object" and do not provi... |
commit | commitdiff | tree | snapshot |
| 2007-12-29 |
Mike Bayer | - fixed Query bug when filter_by() compares a relation... |
commit | commitdiff | tree | snapshot |
| 2007-12-29 |
Mike Bayer | - MapperExtension.before_update() and after_update... |
commit | commitdiff | tree | snapshot |
| 2007-12-29 |
Mike Bayer | - fixed session.refresh() with instance that has custom... |
commit | commitdiff | tree | snapshot |
| 2007-12-21 |
Mike Bayer | some rudimentary fixes to get instance-level deferreds... |
commit | commitdiff | tree | snapshot |
| 2007-12-21 |
Mike Bayer | cruft ! who knew |
commit | commitdiff | tree | snapshot |
| 2007-12-21 |
Mike Bayer | added assertion for expiry's current inability to detec... |
commit | commitdiff | tree | snapshot |
| 2007-12-21 |
Mike Bayer | - disabled the "populate expired/deferred attributes... |
commit | commitdiff | tree | snapshot |
| 2007-12-21 |
Mike Bayer | mass load wont overwrite modified expired attributes |
commit | commitdiff | tree | snapshot |
| 2007-12-21 |
Mike Bayer | broke up various class-level mapper/instance fanfare... |
commit | commitdiff | tree | snapshot |
| 2007-12-21 |
Mike Bayer | - reworked all lazy/deferred/expired callables to be |
commit | commitdiff | tree | snapshot |
| 2007-12-20 |
Mike Bayer | - inheriting mappers now inherit the MapperExtensions... |
commit | commitdiff | tree | snapshot |
| 2007-12-20 |
Mike Bayer | - sqlite SLDate type will not erroneously render "micro... |
commit | commitdiff | tree | snapshot |
| 2007-12-19 |
Rick Morrison | forgot CHANGES |
commit | commitdiff | tree | snapshot |
| 2007-12-19 |
Rick Morrison | Fix for autoload of non-identity PK integer columns... |
commit | commitdiff | tree | snapshot |
| 2007-12-19 |
Jason Kirtland | - Re-raise SystemExit et al in _ConnectionRecord.close |
commit | commitdiff | tree | snapshot |
| 2007-12-19 |
Mike Bayer | - auto-reconnect support improved; a Connection can... |
commit | commitdiff | tree | snapshot |
| 2007-12-19 |
Lele Gaifax | Fix the unpacking of the refered table name under Firebird |
commit | commitdiff | tree | snapshot |
| 2007-12-18 |
Mike Bayer | introductory docstring bonanza |
commit | commitdiff | tree | snapshot |
| 2007-12-18 |
Jason Kirtland | Apply default cascade rules for firebird self-ref Forei... |
commit | commitdiff | tree | snapshot |
| 2007-12-18 |
Mike Bayer | a little pre-lunch decrufting and cleanup |
commit | commitdiff | tree | snapshot |
| 2007-12-18 |
Lele Gaifax | Use an explicit ordering in the query |
commit | commitdiff | tree | snapshot |
| 2007-12-18 |
Lele Gaifax | Add Firebird to the list of DBs that needs explicit... |
commit | commitdiff | tree | snapshot |
| 2007-12-18 |
Mike Bayer | get most oracle tests in sql working again.... |
commit | commitdiff | tree | snapshot |
| 2007-12-18 |
Mike Bayer | - cleanup; lambdas removed from properties; properties... |
commit | commitdiff | tree | snapshot |
| 2007-12-18 |
Mike Bayer | - select().as_scalar() will raise an exception if the... |
commit | commitdiff | tree | snapshot |
| 2007-12-16 |
Mike Bayer | fixed del history |
commit | commitdiff | tree | snapshot |
| 2007-12-16 |
Mike Bayer | after_update called with state.obj() |
commit | commitdiff | tree | snapshot |
| 2007-12-16 |
Mike Bayer | - more fixes to the LIMIT/OFFSET aliasing applied with... |
commit | commitdiff | tree | snapshot |
| 2007-12-16 |
Lele Gaifax | Fix bad example of Firebird test DB |
commit | commitdiff | tree | snapshot |
| 2007-12-16 |
Mike Bayer | moved hide_froms and aggregate_hide_froms to be only... |
commit | commitdiff | tree | snapshot |
| 2007-12-15 |
Lele Gaifax | Revert to use default poolclass under Firebird |
commit | commitdiff | tree | snapshot |
| 2007-12-15 |
Lele Gaifax | Remove some spurious spaces |
commit | commitdiff | tree | snapshot |
| 2007-12-15 |
Lele Gaifax | Fixed minor reST issue |
commit | commitdiff | tree | snapshot |
| 2007-12-15 |
Lele Gaifax | Documentation markup and a few typos |
commit | commitdiff | tree | snapshot |
| 2007-12-15 |
Lele Gaifax | Implemented FBDialect.server_version_info() |
commit | commitdiff | tree | snapshot |
| 2007-12-14 |
Mike Bayer | oof...unicode object still needs to return the value... |
commit | commitdiff | tree | snapshot |
| 2007-12-14 |
Mike Bayer | oof, history on collections were wrong. fixed byroot_tr... |
commit | commitdiff | tree | snapshot |
| 2007-12-14 |
Mike Bayer | - simplified _mapper_registry further. its now just... |
commit | commitdiff | tree | snapshot |
| 2007-12-14 |
Mike Bayer | added an inheritance test |
commit | commitdiff | tree | snapshot |
| 2007-12-14 |
Lele Gaifax | Firebird module documentation |
commit | commitdiff | tree | snapshot |
| 2007-12-14 |
Jason Kirtland | correction... |
commit | commitdiff | tree | snapshot |
| 2007-12-14 |
Mike Bayer | try to bang mysql tests to work |
commit | commitdiff | tree | snapshot |
| 2007-12-14 |
Mike Bayer | - merged instances_yields branch r3908:3934, minus... |
commit | commitdiff | tree | snapshot |
| 2007-12-14 |
Jason Kirtland | - Raise an error when assigning a bogusly keyed diction... |
commit | commitdiff | tree | snapshot |
| 2007-12-13 |
Jason Kirtland | Fixed some __repr__'s attempting to %d their not-yet... |
commit | commitdiff | tree | snapshot |
| 2007-12-13 |
Lele Gaifax | Firebird does use qmark style params |
commit | commitdiff | tree | snapshot |
| 2007-12-13 |
Lele Gaifax | Use the external strlen UDF for func.length() under... |
commit | commitdiff | tree | snapshot |
| 2007-12-13 |
Jason Kirtland | - Removed @testing.supported. Dialects in development... |
commit | commitdiff | tree | snapshot |
| 2007-12-12 |
Lele Gaifax | Disabled some tests with INTERSECT, not handled by... |
commit | commitdiff | tree | snapshot |
| 2007-12-12 |
Lele Gaifax | Use an external UDF to implement the mod operator under... |
commit | commitdiff | tree | snapshot |
| 2007-12-12 |
Chris Mcdonough | bug fixes |
commit | commitdiff | tree | snapshot |
| 2007-12-12 |
Jason Kirtland | Some code-level docs for r3916 |
commit | commitdiff | tree | snapshot |
| 2007-12-12 |
Mike Bayer | implemented many-to-one comparisons to None generate... |
commit | commitdiff | tree | snapshot |
| 2007-12-12 |
Lele Gaifax | New simple test for Dialect.has_sequence() |
commit | commitdiff | tree | snapshot |
| 2007-12-12 |
Jason Kirtland | - on mysql, emit inner joins as 'INNER JOIN ... ON... |
commit | commitdiff | tree | snapshot |
| 2007-12-12 |
Lele Gaifax | Reflect Firebird PassiveDefaults |
commit | commitdiff | tree | snapshot |
| 2007-12-11 |
Lele Gaifax | Cosmetic changes to the Firebird reflection queries. |
commit | commitdiff | tree | snapshot |
| 2007-12-11 |
Mike Bayer | - eagerload(), lazyload(), eagerload_all() take an... |
commit | commitdiff | tree | snapshot |
| 2007-12-11 |
Mike Bayer | - fix to cascades on polymorphic relations, such that... |
commit | commitdiff | tree | snapshot |
| 2007-12-10 |
Mike Bayer | comment |
commit | commitdiff | tree | snapshot |
| 2007-12-10 |
Mike Bayer | refresh_instance becomes an InstanceState so boolean... |
commit | commitdiff | tree | snapshot |
| 2007-12-10 |
Mike Bayer | - more query tests |
commit | commitdiff | tree | snapshot |
| 2007-12-09 |
Mike Bayer | - Query.select_from() now replaces all existing FROM... |
commit | commitdiff | tree | snapshot |
| 2007-12-09 |
Lele Gaifax | Better reflection of Firebird data types. |
commit | commitdiff | tree | snapshot |
| 2007-12-09 |
Mike Bayer | fix... |
commit | commitdiff | tree | snapshot |
| 2007-12-09 |
Mike Bayer | add pydoc for from_statement(). |
commit | commitdiff | tree | snapshot |
| 2007-12-09 |
Mike Bayer | - added a warning when a relation() is added to an... |
commit | commitdiff | tree | snapshot |
| 2007-12-09 |
Mike Bayer | add some updates too |
commit | commitdiff | tree | snapshot |
| 2007-12-09 |
Mike Bayer | - added a test for boolean saves/retrieves |
commit | commitdiff | tree | snapshot |
| 2007-12-09 |
Mike Bayer | - fix up the fixtures comparator |
commit | commitdiff | tree | snapshot |
| 2007-12-09 |
Mike Bayer | only report true for source change if added + deleted... |
commit | commitdiff | tree | snapshot |
| 2007-12-09 |
Mike Bayer | mapper uses attributes to get non-cached history |
commit | commitdiff | tree | snapshot |
| 2007-12-09 |
Mike Bayer | remove redundant identity map set |
commit | commitdiff | tree | snapshot |
| 2007-12-09 |
Mike Bayer | - mutable primary key support is added. primary key... |
commit | commitdiff | tree | snapshot |
| 2007-12-08 |
Mike Bayer | - added new methods to TypeDecorator, process_bind_para... |
commit | commitdiff | tree | snapshot |
| 2007-12-08 |
Mike Bayer | some updates, remove an old test (really crufty old... |
commit | commitdiff | tree | snapshot |
| 2007-12-08 |
Mike Bayer | [ticket:888] continued, synonym add_prop |
commit | commitdiff | tree | snapshot |
| 2007-12-08 |
Mike Bayer | ok found it |
commit | commitdiff | tree | snapshot |
| 2007-12-08 |
Mike Bayer | fixed test which didnt pass along 'allitems' collection... |
commit | commitdiff | tree | snapshot |
| 2007-12-08 |
Mike Bayer | - flush() refactor merged from uow_nontree branch r3871... |
commit | commitdiff | tree | snapshot |
| 2007-12-08 |
Mike Bayer | changed the anonymous numbering scheme to be more appealing |
commit | commitdiff | tree | snapshot |
| 2007-12-08 |
Mike Bayer | corrected for current output... |
commit | commitdiff | tree | snapshot |
| 2007-12-08 |
Mike Bayer | added a mention about `eagerload_all()` [ticket:897] |
commit | commitdiff | tree | snapshot |
| 2007-12-07 |
Mike Bayer | mapper.instances() is deprecated |
commit | commitdiff | tree | snapshot |
| 2007-12-07 |
Mike Bayer | a little refinement to topological options, more to... |
commit | commitdiff | tree | snapshot |
| 2007-12-07 |
Mike Bayer | fix to unique bind params, you *can* use the same uniqu... |
commit | commitdiff | tree | snapshot |
| 2007-12-07 |
Mike Bayer | - also with dynamic, implemented correct count() behavi... |
commit | commitdiff | tree | snapshot |
| 2007-12-07 |
Mike Bayer | - added "cascade delete" behavior to "dynamic" relation... |
commit | commitdiff | tree | snapshot |
| 2007-12-07 |
Mike Bayer | fixed key error when no pks could be located |
commit | commitdiff | tree | snapshot |
| 2007-12-06 |
Mike Bayer | - generation of "unique" bind parameters has been simpl... |
commit | commitdiff | tree | snapshot |
| 2007-12-06 |
Mike Bayer | warn if query.get() used with existing criterion |
commit | commitdiff | tree | snapshot |
| 2007-12-06 |
Mike Bayer | - query.get() and query.load() do not take existing... |
commit | commitdiff | tree | snapshot |
| 2007-12-05 |
Mike Bayer | assert_unicode=True replaced with default of assert_uni... |
commit | commitdiff | tree | snapshot |
| 2007-12-05 |
Mike Bayer | - ordering of cols in pks_by_table and cols_by_table... |
commit | commitdiff | tree | snapshot |
| 2007-12-05 |
Mike Bayer | more assertion hints... |
commit | commitdiff | tree | snapshot |
| next |