Skip to content

Commit

Permalink
add insert/delete/update with returning
Browse files Browse the repository at this point in the history
  • Loading branch information
jepiqueau committed Jul 14, 2023
1 parent 58f664f commit 293f032
Show file tree
Hide file tree
Showing 48 changed files with 1,882 additions and 1,480 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 5.0.5 (2023-07-14)

### Added Features

- insert/delete/update with returning discussion#435
- add Returning.md documentation

# 5.0.5-2 (2023-07-03)

### Bug Fixes
Expand All @@ -22,7 +29,7 @@

- Electron Plugin: Remove `@journeyapps/sqlcipher` and `sqlite3` packages

### Added
### Added Features

- Electron Plugin: Add `better-sqlite3-multiple-ciphers` package
- Electron Plugin: Add `electron-json-storage` package to store the passphrase for database encryption
Expand Down
Binary file modified android/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified android/.gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion android/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions android/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 39 additions & 9 deletions android/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 293f032

Please sign in to comment.