postgresql/src/interfaces/ecpg
2003-12-29 13:53:04 +00:00
..
compatlib Forgot to change one compatlib.h. 2003-12-18 20:25:58 +00:00
ecpglib Added patch by Dave Cramer for array handling in ecpglib. 2003-12-03 08:49:17 +00:00
include Move Informix compatibility include files out of the way. compatlib.h 2003-12-18 18:55:09 +00:00
pgtypeslib Back out: 2003-12-21 04:34:36 +00:00
preproc Added missing whitespaces to array argument parsing. 2003-12-29 13:53:04 +00:00
test Supress ecpg thread test if configure didn't enable threads. Fix 2003-12-19 23:29:15 +00:00
ChangeLog - Added just another patch by Dave that fixes a reversed order in 2003-12-17 15:23:45 +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.