-
Notifications
You must be signed in to change notification settings - Fork 11
[Chore] Update Alpha with Master #44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
5c25fcd
Fix issue with re-using a shared Mutex.
rkistner b665748
Merge pull request #31 from powersync-ja/fix-mutex-reuse
rkistner 5dbcb64
Use busy-timeout for database-level locks.
rkistner b8a68f9
Revert mutex change.
rkistner 713cb12
Rename to lockTimeout.
rkistner b8121c2
Bump dart SDK.
rkistner 28cf266
Clarify docs on multiple instances.
rkistner eef16ad
Add failing test.
rkistner 8417334
Use ClosedException.
rkistner a722156
Fix "Concurrent modification during iteration" errors.
rkistner dea8505
Handle ClosedException in SqliteConnectionPool.
rkistner dd2bce0
Fix race condition in closing.
rkistner 5cf85db
Slightly better handling of connection initialization errors.
rkistner 3b79bce
Cleanup.
rkistner 1af625b
Improve handling of uncaught errors in Isolates.
rkistner c01e637
Rewrite connection pooling queue.
rkistner 726197f
Re-implement lockTimeout.
rkistner 275b38d
Fix imports.
rkistner ea27d31
Add notes explaining the different locks.
rkistner 662e578
Merge pull request #34 from powersync-ja/multi-isolates
rkistner 2d59a09
Merge remote-tracking branch 'origin/main' into fix-closing
rkistner 88d042b
Merge branch 'fix-closing' into connectionpool-performance
rkistner bea5c58
Merge pull request #38 from powersync-ja/connectionpool-performance
rkistner 308076c
v0.6.1
rkistner 9023a7b
Merge pull request #39 from powersync-ja/release/0.6.1
rkistner 34e3161
chore: folder structure changes (#40)
DominicGBauer 761baa4
update from master
stevensJourney b5fc3c9
qoutes
stevensJourney File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## Next | ||
|
||
- Add latest changes from master | ||
|
||
## 0.7.0-alpha.3 | ||
|
||
- Add latest changes from master | ||
|
This file contains hidden or 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// Exports common Sqlite3 exports which are available on web and ffi environments | ||
// Exports common Sqlite3 exports which are available in different environments. | ||
export 'package:sqlite3/common.dart'; |
This file contains hidden or 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 hidden or 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 hidden or 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.