summaryrefslogtreecommitdiff
path: root/test/orm/mapper.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-2467/+0
* - Fixed bug introduced in 0.5.4 whereby Composite typesMike Bayer2009-05-261-0/+7
* - Significant performance enhancements regarding Sessions/flush()Mike Bayer2009-05-171-2/+8
* - Fixed bug where column_prefix wasn't being checked beforeMike Bayer2009-03-111-1/+8
* - a forward and complementing backwards reference which are bothMike Bayer2009-03-091-1/+1
* - Query won't fail with weakref error when a non-mapper/classMike Bayer2009-02-201-0/+32
* - Adjusted the attribute instrumentation change from 0.5.1 toMike Bayer2009-01-221-1/+9
* - The "clear()", "save()", "update()", "save_or_update()"Mike Bayer2009-01-171-42/+42
* Ensure RowTuple names are correct by adding "key" to QueryableAttribute.Mike Bayer2009-01-121-0/+5
* - Concrete inheriting mappers now instrument attributes which are inherited f...Mike Bayer2009-01-111-2/+13
* - query.order_by() accepts None which will remove any pendingMike Bayer2009-01-031-11/+14
* Marked mssql test as failing since it cannot update identity columns.Michael Trier2009-01-021-5/+8
* - Custom comparator classes used in conjunction withMike Bayer2009-01-021-0/+43
* yes ive been watching the IRC channel. restored setup_instance() to ClassMan...Mike Bayer2008-12-311-1/+16
* - Can pass mapped attributes and column objects as keysMike Bayer2008-12-281-0/+15
* - Exceptions raised during compile_mappers() are nowMike Bayer2008-12-241-1/+9
* *most* py3k warnings are resolved, with the exception of the various __setsli...Mike Bayer2008-12-181-0/+12
* - Query() can be passed a "composite" attributeMike Bayer2008-12-181-0/+3
* Modified fails_on testing decorator to take a reason for the failure.Michael Trier2008-12-121-4/+4
* - PickleType now favors == comparison by default,Mike Bayer2008-12-111-38/+0
* - reworked the "SQL assertion" code to something more flexible and based off ...Mike Bayer2008-12-101-8/+8
* - Improved mapper() check for non-class classes.Mike Bayer2008-12-011-0/+2
* - comparator_factory is accepted by all MapperProperty constructors. [ticket:...Mike Bayer2008-11-241-4/+78
* - Fixed bug in composite types which prevented a primary-keyMike Bayer2008-11-051-0/+7
* - 0.5.0rc3, dohMike Bayer2008-10-181-7/+7
* - column_property(), composite_property(), and relation() nowMike Bayer2008-09-021-1/+43
* - starargs_as_list was not actually issuing SAPendingDeprecationWarning, fixedMike Bayer2008-08-281-16/+3
* - Fixed bug whereby deferred() columns with a group in conjunctionMike Bayer2008-08-281-0/+11
* - Another old-style mixin fix and an explicit mapper() test for it.Jason Kirtland2008-08-211-2/+20
* temporary check for unmapped class, until [ticket:1142] is resolvedMike Bayer2008-08-171-0/+11
* - Renamed on_reconstitute to @reconstructor and reconstruct_instanceJason Kirtland2008-08-151-9/+80
* - The composite() property type now supportsMike Bayer2008-08-111-3/+138
* - The "entity_name" feature of SQLAlchemy mappersMike Bayer2008-08-021-37/+0
* - An inheriting class can now override an attributeMike Bayer2008-07-201-2/+19
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-1/+0
* - The "allow_column_override" flag from mapper() hasrel_0_5beta2Mike Bayer2008-07-141-3/+6
* `session.Query().iterate_instances()` has been renamed to just `instances()`....Gaƫtan de Menten2008-06-251-2/+2
* - implemented [ticket:887], refresh readonly props upon saveMike Bayer2008-06-211-2/+2
* - In addition to expired attributes, deferred attributesMike Bayer2008-06-211-1/+84
* - Query.UpdateDeleteTest.test_delete_fallback fails on mysql due to subquery ...Mike Bayer2008-06-091-53/+19
* fixes for PG, MysqlMike Bayer2008-05-141-3/+4
* - fixed propagation of operate() for aliased relation descriptorsMike Bayer2008-05-131-1/+1
* - Reworked test/orm/mapperJason Kirtland2008-05-131-800/+937
* Added explicit sequences on a few primary keys and minor fixes wrt FirebirdLele Gaifax2008-05-121-11/+10
* - fixed a fairly critical bug in clause adaption/corresponding column in conj...Mike Bayer2008-05-091-31/+30
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-2/+2
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-122/+242
* - fixed reentrant mapper compile hang whenMike Bayer2008-05-021-5/+5
* - refined mapper._save_obj() which was unnecessarily callingMike Bayer2008-04-261-11/+36
* - restored usage of append_result() extension method for primaryMike Bayer2008-04-181-6/+11