BoD / android-contentprovider-generator

A tool to generate Android ContentProviders.
GNU General Public License v3.0
619 stars 151 forks source link

Fix empty default value handling for String and byte[] types #104

Closed KonstantinRitt closed 7 years ago

KonstantinRitt commented 7 years ago

for example, { "type": "String", "defaultValue": "", "nullable": false } must generate TEXT NOT NULL DEFAULT ''

BoD commented 7 years ago

Thanks a lot for this quality PR :) 👍