postgresql/src/interfaces/ecpg
2010-12-24 13:31:28 -05:00
..
compatlib Improved parallel make support 2010-11-12 22:15:16 +02:00
ecpglib Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
include Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
pgtypeslib Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
preproc Added rule to ecpg lexer to accept "Unicode surrogate pair in extended quoted 2010-12-23 20:37:42 +01:00
test Allow vpath builds and regression tests to succeed on Mingw. Backpatch to release 8.4 - earlier releases would require more changes and it's not worth the trouble. 2010-12-24 13:31:28 -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.