more refacoring
[dbsrgits/DBIx-Class-Journal.git] / Changes
CommitLineData
a39787d7 1 - insert records a history row as well
2 - SQL::Translator is required to run the test suite
3 - Add EvalWrap subclass, that suppressed errors and warns instead, useful
4 for when having no errors is preferable over partial journal data
5 - various refactoring
6 - correct journalling of recreated data (data with a primary key that
7 previously existed)
8 - update to DBIx::Class's versioning scheme
9
18526a9c 100.02_01 2008-07-30
b15a2b3c 11 - deployment at connect time is disabled by default, set journal_auto_deploy to reenable
12 - $main_schema->deploy deploys the journalling tables too
18526a9c 13 - support multi column primary keys
14 - rename Change to ChangeLog to avoid conflict with mysql reserved word
15 - fix schema composition when sharing connection
16 - support for nested transactions (produce one changeset, but support stubs
17 for nested changesets in place)
18 - removed dummy table
19 - various other cleanups
20 - calling current_changeset outside of txn_do is fatal
21 - fix 'now()' default value, timestamp happens in perl space instead
22 - also call txn_do on the journal schema if the storage object differs
23 - don't call txn_begin twice
caea9531 24
ec16e73a 250.01 2007-08-11:
caea9531 26Initial version
27
28