postgresql/src/interfaces/ecpg
Peter Eisentraut f03fc94e7d New configure test for flex, which recognizes only flex but does so in all
incarnations (I hope). When an acceptable flex version is not found, print
instructive error messages from both configure and the makefiles, so that
users can continue building anyway.
2000-08-28 11:53:23 +00:00
..
include Makefile cleanup for interface tree. Now essentially with all the 2000-06-28 18:30:16 +00:00
lib Makefile cleanup for interface tree. Now essentially with all the 2000-06-28 18:30:16 +00:00
preproc New configure test for flex, which recognizes only flex but does so in all 2000-08-28 11:53:23 +00:00
test *** empty log message *** 2000-05-17 06:03:14 +00:00
ChangeLog *** empty log message *** 2000-05-17 06:03:14 +00:00
Makefile Add distprep target to take some of the job of the release_prep script. 2000-07-19 16:30:27 +00:00
README.dynSQL *** empty log message *** 2000-02-16 16:18:29 +00:00
TODO *** empty log message *** 2000-03-01 12:49:43 +00:00

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