mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
implement sqlite transactions
This commit is contained in:
parent
d5101a6465
commit
271acd50ed
8 changed files with 213 additions and 119 deletions
|
|
@ -65,7 +65,7 @@ Guide and protocol draft
|
|||
* column name for parental ID must have absolute namespace prefix, for example `app_browser_id` column for `app_browser_widget` table. For example, if the table has few parental keys, column set could be `id`, `parent_one_id`, `parent_two_id`, `some_data`
|
||||
* _todo_
|
||||
* [ ] version control for auto-migrations
|
||||
* [ ] transactions support for update operations
|
||||
* [x] transactions support for update operations
|
||||
|
||||
#### GTK
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue