postgresql/src/interfaces/ecpg
2006-01-05 03:01:38 +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 Remove BEOS port. 2006-01-05 03:01:38 +00:00
pgtypeslib Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
preproc Revert some careless search-and-replace: "ADD" in comment text should 2005-12-29 04:53:18 +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.