SQLKing icon indicating copy to clipboard operation
SQLKing copied to clipboard

SQLKing is an Android SQLite ORM powered by an annotation preprocessor, tables are defined by Table annotations and CRUD classes expose an expressive api for executing SQLite queries. @memtrip

Results 6 SQLKing issues
Sort by recently updated
recently updated
newest added

Hi Sam, My first PR of reasonable size. I'm new to this so please bear with me. Any and all feedback and criticism is very welcome. Thanks for this awesome...

Hi Sam, Just to let you know, I'm busy adding support for composite Foreign Keys and indexes, will issue a pull request shortly :) Cheers, Adrian

Hi Sam, Have you considered adding an @PrimaryKey option to the annotations? Currently, AutoNumber of the PK is not supported. Is there a workaround for this perhaps? Thanks, Adrian

enhancement

Hi Sam, I've tried to model a 1-Many relationship, where I query a parent table joined to a child table, and expect to get a list or array of the...

Hi Sam, thanks a mill for the 1.0.6 release. I have a new problem now: in one of my tables, I have the following: `@Table public class TblMapVisitor2Entry extends ScanTableBase...

Hi Sam, I'm getting the following error, and I can't see what is causing it, have you got any thoughts on this? Caused by: java.lang.NullPointerException at com.memtrip.sqlking.preprocessor.processor.model.Column.assembleIsIndex(Column.java:60) at com.memtrip.sqlking.preprocessor.processor.model.Column.(Column.java:42) at...