gogl92 / sqlitegen

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

DefaultValue annotation failing for ints and longs #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. provide DefaultValue annotations for int or long fields
2.
3.

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

Expectation is that generated file has 'DEFAULT n' qualifier on row for 
creation. Result is somewhat unpredictable. Sometimes the row definition itself 
is missing, sometimes it is just missing the DEFAULT clause. DefaultValue seems 
to work fine for strings and booleans.

What version of the product are you using? On what operating system?

1.18 plugin
0.1.7 android library

Please provide any additional information below.

Original issue reported on code.google.com by mrappbui...@gmail.com on 14 Jun 2012 at 11:02