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 4f941d432b Remove useless casting to same type 2 weeks ago
..
compatlib Fix typo in comment. 4 months ago
ecpglib Remove useless casting to same type 2 weeks ago
include Update copyright for 2025 12 months ago
pgtypeslib Revert "Tidy up locale thread safety in ECPG library." 9 months ago
preproc ecpg: Add missing newline in meson.build 7 months ago
test Silence -Wmissing-variable-declarations in headerscheck. 4 months ago
Makefile Remove distprep 2 years ago
README.dynSQL
meson.build Update copyright for 2025 12 months 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.