Skip to content

Commit

Permalink
AND THAT
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 17, 2023
1 parent c13608d commit d6f0137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/_ndatabase/code/brsql_adapter.dm
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@
if(first && !is_id)
if(!items_first)
update_items+=","
update_items+="`[table_name]`.[esfield]=`__prep_update`.[esfield]"
update_items+="`[table_name]`.[esfield]=`subquery`.[esfield]"
items_first = FALSE
local_first = FALSE
calltext += "SELECT [local_text]"
Expand Down

0 comments on commit d6f0137

Please sign in to comment.