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 Meskes 94b59faeb7 Synced with backend. 23 years ago
..
compatlib Just another Informix compatibility change. They uses "free" for cursors as wellafter closing them. 23 years ago
ecpglib Just another Informix compatibility change. They uses "free" for cursors as wellafter closing them. 23 years ago
include Just another Informix compatibility change. They uses "free" for cursors as wellafter closing them. 23 years ago
pgtypeslib Fixed fetch into char * and added missing prototype for an Informix function. 23 years ago
preproc Synced with backend. 23 years ago
test Just another Informix compatibility change. They uses "free" for cursors as wellafter closing them. 23 years ago
ChangeLog Synced with backend. 23 years ago
Makefile Fix compilation on Cygwin. 23 years ago
README.dynSQL Added Christof's patches. 24 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.