new(kb.gblib): added postgres.

This commit is contained in:
Rodrigo Rodriguez 2025-01-16 05:22:48 -03:00
parent 7cebb8c7c4
commit 009db6c5ee

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