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