mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 22:36:01 +00:00
feat: skip order by for cassandra
This commit is contained in:
@@ -622,6 +622,7 @@ const cassandraEngine = {
|
||||
skipNullability: true,
|
||||
skipUnique: true,
|
||||
skipIndexes: true,
|
||||
skipOrderBy: true,
|
||||
// objects: [],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user