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