• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..08-Nov-2021-

compatlib/H03-May-2022-1,092859

ecpglib/H03-May-2022-10,8568,578

include/H08-Nov-2021-1,032697

pgtypeslib/H03-May-2022-7,9285,783

preproc/H08-Nov-2021-103,81692,417

test/H08-Nov-2021-33,59425,797

MakefileH A D08-Nov-20211.1 KiB3118

README.dynSQLH A D08-Nov-2021499 128

README.dynSQL

1src/interfaces/ecpg/README.dynSQL
2
3descriptor statements have the following shortcomings
4
5- input descriptors (USING DESCRIPTOR <name>) are not supported
6
7  Reason: to fully support dynamic SQL the frontend/backend communication
8          should change to recognize input parameters.
9          Since this is not likely to happen in the near future and you
10          can cover the same functionality with the existing infrastructure
11          (using s[n]printf), I'll leave the work to someone else.
12