postgresql/src/interfaces/ecpg
Bruce Momjian da9a8649d8 Update copyright to 2004. 2004-08-29 04:13:13 +00:00
..
compatlib Cause libpq and ecpg libraries to be built as proper shared libraries 2004-07-13 00:06:46 +00:00
ecpglib Update copyright to 2004. 2004-08-29 04:13:13 +00:00
include - Fixed indicator in SET DESCRIPTOR. 2004-07-05 09:45:54 +00:00
pgtypeslib Cause libpq and ecpg libraries to be built as proper shared libraries 2004-07-13 00:06:46 +00:00
preproc Update copyright to 2004. 2004-08-29 04:13:13 +00:00
test Fix syntax error by adding a space. 2004-08-04 16:02:08 +00:00
ChangeLog SQL defines are only used in SQL space in Informix mode. 2004-07-26 10:28:28 +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

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.