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