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