From 48361191bdf7d7dfd700f8e66149f5a76f785c61 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 4 Mar 2020 05:54:20 -0800 Subject: [PATCH] DualIndexSQLiteObject: Add comment about compatibility with DualIndexHashObject --- PBot/DualIndexSQLiteObject.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PBot/DualIndexSQLiteObject.pm b/PBot/DualIndexSQLiteObject.pm index c1581ed4..ef57fc0f 100644 --- a/PBot/DualIndexSQLiteObject.pm +++ b/PBot/DualIndexSQLiteObject.pm @@ -2,7 +2,8 @@ # Author: pragma_ # # Purpose: Provides a dual-indexed SQLite object with an abstracted API that includes -# setting and deleting values, caching, displaying nearest matches, etc. +# setting and deleting values, caching, displaying nearest matches, etc. Designed to +# be as compatible as possible with DualIndexHashObject; e.g. get_keys, get_data, etc. # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this