postgresql/src/interfaces/ecpg
2011-01-01 13:18:15 -05:00
..
compatlib Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
ecpglib Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
include Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
pgtypeslib Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
preproc Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
test Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
Makefile Additional fixes for parallel make 2010-11-17 08:08:41 +02:00
README.dynSQL Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00

src/interfaces/ecpg/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.