postgresql/src/interfaces/ecpg
2003-07-17 11:27:55 +00:00
..
compatlib Fixed some bugs in Informix compat functions. 2003-07-17 07:54:29 +00:00
ecpglib Allow blanks at the end of numerical values. 2003-07-17 11:27:55 +00:00
include Started to create different error codes for different backend messages. 2003-07-15 12:38:38 +00:00
pgtypeslib Fixed some bugs in Informix compat functions. 2003-07-17 07:54:29 +00:00
preproc Missed one rule in syncinc preproc.y which resulted in reduce/reduce conflicts. 2003-07-14 12:18:25 +00:00
test Started to create different error codes for different backend messages. 2003-07-15 12:38:38 +00:00
ChangeLog Started to create different error codes for different backend messages. 2003-07-15 12:38:38 +00:00
Makefile
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.