add journal_components to allow for setting components on journal schema
[dbsrgits/DBIx-Class-Journal.git] / Changes
CommitLineData
71e2d68c 10.900001_03 2010-02-18
2 - Journal schema is now in it's own virtual package instead of being in
3 DBIx::Class::Schema::Journal::DB so a user should be able to have
4 multiple journals without them mingling
5 - No longer depend on Test::TempDir so this should build on windows
6 - Use Class::C3::Componentised instead of DBIx::Class::Componentised
7 - Fixed syntax error in SYNOPSIS
8 - Lots of cleanup (deleting unused files, commented out code, etc)
9 - Switched to Module::Install instead of EU::MM
10
b00f373e 110.900001_02
12 - The one time I forget to run disttest, the MANIFEST file mysteriously
13 disappears... *sigh*
14
5c679fba 150.900001_01
a39787d7 16 - insert records a history row as well
17 - SQL::Translator is required to run the test suite
18 - Add EvalWrap subclass, that suppressed errors and warns instead, useful
19 for when having no errors is preferable over partial journal data
20 - various refactoring
21 - correct journalling of recreated data (data with a primary key that
22 previously existed)
23 - update to DBIx::Class's versioning scheme
24
18526a9c 250.02_01 2008-07-30
b15a2b3c 26 - deployment at connect time is disabled by default, set journal_auto_deploy to reenable
27 - $main_schema->deploy deploys the journalling tables too
18526a9c 28 - support multi column primary keys
29 - rename Change to ChangeLog to avoid conflict with mysql reserved word
30 - fix schema composition when sharing connection
31 - support for nested transactions (produce one changeset, but support stubs
32 for nested changesets in place)
33 - removed dummy table
34 - various other cleanups
35 - calling current_changeset outside of txn_do is fatal
36 - fix 'now()' default value, timestamp happens in perl space instead
37 - also call txn_do on the journal schema if the storage object differs
38 - don't call txn_begin twice
caea9531 39
ec16e73a 400.01 2007-08-11:
caea9531 41Initial version
42
43