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
Currently, accounting/costs listing uses a foreach to select vector names. We should just left_join to the vector table, to get vector names. Depends on
Currently, accounting/costs listing uses a foreach to select vector names. We should just left_join to the vector table, to get vector names. Depends on
Right now, we'll stop at
With mysql 8, we might just use https://dev.mysql.com/doc/refman/8.0/en/json-table-functions.html to convert the array and perform a convenient leftjoin on t_vectors
The text was updated successfully, but these errors were encountered: