RT60983: why is *_audit_log id col an auto-inc?
[dbsrgits/DBIx-Class-Journal.git] / Changes
CommitLineData
f90c0e33 1 - Don't copy column data from schema that does anything other
2 than define data type. e.g. autoinc stuff
3
141f29d2 40.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
483f6907 90.900102 2010-06-23
10 - Fix a bad test and a silly assumption in population code
11
a246b6a5 120.900101 2010-05-11
13 - Reupload because of a missing version number
14
5a837c69 150.900100 2010-05-11
16 - Tiny bit of doc, besides that it's all of the below.
17
2ffcef12 180.900001_06 2010-04-30
19 - Fixed silly bug where update and delete didn't return what they were supposed to
20
4bd0bd90 210.900001_05 2010-04-29
22 - Removed undocumented override of deploy()
e32a5dbb 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
c98ceece 260.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
71e2d68c 320.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
b00f373e 420.900001_02
43 - The one time I forget to run disttest, the MANIFEST file mysteriously
44 disappears... *sigh*
45
5c679fba 460.900001_01
a39787d7 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
18526a9c 560.02_01 2008-07-30
b15a2b3c 57 - deployment at connect time is disabled by default, set journal_auto_deploy to reenable
58 - $main_schema->deploy deploys the journalling tables too
18526a9c 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
caea9531 70
ec16e73a 710.01 2007-08-11:
caea9531 72Initial version
73
74