mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-21 00:21:30 +00:00
dropFTSIndex previously caught and discarded every DROP_FTS_INDEX error unconditionally. Extract isBenignDropFtsIndexError, a pure classifier for the two legitimate "nothing to drop" cases (Binder/Catalog exceptions: index never created, or the FTS function isn't registered) verified end-to-end against @ladybugdb/core 0.18.x's real conn.query() error text. Anything else -- e.g. the Runtime exception "FTS index is inconsistent" class from #2589 -- now rethrows instead of being masked, so a corrupted index can no longer persist across analyze runs undetected. |
||
|---|---|---|
| .. | ||
| fixtures | ||
| helpers | ||
| integration | ||
| unit | ||
| utils | ||