/
balmaster
/
postgres
ОбзорДокументацияВойти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
postgres/
.../interfaces/ecpg/
..
compatlib

Pre-beta mechanical code beautification, step 1: run pgindent.

3 месяца назад
ecpglib

Translation updates

2 месяца назад
include

Pre-beta mechanical code beautification, step 1: run pgindent.

3 месяца назад
pgtypeslib

Pre-beta mechanical code beautification, step 1: run pgindent.

3 месяца назад
preproc

ecpg: Reject multiple header items in GET/SET DESCRIPTOR

2 месяца назад
test

Add missing connection validation in ECPG

3 месяца назад
Makefile

Split some long Makefile lists

7 месяцев назад
README.dynSQL

Fix whitespace issues found by git diff --check, add gitattributes

13 лет назад
meson.build

Update copyright for 2026

7 месяцев назад
README.dynSQL
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.