Wes Blumenthal

Results 3 comments of Wes Blumenthal

Any update? I'm running into this error as well. Thanks

Is this the latest? https://github.com/j256/ormlite-core/blob/master/src/main/java/com/j256/ormlite/table/TableUtils.java

Correct me if I'm wrong, but the problem appears to be in databaseType.appendColumnArg(). When we attempt to create a table, we call doCreateTable(), doStatements() and addCreateTableStatements(). For each column we...