From c3561bc77f268d97548989fc2683f457b50894f8 Mon Sep 17 00:00:00 2001 From: scottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Wed, 2 Dec 2009 15:30:30 +0000 Subject: [PATCH] Renaming the "sql" schema to "query" M Open-ILS/examples/fm_IDL.xml git-svn-id: svn://svn.open-ils.org/ILS/trunk@15055 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/fm_IDL.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index c72e6b1b63..3682e7ca3d 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -5350,8 +5350,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA </links> </class> - <class id="qsq" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="sql::stored_query" oils_persist:tablename="sql.stored_query" reporter:label="Stored Query"> - <fields oils_persist:primary="id" oils_persist:sequence="sql.stored_query_id_seq"> + <class id="qsq" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="query::stored_query" oils_persist:tablename="query.stored_query" reporter:label="Stored Query"> + <fields oils_persist:primary="id" oils_persist:sequence="query.stored_query_id_seq"> <field reporter:label="Query ID" name="id" reporter:datatype="id"/> <field reporter:label="Query type" name="type" reporter:datatype="text"/> <field reporter:label="Use ALL" name="use_all" reporter:datatype="bool"/> @@ -5366,8 +5366,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA </permacrud> </class> - <class id="qseq" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="sql::query_sequence" oils_persist:tablename="sql.query_sequence" reporter:label="Query Sequence"> - <fields oils_persist:primary="id" oils_persist:sequence="sql.sql.query_sequence_id_seq"> + <class id="qseq" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="query::query_sequence" oils_persist:tablename="query.query_sequence" reporter:label="Query Sequence"> + <fields oils_persist:primary="id" oils_persist:sequence="query.query_sequence_id_seq"> <field reporter:label="Query Seq ID" name="id" reporter:datatype="id"/> <field reporter:label="Parent Query" name="parent_query" reporter:datatype="link"/> <field reporter:label="Sequence Number" name="seq_no" reporter:datatype="int"/> @@ -5381,8 +5381,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA </permacrud> </class> - <class id="qdt" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="sql::datatype" oils_persist:tablename="sql.datatype" reporter:label="Datatype"> - <fields oils_persist:primary="id" oils_persist:sequence="sql.datatype_id_seq"> + <class id="qdt" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="query::datatype" oils_persist:tablename="query.datatype" reporter:label="Datatype"> + <fields oils_persist:primary="id" oils_persist:sequence="query.datatype_id_seq"> <field reporter:label="Datatype ID" name="id" reporter:datatype="id"/> <field reporter:label="Datatype Name" name="datatype_name" reporter:datatype="text"/> <field reporter:label="Is Numeric" name="is_numeric" reporter:datatype="bool"/> @@ -5394,8 +5394,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA </permacrud> </class> - <class id="qsf" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="sql::subfield" oils_persist:tablename="sql.subfield" reporter:label="Subfield"> - <fields oils_persist:primary="id" oils_persist:sequence="sql.subfield_id_seq"> + <class id="qsf" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="query::subfield" oils_persist:tablename="query.subfield" reporter:label="Subfield"> + <fields oils_persist:primary="id" oils_persist:sequence="query.subfield_id_seq"> <field reporter:label="Subfield ID" name="id" reporter:datatype="id"/> <field reporter:label="Composite Type" name="composite_type" reporter:datatype="link"/> <field reporter:label="Sequence Number" name="seq_no" reporter:datatype="int"/> @@ -5409,8 +5409,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA </permacrud> </class> - <class id="qfs" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="sql::function_sig" oils_persist:tablename="sql.function_sig" reporter:label="Function Signature"> - <fields oils_persist:primary="id" oils_persist:sequence="sql.function_sig_id_seq"> + <class id="qfs" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="query::function_sig" oils_persist:tablename="query.function_sig" reporter:label="Function Signature"> + <fields oils_persist:primary="id" oils_persist:sequence="query.function_sig_id_seq"> <field reporter:label="Function Signature ID" name="id" reporter:datatype="id"/> <field reporter:label="Function Name" name="function_name" reporter:datatype="text"/> <field reporter:label="Return Type" name="return_type" reporter:datatype="link"/> @@ -5423,8 +5423,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA </permacrud> </class> - <class id="qfpd" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="sql::function_param_def" oils_persist:tablename="sql.function_param_def" reporter:label="Function Parameter Definition"> - <fields oils_persist:primary="id" oils_persist:sequence="sql.function_param_def_id_seq"> + <class id="qfpd" controller="open-ils.cstore open-ils.pcrud" oils_obj:fieldmapper="query::function_param_def" oils_persist:tablename="query.function_param_def" reporter:label="Function Parameter Definition"> + <fields oils_persist:primary="id" oils_persist:sequence="query.function_param_def_id_seq"> <field reporter:label="Function Param Def ID" name="id" reporter:datatype="id"/> <field reporter:label="Function ID" name="function_id" reporter:datatype="link"/> <field reporter:label="Sequence Number" name="seq_no" reporter:datatype="int"/> -- 2.11.0