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