Home | History | Annotate | Download | only in test

Lines Matching refs:SELECT

61             cursors[i].execute(" " * i + "select x from test")
67 cur.execute('select 1 as "foo bar [datetime]"')
70 cur.execute('select 1 as "foo baz"')
84 cur.execute("select 1 x union select " + str(i))
136 SELECT = "select * from foo"
140 con.execute(SELECT)
144 con.execute(SELECT)
171 cur.execute("select 4+5").fetchall()
212 cur.execute("select x from foo")
306 cur.execute("SELECT * FROM t")