Skip to content
Snippets Groups Projects
Commit e7df39e3 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

query() no longer prepends the empty table name.

Rev: lib/modules/Sql.pmod/testsuite.in:1.3
parent 0af55a01
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ test_do([[
]])
ifefun(db,[[
test_equal( db->query("select 1"), ({ ([ ".1":"1", "1":"1" ]) }) )
test_equal( db->query("select 1"), ({ ([ "1":"1" ]) }) )
test_eq( db->big_query("select 1")->num_rows(), 1 )
test_eq( db->big_query("select 1,2")->num_fields(), 2 )
test_equal( db->big_query("select 1")->fetch_fields()->name, ({ "1" }) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment