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