jw
03/12/2022, 4:43 AMCache-Control: immutable
which says this resource never changes so don't bother even calling us (the server)Nikky
03/20/2022, 11:40 PMjw
03/21/2022, 12:25 AMjessewilson
03/21/2022, 3:06 AMephemient
03/21/2022, 3:25 AMjw
03/21/2022, 3:27 AMjessewilson
03/21/2022, 10:05 AMjessewilson
03/21/2022, 10:07 AMjessewilson
03/21/2022, 10:08 AMeygraber
03/21/2022, 11:06 PMLukasz Kalnik
03/22/2022, 3:46 PMAuthenticator
if authenticate()
returns null
? Is the request canceled or is it executed without changes (i.e. without the Authorization
header etc.)?Saiedmomen
04/01/2022, 3:33 PMval driver = JdbcSqliteDriver(JdbcSqliteDriver.IN_MEMORY)
alec
04/01/2022, 4:28 PMdriver.execute("PRAGMA foreign_keys = ON")
alec
04/01/2022, 4:28 PMalec
04/01/2022, 4:28 PMalec
04/01/2022, 4:28 PMjw
04/01/2022, 4:37 PMnull
argument preceding the string and a 0
following itjw
04/01/2022, 4:38 PMdriver.executeQuery(null, "PRAGMA foreign_keys = ON", 0)
with 1.xSaiedmomen
04/01/2022, 4:57 PMkrzysztof
04/04/2022, 12:13 PMexecute*
methods blocking the thread they run on? I don’t have any problem at the moment, but I’m generally curious how is it executed behind the scenes?trevjones
04/04/2022, 7:36 PM@JsonClass(generateAdapter = true)
or @SomeQualifier
on a propertyalec
04/04/2022, 7:40 PMCREATE TABLE foo(
stuff TEXT AS @SomeQualified String
);
but not the data classjessewilson
04/08/2022, 10:48 AMbrabo-hi
04/13/2022, 9:16 PM2.0.0
or 2.0.0-alpha2
?alec
04/13/2022, 10:05 PMefemoney
04/26/2022, 10:05 AMankushg
04/26/2022, 5:40 PM.sq
files?
Ideally, I’d like to keep Module A completely unaware of sqldelight…jw
04/26/2022, 5:53 PMankushg
04/26/2022, 6:47 PMankushg
04/26/2022, 11:32 PM