-
ormlite for android has a performance improvement hack of using a table config file to avoid using annotation, but it need to manual run a java class which extends OrmLiteConfigUtil.
I think androida…
-
```
What steps will reproduce the problem?
1. create a SQL-Server 2008 table with a "bit" column
2. in your object map this column to "bool"
3. read a record from the table
You get an error for the c…
-
```
List allServiceBookingsFromVehicles = new ArrayList();
for (Vehicle vehicle : vehicleList)
{
if (vehicle.getServiceBookings() !=null && vehicle.getServiceBookings(…
-
I am trying to use proguard but I am getting error with the ormlite
09-16 19:31:27.477 13462 13462 E AndroidRuntime: java.lang.RuntimeException: Unable to create application br.com.calculadora.v2.C…
-
Hi,
I'm currently working to integrate sqlite into the ormlite CLI.
-
```
What steps will reproduce the problem?
1. create a SQL-Server 2008 table with a "bit" column
2. in your object map this column to "bool"
3. read a record from the table
You get an error for the c…
-
Hi,
I have a lot of trouble using this library in a production environment, that is with Proguard enabled (`minifyEnabled true`).
If I don't specify any rule, I get these warnings during compilation…
-
Related to the latest changes: https://github.com/xerial/sqlite-jdbc/issues/329
Exception in thread "main" java.sql.SQLException: Unable to run insert stmt on object Category(id=0, name=John): INSE…
-
```
What steps will reproduce the problem?
1. create a SQL-Server 2008 table with a "bit" column
2. in your object map this column to "bool"
3. read a record from the table
You get an error for the c…
-
```
What steps will reproduce the problem?
1. create a SQL-Server 2008 table with a "bit" column
2. in your object map this column to "bool"
3. read a record from the table
You get an error for the c…