You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/interfaces/ecpg
Michael Meskes cdf131abac Added missing $Header$ entries. 20 years ago
..
compatlib Added some more coverity report patches send in by Joachim Wieland <joe@mcknight.de>. 20 years ago
ecpglib Variables should be free'ed only once. 20 years ago
include Fix some makefiles that fail to yield good results from 'make -qp'. 20 years ago
pgtypeslib Added missing $Header$ entries. 20 years ago
preproc Added missing $Header$ entries. 20 years ago
test Moved some free() calls that coverity correctly complains about. 20 years ago
ChangeLog Variables should be free'ed only once. 20 years ago
Makefile
README.dynSQL

README.dynSQL

descriptor statements have the following shortcomings

- input descriptors (USING DESCRIPTOR <name>) are not supported

Reason: to fully support dynamic SQL the frontend/backend communication
should change to recognize input parameters.
Since this is not likely to happen in the near future and you
can cover the same functionality with the existing infrastructure
(using s[n]printf), I'll leave the work to someone else.