Koha/misc
Galen Charlton 9222f7a6ca created old_issues and old_reserves tables
The new tables have the same structure and constraints
as the tables they archive with the following exceptions:

* borrowernumber and biblionumber in old_reserves can be
  NULL
* the FK constraints (e.g., for itemnumber) on old_reserves
  set the child column to NULL if the parent row is deleted
  instead of deleting the child row.
* there is no FK constraint on old_issues.branchcode, allowing
  a branch to be deleted without changing archived requests.

Some miscellaneous cleanup was done as part of this patch:

* GetMemberIssuesAndFines (C4::Members) now uses bind variables
* fixed POD for GetMemberIssuesAndFines

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-03-15 08:36:31 -05:00
..
bin zebraqueue daemon - implement exiting if >100 postponed index updates 2008-03-04 22:25:16 -06:00
cronjobs created old_issues and old_reserves tables 2008-03-15 08:36:31 -05:00
installer_devel_notes/data/en/marcflavour
migration_tools bulkmarcimport.pl: XML input option documented 2008-03-03 13:01:00 -06:00
release_notes updating translations in release notes for 3.0 beta 2008-02-20 21:28:22 -06:00
spellcheck_suggest
translator updating French translation 2008-03-11 06:28:19 -05:00
batchCompareMARCvsFrameworks.pl
batchDeleteUnusedSubfields.pl
batchImportMARCWithBiblionumbers.pl
batchRebuildBiblioTables.pl fixed variable masking warnings found by perl -w 2008-01-03 20:23:59 -06:00
batchRepairMissingBiblionumbers.pl
batchupdateISBNs.pl
benchmark.pl fixed variable masking warnings found by perl -w 2008-01-03 20:23:59 -06:00
check_sysprefs.pl
commit_biblios_file.pl speed boost: command-line stage and commit biblios 2008-01-03 16:26:24 -06:00
exportauth.pl
koha-install-log installer: added 'make upgrade' target 2008-02-15 08:30:53 -06:00
kohalib.pl
link_bibs_to_authorities.pl authorities: new batch job to link bibs to authorities 2008-02-08 06:01:44 -06:00
perlmodule_ls.pl
perlmodule_rm.pl
sax_parser_print.pl
sax_parser_test.pl
stage_biblios_file.pl bug 1372: count MARC records correctly 2008-02-08 20:22:43 -06:00
testKoha.pl