postgresql/src/interfaces/ecpg
2006-06-21 11:38:07 +00:00
..
compatlib Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight.de> 2006-06-21 10:24:41 +00:00
ecpglib Added some more coverity report patches send in by Martijn van Oosterhout <kleptog@svana.org>. 2006-06-21 11:38:07 +00:00
include Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
pgtypeslib Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight.de> 2006-06-21 10:24:41 +00:00
preproc Fixed two more memory leaks in ecpglib. 2006-06-06 11:31:55 +00:00
test Added fixed from the coverity report send in by Joachim Wieland <joe@mcknight.de> 2006-06-21 10:24:41 +00:00
ChangeLog Added some more coverity report patches send in by Martijn van Oosterhout <kleptog@svana.org>. 2006-06-21 11:38:07 +00:00
Makefile Fix compilation on Cygwin. 2003-05-22 17:20:44 +00:00
README.dynSQL Added Christof's patches. 2001-11-14 11:11:49 +00:00

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.