diff src/settings.sml @ 1778:818d4097e2ed

Lighter-weight encoding of window function use
author Adam Chlipala <adam@chlipala.net>
date Sun, 03 Jun 2012 11:29:31 -0400
parents 59b07fdae1ff
children 5bc4fbf9c0fe
line wrap: on
line diff
--- a/src/settings.sml	Sat Jun 02 16:47:09 2012 -0400
+++ b/src/settings.sml	Sun Jun 03 11:29:31 2012 -0400
@@ -538,7 +538,7 @@
      falseString : string,
      onlyUnion : bool,
      nestedRelops : bool,
-     windowFunctions : bool
+     windowFunctions: bool
 }
 
 val dbmses = ref ([] : dbms list)