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 0eb6951915 Repair missing inclusions of -lintl for shared libraries. 22 years ago
..
compatlib Repair missing inclusions of -lintl for shared libraries. 22 years ago
ecpglib Repair missing inclusions of -lintl for shared libraries. 22 years ago
include - Issue a warning if a cursor is declared but not opened. 22 years ago
pgtypeslib Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path 22 years ago
preproc Fix typo. 22 years ago
test Fix ecpg test program to properly access int* null indicator. 22 years ago
ChangeLog - Issue a warning if a cursor is declared but not opened. 22 years ago
Makefile Fix compilation on Cygwin. 23 years ago
README.dynSQL Added Christof's patches. 25 years ago

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.