changelog
[dbsrgits/DBIx-Class-Journal.git] / Changes
CommitLineData
5c679fba 10.900001_01
a39787d7 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
18526a9c 110.02_01 2008-07-30
b15a2b3c 12 - deployment at connect time is disabled by default, set journal_auto_deploy to reenable
13 - $main_schema->deploy deploys the journalling tables too
18526a9c 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
caea9531 25
ec16e73a 260.01 2007-08-11:
caea9531 27Initial version
28
29