| Summary: | Appendix G (Resetting the Koha Database) using DELETE instead of TRUNCATE | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Pablo AB <pablo.bianchi> |
| Component: | Documentation | Assignee: | Nicole C. Engard <nengard> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | trivial | ||
| Priority: | P5 - low | ||
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12488 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Pablo AB
2014-06-26 13:13:03 UTC
Related bug: #12488, "bulkmarcimport.pl -d option should use DELETE instead of TRUNCATE" Is this correct? http://git.koha-community.org/gitweb/?p=kohadocs.git;a=commitdiff;h=472b76d062da4d74a5279900cd817c7615d0b15f reads ok to me :) To me too :) JFTR, been strict «DELETE FROM biblio;» not always do the task straightforward, in some scenarios you should remove first some dependencies (sadly, I don't now exactly whats.. if item is borrowed?). PS: Same with bug #12488. |