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
Tom Lane fadff3fc94 Prevent mis-encoding of "trailing junk after numeric literal" errors. 1 year ago
..
compatlib Revert ECPG's use of pnstrdup() 1 year ago
ecpglib Fix inappropriate uses of atol() 1 year ago
include Remove obsolete symbol from ecpg_config.h.in 2 years ago
pgtypeslib thread-safety: gmtime_r(), localtime_r() 1 year ago
preproc Prevent mis-encoding of "trailing junk after numeric literal" errors. 1 year ago
test Add -Wmissing-variable-declarations to the standard compilation flags 1 year 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.