Fix and test read-only handling in QueryIterator.

This commit is contained in:
Daniel Nichter
2013-03-11 14:28:39 -06:00
parent 2463344060
commit f00d53adc3
4 changed files with 47 additions and 88 deletions

View File

@@ -0,0 +1,4 @@
SELECT c FROM t WHERE id=1
/* Hello, world! */ SELECT * FROM t2 LIMIT 1
INSERT INTO t (a, b) VALUES ('foo', 'bar')
INSERT INTO t SELECT * FROM monkeys