postgresql/src/interfaces/ecpg
2016-06-12 04:19:56 -04:00
..
compatlib pgindent run for 9.6 2016-06-09 18:02:36 -04:00
ecpglib pgindent run for 9.6 2016-06-09 18:02:36 -04:00
include Make sure ecpg header files do not have a comment lasting several lines, one of 2016-02-01 13:21:00 +01:00
pgtypeslib Rename strtoi() to strtoint(). 2016-04-23 16:53:15 -04:00
preproc Finish pgindent run for 9.6: Perl files. 2016-06-12 04:19:56 -04:00
test ecpg: Fix typo 2016-03-08 19:41:51 -05:00
Makefile Fix parallel make risk with new check temp-install setup 2015-04-29 20:34:22 -04:00
README.dynSQL Fix whitespace issues found by git diff --check, add gitattributes 2013-11-10 14:48:29 -05: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.