postgresql/src/interfaces/ecpg
2003-07-25 05:42:27 +00:00
..
compatlib Fixed some bugs in Informix compat functions. 2003-07-17 07:54:29 +00:00
ecpglib Added more compat stuff ot the parser. 2003-07-18 14:32:56 +00:00
include Started to create different error codes for different backend messages. 2003-07-15 12:38:38 +00:00
pgtypeslib Fixed mdy functions to use correct offset. 2003-07-24 08:41:07 +00:00
preproc Applied Peter's patch to use yyless instead of my string_unput function. 2003-07-25 05:42:27 +00:00
test Fixed mdy functions to use correct offset. 2003-07-24 08:41:07 +00:00
ChangeLog Fixed mdy functions to use correct offset. 2003-07-24 08:41:07 +00:00
Makefile Fix compilation on Cygwin. 2003-05-22 17:20:44 +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.