/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/interfaces/ecpg/test/expected/connect-test6.stdout
9 строк
327 B
Andrew Dunstan
Add missing connection validation in ECPG
01 май 2026, 22:12
01 май 2026, 22:12
c34a280
Код
Авторство
О чём код?
Test 1: Try to get descriptor on a disconnected connection sqlca.sqlcode = -220 Test 2: deallocate all with non-existent connection sqlca.sqlcode = -220 Test 3: deallocate all on disconnected connection sqlca.sqlcode = -220 Test 4: Use prepared statement from non-existent connection sqlca.sqlcode = -220 All tests completed !