We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0873474 commit ca079caCopy full SHA for ca079ca
GRDB/Core/Database+Schema.swift
@@ -85,6 +85,9 @@ extension Database {
85
/// same database file, your application may need to call this method in
86
/// order to avoid undesired consequences.
87
public func clearSchemaCache() {
88
+ // TODO: can't we automatically clear the cache for writer connection,
89
+ // just as we do for DatabasePool reader connections?
90
+
91
SchedulingWatchdog.preconditionValidQueue(self)
92
schemaCache.clear()
93
0 commit comments