postgresql/src/interfaces/ecpg
2005-07-22 05:08:26 +00:00
..
compatlib
ecpglib I have to admit that I got the case of the preprocessor symbol on amd64 2005-07-04 19:05:45 +00:00
include
pgtypeslib Update date/time comments. 2005-07-22 05:08:26 +00:00
preproc Add E'' to internally created SQL strings that contain backslashes. 2005-07-02 17:01:59 +00:00
test Warning cleanups for ecpg tests. Avoid doing pointer arithmetic on void *, 2005-06-30 07:08:59 +00:00
ChangeLog
Makefile
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.