mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
pg: remove printf
This commit is contained in:
@ -91,7 +91,7 @@ ${obj_gen.str()}
|
||||
p.cgen.insert_before('
|
||||
|
||||
array_pg__Row rows = pg__DB_exec(db, tos2("$q"));
|
||||
printf("ROWS LEN=%d\\n", rows.len);
|
||||
//printf("ROWS LEN=%d\\n", rows.len);
|
||||
// TODO preallocate
|
||||
array arr_$tmp = new_array(0, 0, sizeof($table_name));
|
||||
for (int i = 0; i < rows.len; i++) {
|
||||
|
Reference in New Issue
Block a user