[TIMOB-26787] iOS: Database.DB - implement remove() method
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | None |
| Status | Resolved |
| Resolution | Duplicate |
| Resolution Date | 2019-02-07T19:19:49.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | api, parity |
| Reporter | Abir Mukherjee |
| Assignee | Unknown |
| Created | 2019-02-01T03:33:39.000+0000 |
| Updated | 2021-07-27T02:41:39.000+0000 |
Description
The [DB](http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.Database.DB-object) remove() method exists in Android (see [source](https://github.com/appcelerator/titanium_mobile/blob/master/android/modules/database/src/java/ti/modules/titanium/database/TiDatabaseProxy.java#L182)) but not in iOS.
This ticket requests parity.
Resolving as it is duplicate of TIMOB-26786.