commit | ec7429ae275e752c8fe65e93aa5815e98edf7e17 | [log] [tgz] |
---|---|---|
author | drh <drh@noemail.net> | Thu Oct 06 16:53:14 2005 +0000 |
committer | drh <drh@noemail.net> | Thu Oct 06 16:53:14 2005 +0000 |
tree | cc92c709df0a1158b59c7e17a4f9de11f41db55b | |
parent | 23cc57f6a3b234545d65763694cf21cd07e2eeeb [diff] [blame] |
More efficient handling of the LIMIT clause. Scalar subqueries and EXISTS on compound SELECT statements now working properly. Ticket #1473. (CVS 2747) FossilOrigin-Name: edca8913ca012fc0c17343a27f819de95147b1bd
diff --git a/src/table.c b/src/table.c index a04b822..2e1b7b4 100644 --- a/src/table.c +++ b/src/table.c
@@ -196,4 +196,4 @@ } } -#endif SQLITE_OMIT_GET_TABLE +#endif /* SQLITE_OMIT_GET_TABLE */