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
I'm having issues trying to read a catalog with more than one table, using the fill function. For some reason, it needs me to specify the tableRef. I don't know wich one it is, and it wouldn't be good for me to hardcode on my app the name of a table that might change later.
I thought _defaultTableRef would hold a reference to it, but is null. Theres this piece of code nulling it:
I'm having issues trying to read a catalog with more than one table, using the fill function. For some reason, it needs me to specify the tableRef. I don't know wich one it is, and it wouldn't be good for me to hardcode on my app the name of a table that might change later.
I thought _defaultTableRef would hold a reference to it, but is null. Theres this piece of code nulling it:
JSDO/src/progress.js
Lines 2278 to 2279 in 319202b
Should defaultTableRef be null if there's more than one table for some "background" reason?
The text was updated successfully, but these errors were encountered: