NAME
bif-check - check all changeset UUIDs
VERSION
0.1.5_3 (2015-06-30)
SYNOPSIS
bif check [OPTIONS...]
DESCRIPTION
The bif-check command reports on the differences between the YAML created by various ON INSERT triggers, and the YAML/structure generated by the changeset()
method of Bif::DBW::st.
This is a mostly a tool for developers.
ARGUMENTS & OPTIONS
- --verbose, -v
-
Display a diff of the changes_pending.terms value and the expected YAML text. For this to have any effect the
DELETE FROM changes_pending
statement must be disabled in the changes_pending BEFORE UPDATE trigger.
SEE ALSO
bif(1)
AUTHOR
Mark Lawrence <nomad@null.net>
COPYRIGHT AND LICENSE
Copyright 2014-2015 Mark Lawrence <nomad@null.net>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.