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 a0bff38d13 ecpg: Fix out-of-bound read in DecodeDateTime() 1 year ago
..
compatlib Revert ECPG's use of pnstrdup() 1 year ago
ecpglib ecpg: Refactor ecpg_log() to skip unnecessary calls to ECPGget_sqlca(). 1 year ago
include Remove traces of BeOS. 1 year ago
pgtypeslib ecpg: Fix out-of-bound read in DecodeDateTime() 1 year ago
preproc ecpg: fix more minor mishandling of bad input in preprocessor. 1 year ago
test ecpg: Fix out-of-bound read in DecodeDateTime() 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.