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 9e3755ecb2 Remove useless duplicate inclusions of system header files. 9 years ago
..
compatlib Update copyright via script for 2017 9 years ago
ecpglib Remove useless duplicate inclusions of system header files. 9 years ago
include Remove now-dead code for !HAVE_INT64_TIMESTAMP. 9 years ago
pgtypeslib Remove now-dead code for !HAVE_INT64_TIMESTAMP. 9 years ago
preproc Remove useless duplicate inclusions of system header files. 9 years ago
test Suppress compiler warnings in ecpg test on newer Windows toolchains. 9 years ago
Makefile Fix parallel make risk with new check temp-install setup 11 years ago
README.dynSQL Fix whitespace issues found by git diff --check, add gitattributes 12 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.