FUJI Goro

Results 95 comments of FUJI Goro

Ah, right. It only changes the synchronous functions, although CI failed. It looks good. Could you take a look at CI failure? I'll merge this PR if CI passes.

BigInt is not compatible with numbers (i.e. 64-bit floating-point numbers) in JavaScript, and BigInt is not compatible with 64-bit ints in general, so I suppose implicit mapping of BigInt and...

It occurs in `migration:connectedAndroidTest` on Android emulator with heapSize=16MB stacktrace: ``` org.antlr.v4.runtime.misc.ParseCancellationException: SQL is too complex to parse: CREATE TABLE foo (title TEXT DEFAULT ('')) at com.github.gfx.android.orma.migration.sqliteparser.SQLiteParserUtils.parseIntoCreateTableStatement(SQLiteParserUtils.java:64) at com.github.gfx.android.orma.migration.test.sqliteparser_test.SQLiteParserUtilsTest.testComplexTable(SQLiteParserUtilsTest.java:161) at...

This is working in progress with https://github.com/gfx/Java-SQLiteParser

Sounds great. BTW what you expect the result type and value for UNION? Do you have an example models?

It's possible if you declare the field.

Just declare `@PrimaryKey long ` which is an alias to `_rowid_`. https://sqlite.org/autoinc.html > If a table contains a column of type INTEGER PRIMARY KEY, then that column becomes an alias...

ANR is no longer produced in v0.31.0, but `NoValueException` may occur in the same situation.

Thanks for your request. It is definitely critical. I'll migrate Orma to somewhere else before JCenter shuts down.

How about [direct associations](https://github.com/gfx/Android-Orma#direct-associations)?