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 |
2007-11-25 |
Paul Johnston | MSSQL doesn't support subqueries in insert values;... |
commit | commitdiff | tree |
2007-11-25 |
Paul Johnston | Fix: test_decimal on MSSQL - use a value that is accura... |
commit | commitdiff | tree |
2007-11-25 |
Mike Bayer | edits |
commit | commitdiff | tree |
2007-11-25 |
Paul Johnston | Fix: MSSQL concatenate operator is + not || [ticket... |
commit | commitdiff | tree |
2007-11-25 |
Mike Bayer | - added new flag to String and create_engine(), assert_... |
commit | commitdiff | tree |
2007-11-25 |
Paul Johnston | Avoid doubling quoting of identifier in MSSQL reflection |
commit | commitdiff | tree |
2007-11-25 |
Paul Johnston | Make function a reserved word in MSSQL |
commit | commitdiff | tree |
2007-11-25 |
Paul Johnston | MSSQL/PyODBC no longer has a global set nocount on |
commit | commitdiff | tree |
2007-11-25 |
Paul Johnston | Change to make PyODBC result fetching a bit more reliable |
commit | commitdiff | tree |
2007-11-25 |
Paul Johnston | column.foreign_key -> foreign_keys in MSSQL |
commit | commitdiff | tree |
2007-11-25 |
Mike Bayer | bump for py2.4 |
commit | commitdiff | tree |
2007-11-25 |
Mike Bayer | OrderedSet to appease the unit tests....need to find... |
commit | commitdiff | tree |
2007-11-25 |
Mike Bayer | - named_with_column becomes an attribute |
commit | commitdiff | tree |
2007-11-24 |
Mike Bayer | - decruftify old visitors used by orm, convert to funct... |
commit | commitdiff | tree |
2007-11-24 |
Mike Bayer | - all kinds of cleanup, tiny-to-slightly-significant... |
commit | commitdiff | tree |
2007-11-23 |
Mike Bayer | more changes to merge(dont_load); since we now have... |
commit | commitdiff | tree |
2007-11-23 |
Mike Bayer | - some clarifications and fixes to merge(instance,... |
commit | commitdiff | tree |
2007-11-20 |
Jason Kirtland | Typo fix |
commit | commitdiff | tree |
2007-11-20 |
Mike Bayer | - clarified the error message which occurs when you... |
commit | commitdiff | tree |
2007-11-19 |
Mike Bayer | - fixed endless loop issue when using lazy="dynamic... |
commit | commitdiff | tree |
2007-11-19 |
Mike Bayer | add a polymorphic get() test |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | doctest fixups rel_0_4_1 |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | - added tests for [ticket:768] |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | - added op() operator to instrumented attributes; i.e. |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | - MSSQL anonymous labels for selection of functions... |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | repaired FB functions, [ticket:862] |
commit | commitdiff | tree |
2007-11-18 |
Jason Kirtland | Tests for mysql casts and a couple adjustments. |
commit | commitdiff | tree |
next |