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
Daniel Gustafsson 66d6086cbc Speed up pg_regress server readiness testing. 2 years ago
..
compatlib pkg-config Requires.private entries should be comma-separated 3 years ago
ecpglib Remove --disable-thread-safety and related code. 3 years ago
include Remove --disable-thread-safety and related code. 3 years ago
pgtypeslib Pre-beta mechanical code beautification. 3 years ago
preproc Handle \v as a whitespace character in parsers 3 years ago
test Speed up pg_regress server readiness testing. 2 years ago
Makefile Add a temp-install prerequisite to src/interfaces/ecpg "checktcp". 4 years ago
README.dynSQL
meson.build Update copyright for 2023 3 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.