postgresql/src/interfaces/ecpg
2001-10-19 14:31:44 +00:00
..
include Fix include file so library is binary compatible again. 2001-10-08 08:08:42 +00:00
lib Document all the ecpg error codes. 2001-10-18 20:32:58 +00:00
preproc removed "not fully implemented" warning for nullif 2001-10-19 14:31:44 +00:00
test Clean up some warnings and bugs and make things build easier. 2001-08-11 10:52:09 +00:00
ChangeLog removed "not fully implemented" warning for nullif 2001-10-19 14:31:44 +00:00
Makefile Undo incorrectly committed Makefile. 2000-11-07 08:52:22 +00:00
README.dynSQL
TODO

descriptor statements have the following shortcomings

- up to now the only reasonable statement is
	FETCH ... INTO SQL DESCRIPTOR <name>
  no input variables allowed!
  
  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
  	I'll leave the work to someone else.

- string buffer overflow does not always generate warnings 
	(beware: terminating 0 may be missing because strncpy is used)
	:var=data sets sqlwarn accordingly (but not indicator)

- char variables pointing to NULL are not allocated on demand
	
- string truncation does not show up in indicator