postgresql/src/interfaces/ecpg
Michael Meskes 0e25360f1b Synced yet again.
Deactivated backend prepare/execute/deallocate for the time being.
2002-09-20 06:19:07 +00:00
..
include Change made to elog: 2002-03-06 06:10:59 +00:00
lib Re-committing the whole big_bison tag. 2002-07-21 08:26:52 +00:00
preproc Synced yet again. 2002-09-20 06:19:07 +00:00
test Include stdio.h and stdlib.h for completeness. 2002-04-21 19:51:44 +00:00
ChangeLog Synced yet again. 2002-09-20 06:19:07 +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

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.