PowerSync v1.0.0-Beta.4
Pre-release
Pre-release
·
12 commits
to main
since this release
-
Allow cursor to use column name to get value by including the following functions that accept a column name parameter:
getBoolean
,getBooleanOptional
,getString
,getStringOptional
,getLong
,getLongOptional
,getDouble
,getDoubleOptional
-
BREAKING CHANGE: This should not affect anyone but made
KotlinPowerSyncCredentials
,KotlinPowerSyncDatabase
andKotlinPowerSyncBackendConnector
as these should never have been public.