postgresql/src/interfaces/ecpg
2001-11-05 17:46:40 +00:00
..
include New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
lib New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
preproc Sync parser yet again. 2001-11-02 15:04:03 +00:00
test Clean up some warnings and bugs and make things build easier. 2001-08-11 10:52:09 +00:00
ChangeLog Sync parser yet again. 2001-11-02 15:04:03 +00:00
Makefile
README.dynSQL

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