Mercurial > urweb
comparison src/sqlite.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 |
comparison
equal
deleted
inserted
replaced
1776:8f28c3295148 | 1777:59b07fdae1ff |
---|---|
844 sqlPrefix = "", | 844 sqlPrefix = "", |
845 supportsOctetLength = false, | 845 supportsOctetLength = false, |
846 trueString = "1", | 846 trueString = "1", |
847 falseString = "0", | 847 falseString = "0", |
848 onlyUnion = false, | 848 onlyUnion = false, |
849 nestedRelops = false} | 849 nestedRelops = false, |
850 windowFunctions = false} | |
850 | 851 |
851 end | 852 end |