Jeff
04/26/2021, 4:04 PMJeff
04/26/2021, 4:04 PMjw
04/26/2021, 4:07 PMkevin.cianfarini
04/26/2021, 4:14 PMkevin.cianfarini
04/26/2021, 4:15 PMDominaezzz
04/26/2021, 4:17 PMDominaezzz
04/26/2021, 4:18 PMJeff
04/26/2021, 4:19 PMJeff
04/26/2021, 4:20 PMkevin.cianfarini
04/26/2021, 4:22 PMjw
04/26/2021, 4:34 PMJeff
04/26/2021, 4:58 PMJeff
04/26/2021, 5:07 PMkevin.cianfarini
04/26/2021, 5:28 PMverifyMigrations
task?kevin.cianfarini
04/26/2021, 5:28 PMrkeazor
04/27/2021, 6:32 AMMichael Friend
04/30/2021, 8:08 PMverifySqlDelightMigration
task not care about the ordering of columns? I’d like to use it to verify schema changes but the strict column ordering would force me to drop tables and recreate them when adding a column rather than using the simpler ALTER TABLE
statements.alec
04/30/2021, 10:12 PMalec
04/30/2021, 10:16 PMALTER TABLE ADD COLUMN
and it will workjw
05/04/2021, 5:03 PMJohn O'Reilly
05/04/2021, 5:04 PMcom.squareup.sqldelight:coroutines-extensions
seems to be only sqldelight dependency it's complaining about fwiwmyanmarking
05/05/2021, 10:30 AMalec
05/05/2021, 11:25 AMalec
05/05/2021, 11:26 AMalec
05/05/2021, 11:26 AMColton Idle
05/14/2021, 4:23 AM@GET("api/logout") suspend fun logOut(): Response<ResponseBody>
jw
05/14/2021, 4:24 AMColton Idle
05/14/2021, 4:41 AMVoid
I forfeit the ability to inspect the responseBody at all, while using ResponseBody
still technically gives me that ability? Or are both of them basically the same, but Void never buffers the response body so it's "better"?myanmarking
05/16/2021, 6:46 PM