calog/vendor/postgres/src/interfaces/ecpg
2026-07-02 21:51:13 -05:00
..
compatlib Library support and several libraries added. Hot reload added. 2026-07-02 21:51:13 -05:00
ecpglib Library support and several libraries added. Hot reload added. 2026-07-02 21:51:13 -05:00
include Library support and several libraries added. Hot reload added. 2026-07-02 21:51:13 -05:00
pgtypeslib Library support and several libraries added. Hot reload added. 2026-07-02 21:51:13 -05:00
preproc Library support and several libraries added. Hot reload added. 2026-07-02 21:51:13 -05:00
test Library support and several libraries added. Hot reload added. 2026-07-02 21:51:13 -05:00
Makefile Library support and several libraries added. Hot reload added. 2026-07-02 21:51:13 -05:00
meson.build Library support and several libraries added. Hot reload added. 2026-07-02 21:51:13 -05:00
README.dynSQL Library support and several libraries added. Hot reload added. 2026-07-02 21:51:13 -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.