We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got this error while compiling deps
== Compilation error in file lib/ex_debug_toolbar/collector/ecto_collector.ex == ** (CompileError) lib/ex_debug_toolbar/collector/ecto_collector.ex:26: Postgrex.Cursor.__struct__/0 is undefined, cannot expand struct Postgrex.Cursor (stdlib) lists.erl:1354: :lists.mapfoldl/3 (stdlib) lists.erl:1355: :lists.mapfoldl/3 (stdlib) lists.erl:1354: :lists.mapfoldl/3 lib/ex_debug_toolbar/collector/ecto_collector.ex:26: (module)
The text was updated successfully, but these errors were encountered:
I get the same here. This project seems to be tailored for Postgres.
Sorry, something went wrong.
Could this happen within the method instead of it being a match on the function itself? https://github.com/kagux/ex_debug_toolbar/blob/master/lib/ex_debug_toolbar/collector/ecto_collector.ex#L26-L28
No branches or pull requests
I got this error while compiling deps
The text was updated successfully, but these errors were encountered: