Android-Debug-Database
Android-Debug-Database copied to clipboard
Default text value when adding item in browser defaults to empty string
When adding an item to the db using the browser the default value for TEXT is "" but should be null
I'd like to set a value as null as well, the value gets converted to a date, so if it's not null it crashes instead of giving a null value.