gogl92 / sqlitegen

Automatically exported from code.google.com/p/sqlitegen
0 stars 0 forks source link

Type=FieldType.INTEGER_PRIMARY_KEY doesn't work #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a method int getId() with annotation 
FieldAccessor(Type=FieldType.INTEGER_PRIMARY_KEY)

What is the expected output? What do you see instead?

The SQL query have INTEGER ID PRIMARY KEY AUTOINCREMENT

The SQL query says INTEGER ID, so it seems to ignore the Type annotation

What version of the product are you using? On what operating system?
sqlitegen: db_0.1.5.jar with sqlitegen_eclipse_site_0.1.16.jar
eclipse Version: 3.6.0
OS: ubuntu 10.04

Please provide any additional information below.

Original issue reported on code.google.com by chuck...@gmail.com on 20 Sep 2010 at 12:11