]> git.evergreen-ils.org Git - Evergreen.git/blob - ChangeLog
Get the asset.uri seed value into SVN for posterity
[Evergreen.git] / ChangeLog
1 2010-11-10  gmc
2
3         * do not use TRUNCATE when refreshing
4           reporter.materialized_simple_record
5           
6           Previous behavior would break Slony replication after doing a
7           bib load. Since a deletion is slower than a truncate, if you're
8           not using Slony replication, you may prefer to truncate rmsr
9           prior to calling
10           reporter.enable_materialized_simple_record_trigger.
11           
12           Signed-off-by: Galen Charlton <gmc@esilibrary.com>
13
14 2010-11-15  miker
15
16         * Reverting and extending r18472 to correct implementation thinko
17
18 2010-11-15  dbs
19
20         * asset.uri needs a seed entry for queries of its ID values
21           
22           To fix a problem with ingesting URIs, Ingest.pm was changed to
23           reflect
24           the maximum asset.uri.id value rather than the
25           asset.call_number.id
26           value. However, with no entries in asset.uri, the query returned
27           a
28           NULL object which broke ingest entirely. Adding a seed entry
29           avoids
30           this problem.
31
32 2010-11-18  erickson
33
34         * back-porting 17292: added custom internal_id handler to SIP
35           patron module
36
37 2010-11-18  miker
38
39         * .: Tagging 1.6.0.10
40