robotoworks / mechanoid

Eclipse plugin providing a set of DSL's for the rapid development of Android apps
58 stars 26 forks source link

[MECHDB] action uri creation functions should take long not int #159

Closed bsagal closed 11 years ago

bsagal commented 11 years ago

if i crate an action: action CommandsByFile /commands/file/{file_id:#} the flollowing functon is created public static Uri buildCommandsByFileUri(int fileId) however it should be public static Uri buildCommandsByFileUri(long fileId) as most ids for android sqlite are assumed to be long