postgresql/src/interfaces/ecpg
Michael Meskes 76f286b2ce - Synced preproc.y with gram.y.
- Synced keyword.c.
- Added patch by Christof Petig <christof.petig@wtal.de> to fix NOT
  FOUND problem on update/insert/delete.
2000-09-26 11:41:45 +00:00
..
include *** empty log message *** 2000-09-20 13:25:52 +00:00
lib - Synced preproc.y with gram.y. 2000-09-26 11:41:45 +00:00
preproc - Synced preproc.y with gram.y. 2000-09-26 11:41:45 +00:00
test - Synced preproc.y with gram.y. 2000-09-26 11:41:45 +00:00
ChangeLog - Synced preproc.y with gram.y. 2000-09-26 11:41:45 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
README.dynSQL *** empty log message *** 2000-02-16 16:18:29 +00:00
TODO - Synced preproc.y with gram.y. 2000-09-26 11:41:45 +00:00

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