titanium-sdk
titanium-sdk copied to clipboard
feat(android): optional parameter for Database open() flags
fixes: https://github.com/tidev/titanium-sdk/issues/14357
Optional parameter to pass custom flags to open the database: database.open(file, flags)
@m1ga Why removed platforms and since in https://github.com/tidev/titanium-sdk/pull/14358/commits/de1c6a8defd9231f0675610cf549cfd921223703 ?
The linter wasn't happy with those lines in that place
The linter wasn't happy with those lines in that place
Oh, platforms and since are not allowed at parameter level.