BoD / android-contentprovider-generator

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

INTEGER PRIMARY KEY<#if field.isAutoIncrement> AUTOINCREMENT</#if> in a ftl #74

Closed druidamix closed 9 years ago

druidamix commented 9 years ago

Hi,

I have seen this conditional in sqliteopenhelper.ftl: INTEGER PRIMARY KEY<#if field.isAutoIncrement> AUTOINCREMENT</#if>

It means will you put a neu parameter autoincrement in the jsons to enable or disable autoincrement?

Cheer.s

BoD commented 9 years ago

Sorry, there are no plans for this currently.