1
0
Fork 0
sqlglot/sqlglot/dialects/risingwave.py
Daniel Baumann 021892b3ff
Merging upstream version 25.0.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-13 21:37:40 +01:00

6 lines
158 B
Python

from sqlglot.dialects.postgres import Postgres
class RisingWave(Postgres):
class Generator(Postgres.Generator):
LOCKING_READS_SUPPORTED = False