postgresql/src/interfaces/ecpg
2002-04-16 07:03:56 +00:00
..
include Change made to elog: 2002-03-06 06:10:59 +00:00
lib Changed the version numbers, but did not commit the Makefiles. 2002-03-11 12:56:02 +00:00
preproc Fixed typo in preproc/type.h 2002-04-16 07:03:56 +00:00
test When a macro is replaced by the preprocessor, pgc.l reaches a end of 2002-04-05 11:39:47 +00:00
ChangeLog - Synced preproc.y with gram.y 2002-04-14 08:59:16 +00:00
Makefile Ensure that ecpg/test is cleaned by higher-level 'make clean'. 2002-01-14 17:49:56 +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.