-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add C ABI target with support for iOS and Android * Start undoing merge problems * Undo merge frocks * Undo merge frocks * Undo merge frocks * Various fixes * Update query-engine/query-engine-c-abi/README.md Co-authored-by: Jan Piotrowski <[email protected]> * Update README * Lint * Safety comments * Shellcheck * PR changes * Update query-engine/query-engine-c-abi/README.md Co-authored-by: Flavian Desverne <[email protected]> * PR comments * Get rid of functions file * Remove comments * Replace all custom errors with the common ApiError * Remove hanging TODO * Remove unnecessary from serde error * Add failed at field to migrations table and throw on failed migration * Update query-engine/query-engine-c-abi/src/engine.rs Co-authored-by: Flavian Desverne <[email protected]> * Update react native tests to take real emulator url * Return null adapter on RN case and handle null case * Fix tests * Fix mssql & cockroach * Pass raw error pointer to C context and resign de allocation to calling function * Serialize API errors on start, commit and rollback transaction * Re introduce dispatcher and spans * Add metrics feature to query-engine-common * change base path missing message to tracing * Fix copy xcframework script * Store URL in the query engine instance * Fix non cloned url error and linting * Add ReactNative preview feature * Modify make scripts and add e2e workflow for RN * Tweak CI * Tweak CI * Tweak CI * Tweak CI * Tweak CI * Tweak CI * Comment e2e test for RN * Update query-engine/query-engine-c-abi/src/engine.rs Co-authored-by: Alexey Orlenko <[email protected]> * Adjust to main * Remove non-working workflow --------- Co-authored-by: Jan Piotrowski <[email protected]> Co-authored-by: Flavian Desverne <[email protected]> Co-authored-by: Sergey Tatarintsev <[email protected]> Co-authored-by: Serhii Tatarintsev <[email protected]> Co-authored-by: Alexey Orlenko <[email protected]>
- Loading branch information
1 parent
b339b9d
commit 1d60431
Showing
38 changed files
with
1,937 additions
and
223 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"connector": "sqlite", | ||
"version": "react-native", | ||
"external_test_executor": "Mobile", | ||
"mobile_emulator_url": "http://localhost:3000" | ||
} |
Oops, something went wrong.