postgresql/src/interfaces/ecpg
2003-10-03 10:07:28 +00:00
..
compatlib Hide Informix datatypes. They are not seen by our built process anymore. 2003-10-03 10:07:28 +00:00
ecpglib Adjust Darwin build to use the default 'two level namespace' linking 2003-09-27 19:35:32 +00:00
include Hide Informix datatypes. They are not seen by our built process anymore. 2003-10-03 10:07:28 +00:00
pgtypeslib Hide Informix datatypes. They are not seen by our built process anymore. 2003-10-03 10:07:28 +00:00
preproc Rename thread compile flag. Move thread test program to tools/thread, 2003-09-27 15:32:48 +00:00
test Rename thread compile flag. Move thread test program to tools/thread, 2003-09-27 15:32:48 +00:00
ChangeLog Hide Informix datatypes. They are not seen by our built process anymore. 2003-10-03 10:07:28 +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.