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
Changed .upsert logic - it was trying to insert and would then update if constraints failed on the insert, assuming duplication. That does not work well if there are no unique constraints... The logic now attempts update first, and will only insert if there are 0 rows updated
DatabaseTable and DatabaseRow are now exported from main script