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 7f88553cea Make ecpg parse.pl more robust with braces 3 weeks ago
..
compatlib Fix typo in comment. 5 months ago
ecpglib Remove useless casting to same type 4 weeks ago
include Update copyright for 2025 12 months ago
pgtypeslib Fix some cases of indirectly casting away const. 3 weeks ago
preproc Make ecpg parse.pl more robust with braces 3 weeks ago
test ecpg: refactor to eliminate cast-away-const in find_variable(). 3 weeks ago
Makefile
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.