postgresql/src/interfaces/ecpg
Michael Meskes b1710339ba Fixed parser and library to allow empty database names.
Streamlined connection name parsing.
Added Joachim's patch to shorten paths before diffing.
2006-08-29 12:24:52 +00:00
..
compatlib Partial fix for ecpg's VPATH problems. It compiles and successfully 2006-08-28 16:13:11 +00:00
ecpglib Fixed parser and library to allow empty database names. 2006-08-29 12:24:52 +00:00
include Partial fix for ecpg's VPATH problems. It compiles and successfully 2006-08-28 16:13:11 +00:00
pgtypeslib Partial fix for ecpg's VPATH problems. It compiles and successfully 2006-08-28 16:13:11 +00:00
preproc Fixed parser and library to allow empty database names. 2006-08-29 12:24:52 +00:00
test Fixed parser and library to allow empty database names. 2006-08-29 12:24:52 +00:00
ChangeLog Fixed parser and library to allow empty database names. 2006-08-29 12:24:52 +00:00
Makefile More SoC stuff 2006-08-19 13:42:40 +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.