cloudsync_network_has_unsent_changes()
Description: Checks if there are any local changes that have not yet been sent to the remote server.
Parameters: None.
Returns: 1 if there are unsent changes, 0 otherwise.
Example:
SELECT cloudsync_network_has_unsent_changes();