summaryrefslogtreecommitdiffstats
path: root/src/interfaces/ecpg/README.dynSQL
blob: b021f4b2d0f4280364c965ce61a7816711f3b954 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.