Mercurial > urweb
comparison 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 |
comparison
equal
deleted
inserted
replaced
1777:59b07fdae1ff | 1778:818d4097e2ed |
---|---|
536 supportsOctetLength : bool, | 536 supportsOctetLength : bool, |
537 trueString : string, | 537 trueString : string, |
538 falseString : string, | 538 falseString : string, |
539 onlyUnion : bool, | 539 onlyUnion : bool, |
540 nestedRelops : bool, | 540 nestedRelops : bool, |
541 windowFunctions : bool | 541 windowFunctions: bool |
542 } | 542 } |
543 | 543 |
544 val dbmses = ref ([] : dbms list) | 544 val dbmses = ref ([] : dbms list) |
545 val curDb = ref ({name = "", | 545 val curDb = ref ({name = "", |
546 randomFunction = "", | 546 randomFunction = "", |