You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When using pogi with a postgres user which has rather limited access rights, I get a problem in pgDb.ts, in the initFieldTypes() function.
The error I get is "Cannot read property 'fieldTypes' of undefined".
And sorry for the delay, in the meantime I've joined to a big co, and wasn't sure whether I can work on this project. But apparently yes. Just added the fix and published it!
Thanks again!
Hi,
When using pogi with a postgres user which has rather limited access rights, I get a problem in pgDb.ts, in the initFieldTypes() function.
The error I get is "Cannot read property 'fieldTypes' of undefined".
If I change this:
into something like:
ie inserting an if test to check if we actually have the table metadata, pogi seems to work ok also in my case with limited postgres privileges.
The text was updated successfully, but these errors were encountered: