[android][sqlite] Add support for CRSQLite on Android (#24322)
[android][sqlite] Add support for running raw queries (#24320)
[sqlite] Detect CTEs with SELECT query in Android (#24132)
[sqlite] Update built-in SQLite on android (#23993)
[sqlite] Add synchronous close method (#23757)
[android][sqlite] Migrate to Expo Modules API (#23115)
[ios][sqlite] Migrate to Expo Modules API (#21721)# Why Continue migrating modules to Expo Modules API # How Followed the usual migration steps # Test Plan All tests passing in `bare-expo`
[sqlite] Add `closeAsync` and `deleteAsync` method (#16831)# Why requested from AWS Amplify to add Expo integration for the `@aws-amplify/datastore` package. # How - exposing `closeAsync`
[sqlite] Add `closeAsync` and `deleteAsync` method (#16831)# Why requested from AWS Amplify to add Expo integration for the `@aws-amplify/datastore` package. # How - exposing `closeAsync` method publicly - add `deleteAsync` method # Test Plan test-suite SQLite - added a `should delete db on filesystem from the `deleteAsync()` call` test case Co-authored-by: Bartłomiej Bukowski <[email protected]>
show more ...
[sqlite][android] Convert expo-sqlite to Kotlin (#13724)
[expo-modules] Move code from `unimodules` into `expo-modules-core` (#13703)# Why Migrated `unimodules-core`, `unimodules-react-native-adapter`, `unimodules-app-loader` into `expo-modules-core`
[expo-modules] Move code from `unimodules` into `expo-modules-core` (#13703)# Why Migrated `unimodules-core`, `unimodules-react-native-adapter`, `unimodules-app-loader` into `expo-modules-core` # How - Change package using AS refactor tools - Fix some places where AS wasn't able to do automatically - Fix compatibility with new auto-linking - Ensure that classes which are used during installation steps are still available in the old place # Test Plan - expo-go (tested using unversioned and 41) - bare-expo
[SQLite][android] Fix SQLite boolean parsing. (#7225)Fix booleans being saved inverted to DB.
[android][sqlite] small improvements to error messages (#6996)
[expo-sqlite] Fix PRAGMA detection and .exec method (#3804)
[packages] Move unimodules foundation to `org.unimodules` scope
[expo-sqlite] Extract SQLite API into a universal module (#3071)# Why Closes https://github.com/expo/expo/issues/3026 # How Followed https://github.com/expo/expo/blob/master/guides/Creatin
[expo-sqlite] Extract SQLite API into a universal module (#3071)# Why Closes https://github.com/expo/expo/issues/3026 # How Followed https://github.com/expo/expo/blob/master/guides/Creating%20Universal%20Modules.md. # Test Plan Ran https://snack.expo.io/BJGgVWSxV in sandbox.