From 2655f30bf530af64f596fa9bf0a45c81462fe9fc Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 22 Oct 2016 00:03:41 -0400 Subject: SQLite.md: typo --- docs/SQLite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/SQLite.md') diff --git a/docs/SQLite.md b/docs/SQLite.md index 2d5b1c7b8..c23a88ef0 100644 --- a/docs/SQLite.md +++ b/docs/SQLite.md @@ -1,6 +1,6 @@ # How to modify Anope sqlite databases -Anope uses a custom SQLiite function (anope_canonicalize) for canonicalizing strings for case insensitivity comparisons. +Anope uses a custom SQLiite function (anope_canonicalize) for canonicalizing strings for case insensitive comparisons. It does this by using SQLites support for having indexes on expressions https://www.sqlite.org/expridx.html. For example the account table could look like: -- cgit