Hi everyone, someone can confirm that the readme o...
# squarelibraries
c
Hi everyone, someone can confirm that the readme of sqldelight (https://github.com/cashapp/sqldelight) is updated? I updated an old project (from sqldelight 1.0.3 to 1.2.0) and now I don't have the generateSqlDelightSchema task is not added anymore (but i have a task named generateJvmMainMyDatabaseInterface which does nothing)
seems like adding schemaOutputDirectory is mandatory now in order to generate a schema creation task
still, nothing is generated
e
Feel free to file issues if it seems that the setup instructions in README are wrong
s
Does using
--rerun-tasks
with the gradle command change anything?
c
Dario I may have ran into a similar issue earlier on, are you giving your database it’s own name?
My database is named
ConversationsDatabase
so my generate command is actually:
generateDebugConversationsDatabaseSchema
c
Yeah I saw your issue on github about schemaOutputDirectory being mandatory, you saved me some serious headache. Anyway it seems like schema creation worked after restarting idea/pc, probably something was locked/broken
c
Ah gotcha, that’s good to hear that it’s working now. I’m running into my own issue with using Views. This is a fantastic library but sometimes there are frustrating dead-ish ends
c
totally agree, it's incredibly cool but it feels like a great WIP... but I think it's mainly because of mpp
c
Yeah we are launching an Android only implementation into production in the next month or so. Our iOS folks don’t want the MPP yet but I like this much more than Room