mqus

Results 99 comments of mqus

I just noticed that I missed `@insert`s `onConflict: replace` and similar options, which also cause cascading changes, I'll have to consider this.

Single-column return for arbitrary queries is not yet supported and will come with #361. See also #200.

This feature is mostly ready functionally. There are some tests missing and it was not reviewed yet, so I think it will probably take at least another month until the...

But if you are willing to accept a few more bugs(that I don't yet know of) and 5 Minutes of effort, you can clone the PR branch into your project...

This is currently not possible but it might be a good idea. A workaround for now would be to add a wrapper method which has those optional parameters and then...

This feature is currently worked on in #361 and will work in the following way: floor will parse your sql statement in `@Query` and will then determine by itself which...

The easy way out is to just delete the app data from your dev environment. Then all tables are created from scratch.

The main problem currently is that even if autoGenerate is true, the insert query should allow an override of it, which is currently done by autogenerating if the id is...

Currently nobody is working on this and to be honest I'm not sure how to tackle this within floor, since floor does not have any isolate-crossing runtime. (This: > (because...