mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-16 21:44:09 +00:00
In the DatabaseConnection constructor, there's a deferred_invoke callback that references the client_id. But depending on when the callback occurs, the reference of the client_id can change. This created a problem when connecting to SQLServer using the SQL utility because depending on when the callback was invoked, the client_id could change. m_client_id is set in the constructor and that reference will not change depending on when the callback is invoked.
3.1 KiB
3.1 KiB