| Commit message (Expand) | Author | Age | Files | Lines |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -2467/+0 |
| * | - Fixed bug introduced in 0.5.4 whereby Composite types | Mike Bayer | 2009-05-26 | 1 | -0/+7 |
| * | - Significant performance enhancements regarding Sessions/flush() | Mike Bayer | 2009-05-17 | 1 | -2/+8 |
| * | - Fixed bug where column_prefix wasn't being checked before | Mike Bayer | 2009-03-11 | 1 | -1/+8 |
| * | - a forward and complementing backwards reference which are both | Mike Bayer | 2009-03-09 | 1 | -1/+1 |
| * | - Query won't fail with weakref error when a non-mapper/class | Mike Bayer | 2009-02-20 | 1 | -0/+32 |
| * | - Adjusted the attribute instrumentation change from 0.5.1 to | Mike Bayer | 2009-01-22 | 1 | -1/+9 |
| * | - The "clear()", "save()", "update()", "save_or_update()" | Mike Bayer | 2009-01-17 | 1 | -42/+42 |
| * | Ensure RowTuple names are correct by adding "key" to QueryableAttribute. | Mike Bayer | 2009-01-12 | 1 | -0/+5 |
| * | - Concrete inheriting mappers now instrument attributes which are inherited f... | Mike Bayer | 2009-01-11 | 1 | -2/+13 |
| * | - query.order_by() accepts None which will remove any pending | Mike Bayer | 2009-01-03 | 1 | -11/+14 |
| * | Marked mssql test as failing since it cannot update identity columns. | Michael Trier | 2009-01-02 | 1 | -5/+8 |
| * | - Custom comparator classes used in conjunction with | Mike Bayer | 2009-01-02 | 1 | -0/+43 |
| * | yes ive been watching the IRC channel. restored setup_instance() to ClassMan... | Mike Bayer | 2008-12-31 | 1 | -1/+16 |
| * | - Can pass mapped attributes and column objects as keys | Mike Bayer | 2008-12-28 | 1 | -0/+15 |
| * | - Exceptions raised during compile_mappers() are now | Mike Bayer | 2008-12-24 | 1 | -1/+9 |
| * | *most* py3k warnings are resolved, with the exception of the various __setsli... | Mike Bayer | 2008-12-18 | 1 | -0/+12 |
| * | - Query() can be passed a "composite" attribute | Mike Bayer | 2008-12-18 | 1 | -0/+3 |
| * | Modified fails_on testing decorator to take a reason for the failure. | Michael Trier | 2008-12-12 | 1 | -4/+4 |
| * | - PickleType now favors == comparison by default, | Mike Bayer | 2008-12-11 | 1 | -38/+0 |
| * | - reworked the "SQL assertion" code to something more flexible and based off ... | Mike Bayer | 2008-12-10 | 1 | -8/+8 |
| * | - Improved mapper() check for non-class classes. | Mike Bayer | 2008-12-01 | 1 | -0/+2 |
| * | - comparator_factory is accepted by all MapperProperty constructors. [ticket:... | Mike Bayer | 2008-11-24 | 1 | -4/+78 |
| * | - Fixed bug in composite types which prevented a primary-key | Mike Bayer | 2008-11-05 | 1 | -0/+7 |
| * | - 0.5.0rc3, doh | Mike Bayer | 2008-10-18 | 1 | -7/+7 |
| * | - column_property(), composite_property(), and relation() now | Mike Bayer | 2008-09-02 | 1 | -1/+43 |
| * | - starargs_as_list was not actually issuing SAPendingDeprecationWarning, fixed | Mike Bayer | 2008-08-28 | 1 | -16/+3 |
| * | - Fixed bug whereby deferred() columns with a group in conjunction | Mike Bayer | 2008-08-28 | 1 | -0/+11 |
| * | - Another old-style mixin fix and an explicit mapper() test for it. | Jason Kirtland | 2008-08-21 | 1 | -2/+20 |
| * | temporary check for unmapped class, until [ticket:1142] is resolved | Mike Bayer | 2008-08-17 | 1 | -0/+11 |
| * | - Renamed on_reconstitute to @reconstructor and reconstruct_instance | Jason Kirtland | 2008-08-15 | 1 | -9/+80 |
| * | - The composite() property type now supports | Mike Bayer | 2008-08-11 | 1 | -3/+138 |
| * | - The "entity_name" feature of SQLAlchemy mappers | Mike Bayer | 2008-08-02 | 1 | -37/+0 |
| * | - An inheriting class can now override an attribute | Mike Bayer | 2008-07-20 | 1 | -2/+19 |
| * | - Removed 2.3 set emulations/enhancements. | Jason Kirtland | 2008-07-15 | 1 | -1/+0 |
| * | - The "allow_column_override" flag from mapper() hasrel_0_5beta2 | Mike Bayer | 2008-07-14 | 1 | -3/+6 |
| * | `session.Query().iterate_instances()` has been renamed to just `instances()`.... | Gaƫtan de Menten | 2008-06-25 | 1 | -2/+2 |
| * | - implemented [ticket:887], refresh readonly props upon save | Mike Bayer | 2008-06-21 | 1 | -2/+2 |
| * | - In addition to expired attributes, deferred attributes | Mike Bayer | 2008-06-21 | 1 | -1/+84 |
| * | - Query.UpdateDeleteTest.test_delete_fallback fails on mysql due to subquery ... | Mike Bayer | 2008-06-09 | 1 | -53/+19 |
| * | fixes for PG, Mysql | Mike Bayer | 2008-05-14 | 1 | -3/+4 |
| * | - fixed propagation of operate() for aliased relation descriptors | Mike Bayer | 2008-05-13 | 1 | -1/+1 |
| * | - Reworked test/orm/mapper | Jason Kirtland | 2008-05-13 | 1 | -800/+937 |
| * | Added explicit sequences on a few primary keys and minor fixes wrt Firebird | Lele Gaifax | 2008-05-12 | 1 | -11/+10 |
| * | - fixed a fairly critical bug in clause adaption/corresponding column in conj... | Mike Bayer | 2008-05-09 | 1 | -31/+30 |
| * | Test suite modernization in progress. Big changes: | Jason Kirtland | 2008-05-09 | 1 | -2/+2 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -122/+242 |
| * | - fixed reentrant mapper compile hang when | Mike Bayer | 2008-05-02 | 1 | -5/+5 |
| * | - refined mapper._save_obj() which was unnecessarily calling | Mike Bayer | 2008-04-26 | 1 | -11/+36 |
| * | - restored usage of append_result() extension method for primary | Mike Bayer | 2008-04-18 | 1 | -6/+11 |