/
niceSOFT
/
sqlite
Обзор
Документация
Войти
/
niceSOFT
/
sqlite
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
release
test/intck01.sql
23 строки
589 B
drh
Fix the parse_create_index() SQL function created by the incremental
05 июл 2026, 22:18
05 июл 2026, 22:18
fe580a8
Код
Авторство
О чём код?
#!sqlite3 # # 2026-03-01 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yourself and forgive others. # May you share freely, never taking more than you give. # #*********************************************************************** # # Bug report sqlite.org/forum/forumpost/efc9bc9cb3 # .testcase 100 .mode quote .intck register SELECT parse_create_index('CREATE IDEX i ON t("x',0); .check NULL .testcase 110 SELECT parse_create_index('',0); .check NULL