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
There's an issue regarding how this plugin interact with the sequel probe.
One possible solution would be convert or offload the sequel probe functionality into a sequel extension in order to allow manually activating the extension; given that the conflict with the :error_sql extension and Skylight code happens only when they are loaded on a specific order.
The text was updated successfully, but these errors were encountered:
pabloh
changed the title
Error when using Sequel integration probe
The sequel integration probe stops working if you load the :error_sql extension
Jul 29, 2020
The
sequel
integration doesn't load if you are using the:error_sql
extension in yoursequel
database object.https://sequel.jeremyevans.net/rdoc-plugins/files/lib/sequel/extensions/error_sql_rb.html
https://github.com/jeremyevans/sequel/blob/master/lib/sequel/extensions/error_sql.rb#L60
There's an issue regarding how this plugin interact with the
sequel
probe.One possible solution would be convert or offload the
sequel
probe functionality into asequel
extension in order to allow manually activating the extension; given that the conflict with the:error_sql
extension andSkylight
code happens only when they are loaded on a specific order.The text was updated successfully, but these errors were encountered: