-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
sqlite-chronicle/sqlite_chronicle.py
Lines 152 to 159 in f265010
| INSERT OR IGNORE INTO "{chronicle_table}" ( | |
| {', '.join(f'"{col}"' for col in primary_key_names)}, | |
| __added_ms, __updated_ms, __version, __deleted | |
| ) | |
| VALUES ( | |
| {', '.join(f'NEW."{col}"' for col in primary_key_names)}, | |
| {current_timestamp_expr}, 0, {next_version_expr}, 0 | |
| ); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working