postgresql/src/interfaces/ecpg
2002-01-08 19:02:51 +00:00
..
include - Removed space_or_nl and line_end from pgc.l. 2001-12-23 12:17:41 +00:00
lib Fixed array pointers, no longer using void * in arithmetics. 2002-01-08 14:25:06 +00:00
preproc Remove shift/reduce conflicts introduced by last change. 2002-01-08 19:02:51 +00:00
test Fixed parser to accept initializing expressions starting with "(". 2002-01-07 16:25:45 +00:00
ChangeLog Fixed array pointers, no longer using void * in arithmetics. 2002-01-08 14:25:06 +00:00
Makefile Undo incorrectly committed Makefile. 2000-11-07 08:52:22 +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.