Closed GoogleCodeExporter closed 9 years ago
Actually, it's worse than that:
public class MyClass {
public string test;
}
If you create a table from that ( db.CreateTable<MyClass>() ), it throws an
exception:
near ")": syntax error
The query it tries to run is something like
CREATE TABLE MyClass ()
which obviously is not right.
Original comment by caron.m...@gmail.com
on 5 Dec 2010 at 5:21
This is by design
Original comment by elite.da...@gmail.com
on 19 Nov 2011 at 4:37
Original issue reported on code.google.com by
patrickjcollins@gmail.com
on 30 Nov 2010 at 4:46