phldavies
06/19/2024, 10:13 AM<table> FOR <SYSTEM_TIME|VALID_TIME> AS OF <TIMESTAMP>
style syntax - what's the best approach to enabling this within SQLDelight? Ideally adding support to the PostgresDialect would be simplest I believe, however I know that Postgres doesn't directly support this syntax so it doesn't feel entirely correct to add it there. Currently we're patching the generated code where required but obviously that's rather a fragile approach and is only workable while we're not actively parameterising the temporal bounds of the query.hfhbd
06/19/2024, 10:24 AMphldavies
06/19/2024, 10:38 AMphldavies
06/19/2024, 10:39 AMhfhbd
06/19/2024, 10:40 AMphldavies
06/19/2024, 10:41 AMhfhbd
06/19/2024, 10:44 AM