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