Mike Bayer
82e4bc2f52
- [feature] Simplified the versioning example
...
a bit to use a declarative mixin as well
as an event listener, instead of a metaclass +
SessionExtension. [ticket:2313]
2012-01-22 19:03:06 -05:00
Mike Bayer
438e63db06
- Fixed bug in history_meta.py example where
...
the "unique" flag was not removed from a
single-table-inheritance subclass which
generates columns to put up onto the base.
2011-10-17 13:26:26 -04:00
Mike Bayer
e30d02c625
- Repaired the examples/versioning test runner
...
to not rely upon SQLAlchemy test libs,
nosetests must be run from within
examples/versioning to get around setup.cfg
breaking it.
- Tweak to examples/versioning to pick the
correct foreign key in a multi-level
inheritance situation.
2011-06-16 12:09:45 -04:00
Mike Bayer
68a350d462
- remove test.sql._base, test.engine._base, test.orm._base, move those classes to a new test.lib.fixtures module
...
- move testing.TestBase to test.lib.fixtures
- massive search and replace
2011-03-27 16:27:27 -04:00
Mike Bayer
350aed3fdb
- whitespace removal bonanza
2011-01-02 14:23:42 -05:00
Mike Bayer
09534eaf9a
- merge versioning example fix from 0.6
2010-12-20 10:51:24 -05:00
Mike Bayer
20ad3b16e8
[ticket:1966] implementation
2010-11-15 19:05:23 -05:00
Mike Bayer
bc26030e6f
- the versioning example works correctly now
...
if versioning on a col that was formerly
NULL.
2010-09-05 14:51:00 -04:00
Mike Bayer
42eb686644
- the history_meta versioning recipe sets "unique=False"
...
when copying columns, so that the versioning
table handles multiple rows with repeating values.
[ticket:1887]
2010-08-23 18:17:31 -04:00
Mike Bayer
40f8aadd58
- mega example cleanup
...
- added READMEs to all examples in each __init__.py and added to sphinx documentation
- added versioning example
- removed vertical/vertical.py, the dictlikes are more straightforward
2010-01-19 00:53:12 +00:00