diff options
Diffstat (limited to 'test/rowid.test')
-rw-r--r-- | test/rowid.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/rowid.test b/test/rowid.test index 21696f683..56336453f 100644 --- a/test/rowid.test +++ b/test/rowid.test @@ -144,7 +144,8 @@ do_test rowid-2.8 { execsql {SELECT x FROM t1 ORDER BY x} } {1 3 5 7 9} -if 0 { # we can now.... +if 0 { # With the index-on-expressions enhancement, creating + # an index on ROWID has become possible. # We cannot index by ROWID # do_test rowid-2.9 { |