-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add transaction support to
write
. (#72)
* Add transactions to writing. * Use Tables.getcolumn instead of getproperty. * Roll back transaction on error. --------- Co-authored-by: Max Freudenberg <max.freudenberg@gmx.de>
- Loading branch information
Showing
4 changed files
with
235 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Options for the JuliaFormatter auto syntax formatting tool. | ||
# https://domluna.github.io/JuliaFormatter.jl/stable/ | ||
|
||
whitespace_ops_in_indices = true | ||
remove_extra_newlines = true | ||
always_for_in = true | ||
whitespace_typedefs = true | ||
|
||
# And add other options we like: | ||
separate_kwargs_with_semicolon = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.