android - Are indexes using COLLATE LOCALIZED automatically rebuilt on locale change? -
when android locale changed, sqlite indices using collate localized
have reindex
ed explicitly or happen automatically?
sqlite has no mechanism detect changes in definition of collation sequence. have execute reindex manually.
Comments
Post a Comment