grid data types WIP

This commit is contained in:
SPRINX0\prochazka
2024-08-23 14:42:18 +02:00
parent 4ea55644c4
commit 23a52dc79e
14 changed files with 275 additions and 50 deletions

View File

@@ -161,4 +161,9 @@ export const driverBase = {
getCollectionExportQueryJson(collection: string, condition: any, sort: any) {
return null;
},
dataEditorTypesBehaviour: {
parseSqlNull: true,
parseHexAsBuffer: true,
},
};