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 |
2007-11-18 |
Jason Kirtland | - Clarified use of python's Decimal |
commit | commitdiff | tree |
2007-11-18 |
Jason Kirtland | Migrated Connection.properties to Connection.info ... |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | - added a little more checking for garbage-collection... |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | added some ORDER BYs to appease the ever picky postgres |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | - PickleType will compare using `==` when set up with... |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | test cases were not fully testing contains_eager()... |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | some wide zoomark ranges... |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | cut down a good deal of Join construction overhead |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | logging fixes |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | fixed both group-deferred attributes and expired attrib... |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | - oracle will now reflect "DATE" as an OracleDateTime... |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | removed is_expired() method since the meaning of "expir... |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | oops, print statements... |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | typos |
commit | commitdiff | tree |
2007-11-18 |
Mike Bayer | - session.refresh() and session.expire() now support... |
commit | commitdiff | tree |
2007-11-15 |
Mike Bayer | fixed further issues with row translation [ticket:868] |
commit | commitdiff | tree |
2007-11-14 |
Jason Kirtland | Restored Python 2.3 compatibility (in IdentitySet) |
commit | commitdiff | tree |
2007-11-14 |
Mike Bayer | modified last commit; the eager loader only undefers... |
commit | commitdiff | tree |
2007-11-14 |
Mike Bayer | - DeferredColumnLoader checks row for column, if presen... |
commit | commitdiff | tree |
2007-11-14 |
Jason Kirtland | Removed some distractions, ala r3770. |
commit | commitdiff | tree |
2007-11-14 |
Jason Kirtland | Removed some distractions. |
commit | commitdiff | tree |
2007-11-13 |
Mike Bayer | - added having() method to Query, applies HAVING... |
commit | commitdiff | tree |
2007-11-13 |
Jason Kirtland | More column type __repr__ corrections. |
commit | commitdiff | tree |
2007-11-13 |
Jason Kirtland | AbstractType __repr__ robustification. |
commit | commitdiff | tree |
2007-11-11 |
Paul Johnston | Remove usage of deprecated in_ syntax |
commit | commitdiff | tree |
2007-11-10 |
Jason Kirtland | - Pool listeners preserved on pool.recreate() |
commit | commitdiff | tree |
2007-11-10 |
Jason Kirtland | Removed out of date identity map language (thanks,... |
commit | commitdiff | tree |
2007-11-10 |
Mike Bayer | added self referential test |
commit | commitdiff | tree |
next |