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 Paquier 2805e1c1ed ecpg: Fix NULL pointer dereference during connection lookup 5 months ago
..
compatlib Revert ECPG's use of pnstrdup() 1 year ago
ecpglib ecpg: Fix NULL pointer dereference during connection lookup 5 months ago
include Remove obsolete symbol from ecpg_config.h.in 2 years ago
pgtypeslib ecpg: Fix out-of-bound read in DecodeDateTime() 1 year ago
preproc Translation updates 8 months ago
test meson: Add pg_regress_ecpg to ecpg test dependencies 11 months ago
Makefile Remove distprep 2 years ago
README.dynSQL
meson.build Update copyright for 2024 2 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.