new(kb.gblib): added postgres.

This commit is contained in:
Rodrigo Rodriguez 2025-01-16 05:22:48 -03:00
parent f6a1cf2820
commit 632010310b

View file

@ -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 = {