mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 22:36:01 +00:00
fix: skipDataModifications for cassandra
This commit is contained in:
@@ -624,6 +624,7 @@ const cassandraEngine = {
|
||||
skipIndexes: true,
|
||||
skipOrderBy: true,
|
||||
skipAutoIncrement: true,
|
||||
skipDataModifications: true,
|
||||
|
||||
useTextTypeForStrings: true,
|
||||
// objects: [],
|
||||
|
||||
Reference in New Issue
Block a user