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
The getMultiple Dataset method doesnt map the relevant data arrays to its specific variable when atleast one dataset is an empty result
let query = 'select * from var1; select * from var2' let { var1, var2} = await steroid.database().relational().getMultipleResultSets(query, "var1", "var2");
when var1's result set is empty . var2's results gets mapped to var1
The text was updated successfully, but these errors were encountered:
rifhanakram
added a commit
to rifhanakram/steroidslibrary
that referenced
this issue
Oct 9, 2017
The getMultiple Dataset method doesnt map the relevant data arrays to its specific variable when atleast one dataset is an empty result
let query = 'select * from var1; select * from var2' let { var1, var2} = await steroid.database().relational().getMultipleResultSets(query, "var1", "var2");
when var1's result set is empty . var2's results gets mapped to var1
The text was updated successfully, but these errors were encountered: