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