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