[open-ils-commits] r7843 - trunk/Open-ILS/examples
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Sep 26 14:31:29 EDT 2007
Author: miker
Date: 2007-09-26 14:21:39 -0400 (Wed, 26 Sep 2007)
New Revision: 7843
Modified:
trunk/Open-ILS/examples/fm_IDL.xml
Log:
it wants AS ...
Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml 2007-09-26 18:13:40 UTC (rev 7842)
+++ trunk/Open-ILS/examples/fm_IDL.xml 2007-09-26 18:21:39 UTC (rev 7843)
@@ -2589,8 +2589,8 @@
SELECT t.*
FROM action.transit_copy t
- JOIN actor.org_unit so ON (t.source = so.id)
- JOIN actor.org_unit do ON (t.dest = do.id)
+ JOIN actor.org_unit AS so ON (t.source = so.id)
+ JOIN actor.org_unit AS do ON (t.dest = do.id)
WHERE so.parent_ou <> do.parent_ou
</oils_persist:source_definition>
More information about the open-ils-commits
mailing list