[open-ils-commits] r12084 - trunk/Open-ILS/src/extras (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Feb 5 13:25:42 EST 2009


Author: phasefx
Date: 2009-02-05 13:25:39 -0500 (Thu, 05 Feb 2009)
New Revision: 12084

Modified:
   trunk/Open-ILS/src/extras/fast-extract
Log:
output the deleted flag from the bre

Modified: trunk/Open-ILS/src/extras/fast-extract
===================================================================
--- trunk/Open-ILS/src/extras/fast-extract	2009-02-05 17:53:05 UTC (rev 12083)
+++ trunk/Open-ILS/src/extras/fast-extract	2009-02-05 18:25:39 UTC (rev 12084)
@@ -58,6 +58,7 @@
 SELECT  id,
         tcn_source,
         tcn_value,
+        deleted,
         REGEXP_REPLACE(marc, E'\\n','','g') AS marc
   FROM  biblio.record_entry
   WHERE id = ?



More information about the open-ils-commits mailing list