6 lines
158 B
Python
6 lines
158 B
Python
from sqlglot.dialects.postgres import Postgres
|
|
|
|
|
|
class RisingWave(Postgres):
|
|
class Generator(Postgres.Generator):
|
|
LOCKING_READS_SUPPORTED = False
|