Skip to content

Commit

Permalink
Update brsql_persistent_connection.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Nov 3, 2023
1 parent 7ee43a6 commit ede57a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/datums/_ndatabase/code/brsql_persistent_connection.dm
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"max_threads" = max_threads,
)
connection_result = rustg_sql_connect_pool(json_encode(options))
debug_log(connection_result)
connection_handle = json_decode(connection_result)["handle"]
if(!connection_handle)
status = DB_CONNECTION_BROKEN
Expand Down

0 comments on commit ede57a0

Please sign in to comment.