fix: transactions SQL statement missing space #39

Merged
satprog merged 1 commits from fix/transaction-sql-spacing into main 2025-06-01 10:29:37 +00:00
Owner

It is error-prone joining together string literals, since the separator
between statements isn't clear.
Instead, store statements on a string array, and combine them at the
end.

It is error-prone joining together string literals, since the separator between statements isn't clear. Instead, store statements on a string array, and combine them at the end.
satprog added this to the /transactions milestone 2025-06-01 10:19:47 +00:00
satprog added the
bug
label 2025-06-01 10:19:47 +00:00
satprog self-assigned this 2025-06-01 10:19:47 +00:00
satprog added 1 commit 2025-06-01 10:19:47 +00:00
fix: transactions SQL statement missing space
All checks were successful
Go / build (1.22) (pull_request) Successful in 54s
Go / build (1.21) (pull_request) Successful in 57s
971ab5e4aa
It is error-prone joining together string literals, since the separator
between statements isn't clear.
Instead, store statements on a string array, and combine them at the
end.
satprog added this to the Client-Server architecture project 2025-06-01 10:19:48 +00:00
satprog merged commit a6ea697686 into main 2025-06-01 10:29:37 +00:00
satprog deleted branch fix/transaction-sql-spacing 2025-06-01 10:29:37 +00:00
Sign in to join this conversation.
No description provided.