postgresql/src/interfaces/ecpg
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
..
compatlib Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
ecpglib Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
include Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
pgtypeslib Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
preproc Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
test Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
Makefile Catch all errors in for and while loops in makefiles. Don't ignore any 2008-03-18 16:24:50 +00:00
README.dynSQL Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00

README.dynSQL

src/interfaces/ecpg/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.