feat: extended character support for table/column name with REST

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
Raju Udava
2022-02-18 22:57:27 +05:30
parent 924a8fb8a0
commit 1ec0a5c245
5 changed files with 74 additions and 26 deletions

View File

@@ -136,10 +136,14 @@ export default {
'created_at',
'updated_at']
},
validateTableName,
valid: false
}
},
methods: {
validateTableName(v) {
return validateTableName(v, this.$store.getters['project/GtrProjectIsGraphql'])
}
},
computed: {
dialogShow: {
get() {