new(kb.gblib): added postgres.
This commit is contained in:
parent
fbedd78c74
commit
8ae34432b9
1 changed files with 1 additions and 1 deletions
|
@ -756,7 +756,7 @@ export class GBVMService extends GBService {
|
|||
const fieldRegExp = /^\s*(\w+)\s*(\w+)(?:\((.*)\))?/gim;
|
||||
|
||||
let reg = fieldRegExp.exec(line);
|
||||
const name = reg[1].toLowerCase();
|
||||
const name = reg[1];
|
||||
const t = reg[2];
|
||||
|
||||
let definition = {
|
||||
|
|
Loading…
Add table
Reference in a new issue