You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Desktop: Add synchronization tools to clear local sync state or data
This commit is contained in:
@@ -68,7 +68,7 @@ export default class Database {
|
||||
this.logger().info('Database was open successfully');
|
||||
}
|
||||
|
||||
escapeField(field: string) {
|
||||
public escapeField(field: string) {
|
||||
if (field == '*') return '*';
|
||||
const p = field.split('.');
|
||||
if (p.length == 1) return `\`${field}\``;
|
||||
|
||||
Reference in New Issue
Block a user