postgresql/src/interfaces/ecpg
2005-07-21 04:48:42 +00:00
..
compatlib Bump minor version numbers for 8.1 compared to 8.0. 2005-03-14 17:27:50 +00:00
ecpglib I have to admit that I got the case of the preprocessor symbol on amd64 2005-07-04 19:05:45 +00:00
include
pgtypeslib Add comment marking non-exact time conversion macros. 2005-07-21 04:48:42 +00:00
preproc Add E'' to internally created SQL strings that contain backslashes. 2005-07-02 17:01:59 +00:00
test Warning cleanups for ecpg tests. Avoid doing pointer arithmetic on void *, 2005-06-30 07:08:59 +00:00
ChangeLog - Fixed memory leak in ecpglib by adding some missing free() commands. 2005-06-02 12:35:11 +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.