Rocket.Chat.ReactNative/app/lib/database
Diego Mello 88d33b42c2
[FIX] Remove deprecated database methods and other database operations (#3686)
* Fix PK error on subscriptions/room

* Instead of checking for pending update, wrap the call on a try catch and return null in case of error

* Generate delete operations before create/update to prevent errors

* Apply same logic on encryption

* Fix database operations on getRoles

* Fix a few database issues found on Bugsnag on ThreadMessagesView

* Run prettier :(
2022-02-10 17:16:10 -03:00
..
model Chore: Migrate Database to Typescript (#3580) 2022-02-01 10:39:09 -03:00
schema [IMPROVE] Keep biometry option from last session (#3668) 2022-02-08 13:44:34 -03:00
services [FIX] Remove deprecated database methods and other database operations (#3686) 2022-02-10 17:16:10 -03:00
index.ts Chore: Migrate Database to Typescript (#3580) 2022-02-01 10:39:09 -03:00
interfaces.ts Chore: Migrate Database to Typescript (#3580) 2022-02-01 10:39:09 -03:00
utils.js [FIX] SanitizeLikeString util crashes for empty strings (#2471) 2020-09-16 16:08:25 -03:00
utils.test.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00