summaryrefslogtreecommitdiff
path: root/test/orm/inheritance/basic.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-1015/+0
* - removed test.testing.ORMTest, test.fixtures, and allMike Bayer2009-06-021-24/+28
* - The "polymorphic discriminator" column may be part of aMike Bayer2009-05-171-0/+44
* remove comparison/group by on TEXT columnsMike Bayer2009-01-191-1/+1
* - The "clear()", "save()", "update()", "save_or_update()"Mike Bayer2009-01-171-30/+30
* Flagged two versioning tests as failing on MSSQL. The flush occurs even thoughMichael Trier2009-01-031-0/+2
* Modified fails_on testing decorator to take a reason for the failure.Michael Trier2008-12-121-1/+1
* - Query.with_polymorphic() now accepts a thirdMike Bayer2008-12-031-44/+0
* - fixed a bug in declarative test which was looking for old version of historyMike Bayer2008-08-191-1/+1
* - fixed endless loop bug which could occurMike Bayer2008-08-041-0/+42
* further refinement to the inheritance "descriptor" detection such thatMike Bayer2008-08-011-21/+39
* test case to disprove [ticket:1126]Mike Bayer2008-08-011-0/+34
* - Fixed bug whereby the "unsaved, pending instance"Mike Bayer2008-07-311-1/+38
* Raised an error when sqlite version does not support default values. Address...Michael Trier2008-07-291-1/+1
* added dummy column to correct results on sqliteMike Bayer2008-07-261-1/+2
* - more accurate changelog messageMike Bayer2008-07-201-0/+23
* - An inheriting class can now override an attributeMike Bayer2008-07-201-1/+20
* - MapperProperty gets its .key attribute assigned early, in _compile_property.Mike Bayer2008-07-161-11/+13
* added a new test illustrating a particular inheritance bug. will add ticketMike Bayer2008-07-161-5/+133
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-8/+9
* - merged with_polymorphic branch, which was merged with query_columns branchMike Bayer2008-03-291-0/+2
* fix datatypes #2Mike Bayer2008-03-161-1/+1
* - Fixed descriminator col type for poly testJason Kirtland2008-03-161-2/+7
* - fixed bug which was preventing synonym() attributesMike Bayer2008-03-121-0/+31
* - fixed/covered case when using a False value as aMike Bayer2008-03-121-0/+16
* - Restored 2.3 compat. in lib/sqlalchemyJason Kirtland2008-01-191-1/+1
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-4/+4
* - Undeclared SAWarnings are now fatal to tests as well.Jason Kirtland2008-01-121-4/+1
* Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. No...Jason Kirtland2008-01-101-40/+40
* test suite deprecation rampageJason Kirtland2008-01-091-6/+6
* - mapped classes which extend "object" and do not provide anMike Bayer2007-12-291-1/+1
* - fix to cascades on polymorphic relations, such that cascadesMike Bayer2007-12-111-1/+69
* - flush() refactor merged from uow_nontree branch r3871-r3885Mike Bayer2007-12-081-2/+3
* - several ORM attributes have been removed or made private:Mike Bayer2007-12-011-1/+1
* - added support for version_id_col in conjunction with inheriting mappers.Mike Bayer2007-11-301-1/+104
* add a polymorphic get() testMike Bayer2007-11-191-1/+2
* - session.refresh() and session.expire() now support an additional argumentMike Bayer2007-11-181-4/+4
* Migrated maxdb behavioral assumptions from unsupported to fails_onJason Kirtland2007-11-051-33/+34
* - Added initial version of MaxDB dialect.Jason Kirtland2007-10-231-8/+13
* - fixed three- and multi-level select and deferred inheritanceMike Bayer2007-09-291-0/+1
* - mapper compilation has been reorganized such that most compilationMike Bayer2007-09-021-8/+4
* - fixed bugs in determining proper sync clauses from custom inheritMike Bayer2007-08-301-0/+67
* `from foo import (name, name)` isn't valid syntax for 2.3. ah well.Jason Kirtland2007-08-211-0/+1
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-0/+409