basic code cleanup
[dbsrgits/DBIx-Class-Journal.git] / Changes
CommitLineData
b00f373e 10.900001_02
2 - The one time I forget to run disttest, the MANIFEST file mysteriously
3 disappears... *sigh*
4
5c679fba 50.900001_01
a39787d7 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
18526a9c 150.02_01 2008-07-30
b15a2b3c 16 - deployment at connect time is disabled by default, set journal_auto_deploy to reenable
17 - $main_schema->deploy deploys the journalling tables too
18526a9c 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
caea9531 29
ec16e73a 300.01 2007-08-11:
caea9531 31Initial version
32
33