diff src/mysql.sml @ 1777:59b07fdae1ff

Partitioning and ordering for window functions
author Adam Chlipala <adam@chlipala.net>
date Sat, 02 Jun 2012 16:47:09 -0400
parents ac141fbb313a
children 690638bd9fef
line wrap: on
line diff
--- a/src/mysql.sml	Sat Jun 02 16:00:50 2012 -0400
+++ b/src/mysql.sml	Sat Jun 02 16:47:09 2012 -0400
@@ -1554,6 +1554,7 @@
                   trueString = "TRUE",
                   falseString = "FALSE",
                   onlyUnion = true,
-                  nestedRelops = false}
+                  nestedRelops = false,
+                  windowFunctions = false}
 
 end