Oded Niv
Oded Niv
This is weird, though not the same bug I reported...
Clarification for followups: the above comments are not related with the actual issue posted and therefore this issue should not be closed yet. Thanks
@bigxiang sorry for the delay, but I tested it and it still fails with the latest 1.2.1 and master. Please note that most of the comments here, including #315 are...
@fahad86, that's not a valid SQL. Whatever goes inside squeel must be a valid SQL with a squeel format. Your example: where{exists(Building.new_buildings.where{city_id == cities.I'd})} @bigxiang can this issue be reopened?
Yep, this is actually happens also on 4.2. @marcusg my usual fix is to add `& `1=1`` in the end =/
Hey @mikeblanton, thanks for the report! The CLI uses the command `serverless package`, can you try to execute it and see if that fails? It also looks like you don't...
+1 This has been for a while now (at least since January). For anyone getting here for a workaround: https://docs.angularjs.org/api/ng/provider/$qProvider
Hey, any solution for this yet?
Don't you need this in production? (was added to `devDependencies`)
Gave it a go without using a `CoroutineScope`, can someone tell me what's wrong with it? It worked in a small print test, but I feel like something's wrong. ```kotlin...