mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
Fix the NOT NULL logic in the theorem prover that determines when a partial
index can be used. Ticket [5c6955204c392ae763a95]. FossilOrigin-Name: c2e439bccc40825e211bfa9a88e6a251ff066ca7453d4e7cb5eab56ce7332635
This commit is contained in:
@ -186,7 +186,7 @@ do_test index7-1.15 {
|
||||
}
|
||||
} {t1 {15 1} t1a {10 1} t1b {8 1} t1c {15 1} ok}
|
||||
|
||||
# Queries use partial indices as appropriate times.
|
||||
# Queries use partial indices at appropriate times.
|
||||
#
|
||||
do_test index7-2.1 {
|
||||
execsql {
|
||||
|
Reference in New Issue
Block a user