mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 04:56:00 +00:00
@@ -10,6 +10,10 @@ const dialect = {
|
||||
quoteIdentifier(s) {
|
||||
return s;
|
||||
},
|
||||
columnProperties: {
|
||||
isSparse: false,
|
||||
isPersisted: false,
|
||||
},
|
||||
};
|
||||
|
||||
export const driverBase = {
|
||||
|
||||
Reference in New Issue
Block a user