diff src/mono_shake.sml @ 1214:648e6b087dfb

Change query_policy to sendClient; all arguments passed to SQL predicates are variables
author Adam Chlipala <adamc@hcoop.net>
date Thu, 08 Apr 2010 09:57:37 -0400
parents c316ca3c9ec6
children 526575a9537a
line wrap: on
line diff
--- a/src/mono_shake.sml	Tue Apr 06 16:14:19 2010 -0400
+++ b/src/mono_shake.sml	Thu Apr 08 09:57:37 2010 -0400
@@ -61,7 +61,7 @@
                   | ((DPolicy pol, _), st) =>
                     let
                         val e1 = case pol of
-                                     PolQuery e1 => e1
+                                     PolClient e1 => e1
                     in
                         usedVars st e1
                     end