|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 08-Nov-2021 | - |
| compatlib/ | H | 03-May-2022 | - | 1,305 | 1,056 |
| ecpglib/ | H | 03-May-2022 | - | 9,986 | 7,878 |
| include/ | H | 08-Nov-2021 | - | 1,032 | 708 |
| pgtypeslib/ | H | 03-May-2022 | - | 8,516 | 6,291 |
| preproc/ | H | 08-Nov-2021 | - | 95,583 | 85,092 |
| test/ | H | 08-Nov-2021 | - | 33,279 | 26,155 |
| Makefile | H A D | 08-Nov-2021 | 1.1 KiB | 31 | 18 |
| README.dynSQL | H A D | 08-Nov-2021 | 499 | 12 | 8 |
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