projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
023e228
)
The statement linked list is not properly chained, which throws away some statements...
author
Hiroshi Inoue
<h-inoue@dream.email.ne.jp>
Tue, 29 Mar 2016 12:29:49 +0000
(21:29 +0900)
committer
Hiroshi Inoue
<h-inoue@dream.email.ne.jp>
Tue, 29 Mar 2016 12:29:49 +0000
(21:29 +0900)
convert.c
patch
|
blob
|
blame
|
history
diff --git
a/convert.c
b/convert.c
index 96fe561313638aeedf491e61d05dc3fae102105c..368b355130d1e9821ed5ee0cf195c588e8f95fe2 100644
(file)
--- a/
convert.c
+++ b/
convert.c
@@
-2708,6
+2708,7
@@
inolog("prepareParametersNoDesc\n");
if (!pstmt)
goto cleanup;
last_pstmt->next = pstmt;
+ last_pstmt = pstmt;
}
SC_set_planname(stmt, plan_name);