mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 03:06:00 +00:00
grid data types WIP
This commit is contained in:
@@ -161,4 +161,9 @@ export const driverBase = {
|
||||
getCollectionExportQueryJson(collection: string, condition: any, sort: any) {
|
||||
return null;
|
||||
},
|
||||
|
||||
dataEditorTypesBehaviour: {
|
||||
parseSqlNull: true,
|
||||
parseHexAsBuffer: true,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user