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
Peter Eisentraut eb990a2b9e Add const qualifier to tzn returned by timestamp2tm() 14 years ago
..
compatlib Update copyright notices for year 2012. 14 years ago
ecpglib Add missing va_end() calls 14 years ago
include Mark variables as const in pgtypeslib if they only carry a format string. 14 years ago
pgtypeslib Add const qualifier to tzn returned by timestamp2tm() 14 years ago
preproc ecpg: Clean up some const usage 14 years ago
test Make sure all connection paramters are used in call to PQconnectdbParams. 14 years ago
Makefile De-parallelize ecpg build some more. 14 years ago
README.dynSQL Remove useless whitespace at end of lines 15 years ago

README.dynSQL

src/interfaces/ecpg/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.