Skip to content
Snippets Groups Projects
Commit 86475cc7 authored by Marcus Comstedt's avatar Marcus Comstedt
Browse files

Adapted to recent changes in typesystem.

Rev: lib/modules/Sql.pmod/rsql.pike:1.4
parent b377d738
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@ int|object big_query(object|string q, mapping(string|int:mixed)|void bindings)
void seek(int skip)
{
return do_request('S', ({qid,skip}));
do_request('S', ({qid,skip}));
}
void create(function(int,mixed:mixed) d_r, mixed i)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment