postgresql/src/interfaces/ecpg
Michael Meskes e3740d2c59 Added just another test case.
Fixed missing continuation line character.
 Do not translate $-quoting.
 Bit field notation belongs to a variable not a variable list.
 Output of line number only done by one function.
2006-02-08 09:10:05 +00:00
..
compatlib Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
ecpglib Added C bit fields to ecpg parser 2006-02-04 20:54:44 +00:00
include Remove BEOS port. 2006-01-05 03:01:38 +00:00
pgtypeslib Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
preproc Added just another test case. 2006-02-08 09:10:05 +00:00
test Added just another test case. 2006-02-08 09:10:05 +00:00
ChangeLog Added just another test case. 2006-02-08 09:10:05 +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

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.