postgresql/src/interfaces/ecpg
2005-12-27 04:00:08 +00:00
..
compatlib Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
ecpglib Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
include Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
pgtypeslib Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
preproc Protect ADD and HEADER symbols from conflicting with MIPS includes. 2005-12-27 04:00:08 +00:00
test Warning cleanups for ecpg tests. Avoid doing pointer arithmetic on void *, 2005-06-30 07:08:59 +00:00
ChangeLog Added special handling of CONNECTION variable that is used by ECPG instead of given to the backend. 2005-12-02 15:03:57 +00:00
Makefile Fix compilation on Cygwin. 2003-05-22 17:20:44 +00:00
README.dynSQL Added Christof's patches. 2001-11-14 11:11:49 +00:00

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.