]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Expand and modularize concerto data set
authorBill Erickson <berick@esilibrary.com>
Sat, 13 Oct 2012 16:28:29 +0000 (12:28 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 21 Nov 2012 17:32:19 +0000 (12:32 -0500)
commitacd10e92ca8c47a336bc33b68f6de600e968e689
tree2cd772e7b6e6a0bc192a7baa96c5f5998334e501
parente14abbde87d0f03b6943505f09c66e0d2d589f7a
Expand and modularize concerto data set

* Break function creation and deletion out to their own files.
* Translates lul_fre_100 bibs into SQL
* adds a load_all.sql file for loading all test data
* moves all test data sql to its own dir
* creates a backward-compat concerto.sql loader
* ensure that most users are not already expired
* Adds a 'tag' column to marcxml_import, which populates last_xact_id on
  import.  This 'tag' is useful for differentiating which records to link
  callnumbers to.
* Adds an 'id' column to marcxml_import to ensure insert-order inserts
  into biblio.record_entry
* Adds a handful of copies for french records
* Adds supporting functions for creating circ/hold test data.
* creates a pile of sample circ and hold data
* Give most users NULL dobs and suffixes.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
15 files changed:
Open-ILS/tests/datasets/concerto.sql [deleted file]
Open-ILS/tests/datasets/sql/assets_concerto.sql [new file with mode: 0644]
Open-ILS/tests/datasets/sql/assets_fre.sql [new file with mode: 0644]
Open-ILS/tests/datasets/sql/bibs_concerto.sql [new file with mode: 0644]
Open-ILS/tests/datasets/sql/bibs_fre.sql [new file with mode: 0644]
Open-ILS/tests/datasets/sql/bibs_maps.sql [new file with mode: 0644]
Open-ILS/tests/datasets/sql/env_create.sql [new file with mode: 0644]
Open-ILS/tests/datasets/sql/env_destroy.sql [new file with mode: 0644]
Open-ILS/tests/datasets/sql/load_all.sql [new file with mode: 0644]
Open-ILS/tests/datasets/sql/load_concerto.sql [new file with mode: 0644]
Open-ILS/tests/datasets/sql/transactions.sql [new file with mode: 0644]
Open-ILS/tests/datasets/sql/users_patrons_100.sql [new file with mode: 0644]
Open-ILS/tests/datasets/sql/users_staff_134.sql [new file with mode: 0644]
Open-ILS/tests/datasets/users_patrons_100.sql [deleted file]
Open-ILS/tests/datasets/users_staff_134.sql [deleted file]