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