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
For table T with schema ['A', 'B', 'C'], take the following query: pddb.find('T', where={'A':'xxx'}, columns=['B', 'C'])
It will never find any data, debug output says: Warning: Table does not contain column named "A"