此网站需要 JavaScript。
探索
帮助
登录
crtxcr
/
looqs
关注
1
点赞
0
派生
0
你已经派生过 looqs
代码
工单
合并请求
1
版本发布
百科
动态
5272365e5a
looqs
/
shared
/
migrations
/
3.sql
2 行
25 B
MySQL
原始文件
普通视图
文件历史
Unescape
Escape
shared: migrations: Add 3.sql: Drop potentailly harmful trigger In [1] it's stated that "If the values "inserted" into the text columns as part of a 'delete' command are not the same as those currently stored within the table, the results may be unpredictable." It's to be assumed only inserting ftsid is unpredictable. We have no way for a proper delete because files are not immutable or may have been deleted. For now the index will contain entries for files that don't exist. They won't appear in search results as they won't be joined in the query. [1] https://www.sqlite.org/fts5.html#the_delete_command
2022-08-13 13:33:54 +02:00
DROP
trigger
content_ad
;
复制永久链接