Vitus

Results 39 comments of Vitus

@brianegan Are there any news on this problem?

Hi! What's your exact use case for this?

Contributions for `ColumnInfo.defaultValue` are very welcome, indeed!

Hi! Can you show me your database class? It's the one annotated with `@Database`.

Generating (string) constants holding the table/view name and column names sounds interesting. How would that help in the case of a base DAO? We had some discussions about auto-generated queries...

Hi! Floor currently only supports binding parameters but not bigger query segments. Can you describe your use case a bit more?

Such a feature would be pretty cool, indeed. What are your thoughts about the approach Room takes with raw queries? https://developer.android.com/reference/androidx/room/RawQuery

You need to define the return type of each DAO functions explicitly.`Future` is not enough. The fixed version of your query methods can be seen in the following. ```diff @query('SELECT...

Hi 👋 The JSON1 extension isn't supported because the library (sqflite - to be more precise) uses the SQLite databases provided by the system it is running on, which usually...

> as I'm not using null-safety for my whole app, yet That's an important piece of information. We'll look into solutions for this as soon as possible. Some background on...