From b0ece7cacb1fd45156d84179aa18abedf1fe45ec Mon Sep 17 00:00:00 2001 From: Zixuan James Li Date: Wed, 19 Feb 2025 23:09:25 -0500 Subject: [PATCH] Fix typo that refers to an non-existent internal table This was slightly misleading as the implementation suggests that 'sqlite_' is the prefix for these tables. This was brought up here: https://github.com/zulip/zulip-flutter/pull/1248#discussion_r1961002211 Signed-off-by: Zixuan James Li --- drift_dev/lib/src/services/schema/verifier_common.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift_dev/lib/src/services/schema/verifier_common.dart b/drift_dev/lib/src/services/schema/verifier_common.dart index 174eda0e3..290de05c3 100644 --- a/drift_dev/lib/src/services/schema/verifier_common.dart +++ b/drift_dev/lib/src/services/schema/verifier_common.dart @@ -7,7 +7,7 @@ import 'package:sqlite3/common.dart'; import 'find_differences.dart'; /// Attempts to recognize whether [name] is likely the name of an internal -/// sqlite3 table (like `sqlite3_sequence`) that we should not consider when +/// sqlite3 table (like `sqlite_sequence`) that we should not consider when /// comparing schemas. bool isInternalElement(String name, List virtualTables) { // Skip sqlite-internal tables, https://www.sqlite.org/fileformat2.html#intschema