2007-12-16 |
Mike Bayer | after_update called with state.obj() |
commit | commitdiff | tree |
2007-12-16 |
Mike Bayer | - more fixes to the LIMIT/OFFSET aliasing applied with... |
commit | commitdiff | tree |
2007-12-16 |
Lele Gaifax | Fix bad example of Firebird test DB |
commit | commitdiff | tree |
2007-12-16 |
Mike Bayer | moved hide_froms and aggregate_hide_froms to be only... |
commit | commitdiff | tree |
2007-12-15 |
Lele Gaifax | Revert to use default poolclass under Firebird |
commit | commitdiff | tree |
2007-12-15 |
Lele Gaifax | Remove some spurious spaces |
commit | commitdiff | tree |
2007-12-15 |
Lele Gaifax | Fixed minor reST issue |
commit | commitdiff | tree |
2007-12-15 |
Lele Gaifax | Documentation markup and a few typos |
commit | commitdiff | tree |
2007-12-15 |
Lele Gaifax | Implemented FBDialect.server_version_info() |
commit | commitdiff | tree |
2007-12-14 |
Mike Bayer | oof...unicode object still needs to return the value... |
commit | commitdiff | tree |
2007-12-14 |
Mike Bayer | oof, history on collections were wrong. fixed byroot_tr... |
commit | commitdiff | tree |
2007-12-14 |
Mike Bayer | - simplified _mapper_registry further. its now just... |
commit | commitdiff | tree |
2007-12-14 |
Mike Bayer | added an inheritance test |
commit | commitdiff | tree |
2007-12-14 |
Lele Gaifax | Firebird module documentation |
commit | commitdiff | tree |
2007-12-14 |
Jason Kirtland | correction... |
commit | commitdiff | tree |
2007-12-14 |
Mike Bayer | try to bang mysql tests to work |
commit | commitdiff | tree |
2007-12-14 |
Mike Bayer | - merged instances_yields branch r3908:3934, minus... |
commit | commitdiff | tree |
2007-12-14 |
Jason Kirtland | - Raise an error when assigning a bogusly keyed diction... |
commit | commitdiff | tree |
2007-12-13 |
Jason Kirtland | Fixed some __repr__'s attempting to %d their not-yet... |
commit | commitdiff | tree |
2007-12-13 |
Lele Gaifax | Firebird does use qmark style params |
commit | commitdiff | tree |
2007-12-13 |
Lele Gaifax | Use the external strlen UDF for func.length() under... |
commit | commitdiff | tree |
2007-12-13 |
Jason Kirtland | - Removed @testing.supported. Dialects in development... |
commit | commitdiff | tree |
2007-12-12 |
Lele Gaifax | Disabled some tests with INTERSECT, not handled by... |
commit | commitdiff | tree |
2007-12-12 |
Lele Gaifax | Use an external UDF to implement the mod operator under... |
commit | commitdiff | tree |
2007-12-12 |
Chris Mcdonough | bug fixes |
commit | commitdiff | tree |
2007-12-12 |
Jason Kirtland | Some code-level docs for r3916 |
commit | commitdiff | tree |
2007-12-12 |
Mike Bayer | implemented many-to-one comparisons to None generate... |
commit | commitdiff | tree |
2007-12-12 |
Lele Gaifax | New simple test for Dialect.has_sequence() |
commit | commitdiff | tree |
2007-12-12 |
Jason Kirtland | - on mysql, emit inner joins as 'INNER JOIN ... ON... |
commit | commitdiff | tree |
2007-12-12 |
Lele Gaifax | Reflect Firebird PassiveDefaults |
commit | commitdiff | tree |
2007-12-11 |
Lele Gaifax | Cosmetic changes to the Firebird reflection queries. |
commit | commitdiff | tree |
2007-12-11 |
Mike Bayer | - eagerload(), lazyload(), eagerload_all() take an... |
commit | commitdiff | tree |
2007-12-11 |
Mike Bayer | - fix to cascades on polymorphic relations, such that... |
commit | commitdiff | tree |
2007-12-10 |
Mike Bayer | comment |
commit | commitdiff | tree |
2007-12-10 |
Mike Bayer | refresh_instance becomes an InstanceState so boolean... |
commit | commitdiff | tree |
2007-12-10 |
Mike Bayer | - more query tests |
commit | commitdiff | tree |
2007-12-09 |
Mike Bayer | - Query.select_from() now replaces all existing FROM... |
commit | commitdiff | tree |
2007-12-09 |
Lele Gaifax | Better reflection of Firebird data types. |
commit | commitdiff | tree |
2007-12-09 |
Mike Bayer | fix... |
commit | commitdiff | tree |
2007-12-09 |
Mike Bayer | add pydoc for from_statement(). |
commit | commitdiff | tree |
2007-12-09 |
Mike Bayer | - added a warning when a relation() is added to an... |
commit | commitdiff | tree |
2007-12-09 |
Mike Bayer | add some updates too |
commit | commitdiff | tree |
2007-12-09 |
Mike Bayer | - added a test for boolean saves/retrieves |
commit | commitdiff | tree |
2007-12-09 |
Mike Bayer | - fix up the fixtures comparator |
commit | commitdiff | tree |
2007-12-09 |
Mike Bayer | only report true for source change if added + deleted... |
commit | commitdiff | tree |
2007-12-09 |
Mike Bayer | mapper uses attributes to get non-cached history |
commit | commitdiff | tree |
2007-12-09 |
Mike Bayer | remove redundant identity map set |
commit | commitdiff | tree |
2007-12-09 |
Mike Bayer | - mutable primary key support is added. primary key... |
commit | commitdiff | tree |
2007-12-08 |
Mike Bayer | - added new methods to TypeDecorator, process_bind_para... |
commit | commitdiff | tree |
2007-12-08 |
Mike Bayer | some updates, remove an old test (really crufty old... |
commit | commitdiff | tree |
2007-12-08 |
Mike Bayer | [ticket:888] continued, synonym add_prop |
commit | commitdiff | tree |
2007-12-08 |
Mike Bayer | ok found it |
commit | commitdiff | tree |
2007-12-08 |
Mike Bayer | fixed test which didnt pass along 'allitems' collection... |
commit | commitdiff | tree |
2007-12-08 |
Mike Bayer | - flush() refactor merged from uow_nontree branch r3871... |
commit | commitdiff | tree |
2007-12-08 |
Mike Bayer | changed the anonymous numbering scheme to be more appealing |
commit | commitdiff | tree |
2007-12-08 |
Mike Bayer | corrected for current output... |
commit | commitdiff | tree |
2007-12-08 |
Mike Bayer | added a mention about `eagerload_all()` [ticket:897] |
commit | commitdiff | tree |
2007-12-07 |
Mike Bayer | mapper.instances() is deprecated |
commit | commitdiff | tree |
2007-12-07 |
Mike Bayer | a little refinement to topological options, more to... |
commit | commitdiff | tree |
2007-12-07 |
Mike Bayer | fix to unique bind params, you *can* use the same uniqu... |
commit | commitdiff | tree |
2007-12-07 |
Mike Bayer | - also with dynamic, implemented correct count() behavi... |
commit | commitdiff | tree |
2007-12-07 |
Mike Bayer | - added "cascade delete" behavior to "dynamic" relation... |
commit | commitdiff | tree |
2007-12-07 |
Mike Bayer | fixed key error when no pks could be located |
commit | commitdiff | tree |
2007-12-06 |
Mike Bayer | - generation of "unique" bind parameters has been simpl... |
commit | commitdiff | tree |
2007-12-06 |
Mike Bayer | warn if query.get() used with existing criterion |
commit | commitdiff | tree |
2007-12-06 |
Mike Bayer | - query.get() and query.load() do not take existing... |
commit | commitdiff | tree |
2007-12-05 |
Mike Bayer | assert_unicode=True replaced with default of assert_uni... |
commit | commitdiff | tree |
2007-12-05 |
Mike Bayer | - ordering of cols in pks_by_table and cols_by_table... |
commit | commitdiff | tree |
2007-12-05 |
Mike Bayer | more assertion hints... |
commit | commitdiff | tree |
2007-12-05 |
Mike Bayer | improved assertions, test is failing on the buildbot... |
commit | commitdiff | tree |
2007-12-05 |
Mike Bayer | some more omit schemas for [ticket:890] |
commit | commitdiff | tree |
2007-12-05 |
Mike Bayer | - tables with schemas can still be used in sqlite,... |
commit | commitdiff | tree |
2007-12-05 |
Mike Bayer | - fixed wrong varname in session exception throw |
commit | commitdiff | tree |
2007-12-05 |
Mike Bayer | - a major behavioral change to collection-based backref... |
commit | commitdiff | tree |
2007-12-05 |
Mike Bayer | - basic framework for generic functions, [ticket:615] |
commit | commitdiff | tree |
2007-12-04 |
Mike Bayer | - fixed backref bug where you could not del instance... |
commit | commitdiff | tree |
2007-12-04 |
Mike Bayer | - relaxed rules on column_property() expressions having... |
commit | commitdiff | tree |
2007-12-04 |
Gaëtan de Menten | typo |
commit | commitdiff | tree |
2007-12-04 |
Mike Bayer | fixed replacement of existing column properties with... |
commit | commitdiff | tree |
2007-12-02 |
Mike Bayer | - moved class-level attributes placed by the attributes... |
commit | commitdiff | tree |
2007-12-01 |
Mike Bayer | - several ORM attributes have been removed or made... |
commit | commitdiff | tree |
2007-11-30 |
Mike Bayer | added test to ensure two conflicting m2m + backrefs... |
commit | commitdiff | tree |
2007-11-30 |
Mike Bayer | remove a little cruft |
commit | commitdiff | tree |
2007-11-30 |
Mike Bayer | - added support for version_id_col in conjunction with... |
commit | commitdiff | tree |
2007-11-29 |
Mike Bayer | - adjustment to the previous checkin regarding inherita... |
commit | commitdiff | tree |
2007-11-29 |
Mike Bayer | - fixed bug where Query would not apply a subquery... |
commit | commitdiff | tree |
2007-11-28 |
Mike Bayer | cleanup |
commit | commitdiff | tree |
2007-11-28 |
Mike Bayer | fixed unicode-ness for Unicode values |
commit | commitdiff | tree |
2007-11-28 |
Mike Bayer | - fixed bug which could arise when using session.begin_... |
commit | commitdiff | tree |
2007-11-28 |
Mike Bayer | new synonym() behavior, including auto-attribute gen... |
commit | commitdiff | tree |
2007-11-28 |
Mike Bayer | default value of assert_unicode is None on String,... |
commit | commitdiff | tree |
2007-11-27 |
Mike Bayer | - column labels in the form "tablename.columname",... |
commit | commitdiff | tree |
2007-11-27 |
Mike Bayer | opened up the test for "reflection with convert_unicode... |
commit | commitdiff | tree |
2007-11-27 |
Mike Bayer | added None to support zope __provides__, [ticket:882] |
commit | commitdiff | tree |
2007-11-27 |
Mike Bayer | added a test to validate ResultProxy truncation behavior |
commit | commitdiff | tree |
2007-11-27 |
Mike Bayer | un-screw up the attribute manager checkin |
commit | commitdiff | tree |
2007-11-27 |
Mike Bayer | fixed reflection of unicode, [ticket:881] |
commit | commitdiff | tree |
2007-11-27 |
Mike Bayer | AttributeManager class and "cached" state removed.... |
commit | commitdiff | tree |
2007-11-25 |
Paul Johnston | Fix: MSSQL set identity_insert and errors [ticket:538] |
commit | commitdiff | tree |
2007-11-25 |
Mike Bayer | - check for NoneType too with unicode.... |
commit | commitdiff | tree |
next |