release 0.900102
[dbsrgits/DBIx-Class-Journal.git] / Changes
CommitLineData
483f6907 10.900102 2010-06-23
2 - Fix a bad test and a silly assumption in population code
3
a246b6a5 40.900101 2010-05-11
5 - Reupload because of a missing version number
6
5a837c69 70.900100 2010-05-11
8 - Tiny bit of doc, besides that it's all of the below.
9
2ffcef12 100.900001_06 2010-04-30
11 - Fixed silly bug where update and delete didn't return what they were supposed to
12
4bd0bd90 130.900001_05 2010-04-29
14 - Removed undocumented override of deploy()
e32a5dbb 15 - Added prepopulate_journal() to bootstrap insert logs, for retrofitting (oliver)
16 - Added bootstrap_journal() which calls deploy_journal() and then prepopulate_journal() (oliver)
17
c98ceece 180.900001_04 2010-04-27
19 - Lots of documentation tweaks (oliver)
20 - Fix a bug caused by storing state of row BEFORE update instead of after (oliver)
21 - RT56175: allow tables to have a prefix
22 - RT56179: insert change_id, not change object, into audit log
23
71e2d68c 240.900001_03 2010-02-18
25 - Journal schema is now in it's own virtual package instead of being in
26 DBIx::Class::Schema::Journal::DB so a user should be able to have
27 multiple journals without them mingling
28 - No longer depend on Test::TempDir so this should build on windows
29 - Use Class::C3::Componentised instead of DBIx::Class::Componentised
30 - Fixed syntax error in SYNOPSIS
31 - Lots of cleanup (deleting unused files, commented out code, etc)
32 - Switched to Module::Install instead of EU::MM
33
b00f373e 340.900001_02
35 - The one time I forget to run disttest, the MANIFEST file mysteriously
36 disappears... *sigh*
37
5c679fba 380.900001_01
a39787d7 39 - insert records a history row as well
40 - SQL::Translator is required to run the test suite
41 - Add EvalWrap subclass, that suppressed errors and warns instead, useful
42 for when having no errors is preferable over partial journal data
43 - various refactoring
44 - correct journalling of recreated data (data with a primary key that
45 previously existed)
46 - update to DBIx::Class's versioning scheme
47
18526a9c 480.02_01 2008-07-30
b15a2b3c 49 - deployment at connect time is disabled by default, set journal_auto_deploy to reenable
50 - $main_schema->deploy deploys the journalling tables too
18526a9c 51 - support multi column primary keys
52 - rename Change to ChangeLog to avoid conflict with mysql reserved word
53 - fix schema composition when sharing connection
54 - support for nested transactions (produce one changeset, but support stubs
55 for nested changesets in place)
56 - removed dummy table
57 - various other cleanups
58 - calling current_changeset outside of txn_do is fatal
59 - fix 'now()' default value, timestamp happens in perl space instead
60 - also call txn_do on the journal schema if the storage object differs
61 - don't call txn_begin twice
caea9531 62
ec16e73a 630.01 2007-08-11:
caea9531 64Initial version
65
66