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 flush() then refresh() calls in the upsert_institution can be simplified to a single session.get() call which will return the latest version of that object fully populated with relationships.
The text was updated successfully, but these errors were encountered:
Closes#90
Updated upsert_institution function to remove the flush and refresh and
simplified to return a session.get(dao, lei) which will return the
latest fully populated FIDao
The flush() then refresh() calls in the upsert_institution can be simplified to a single session.get() call which will return the latest version of that object fully populated with relationships.
The text was updated successfully, but these errors were encountered: