postgresql/src/interfaces/ecpg
2006-02-02 03:51:41 +00:00
..
compatlib Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
ecpglib Data transferred binary is now put into the variables verbatim. 2006-01-17 19:49:23 +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 More spacing cleanups. 2006-02-02 03:51:41 +00:00
test - Synced parser and keyword list. 2006-01-24 11:01:38 +00:00
ChangeLog - Synced parser and keyword list. 2006-01-24 11:01:38 +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.