[open-ils-commits] r12113 - trunk/Open-ILS/examples (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Feb 8 22:34:50 EST 2009


Author: miker
Date: 2009-02-08 22:34:48 -0500 (Sun, 08 Feb 2009)
New Revision: 12113

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
replace the (very slow) view with the materialized version

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2009-02-09 03:34:12 UTC (rev 12112)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2009-02-09 03:34:48 UTC (rev 12113)
@@ -998,7 +998,7 @@
             </actions>
         </permacrud>
 	</class>
-	<class id="mbts" controller="open-ils.cstore" oils_obj:fieldmapper="money::billable_transaction_summary" oils_persist:tablename="money.billable_xact_summary" reporter:label="Billable Transaction Summary">
+	<class id="mbts" controller="open-ils.cstore" oils_obj:fieldmapper="money::billable_transaction_summary" oils_persist:tablename="money.materialized_billable_xact_summary" reporter:label="Billable Transaction Summary" oils_persist:readonly="true">
 		<fields oils_persist:primary="id" oils_persist:sequence="">
 			<field name="isnew" oils_obj:array_position="0" oils_persist:virtual="true" />
 			<field name="ischanged" oils_obj:array_position="1" oils_persist:virtual="true" />



More information about the open-ils-commits mailing list