We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404ce4d commit 99f4f09Copy full SHA for 99f4f09
lib/exqlite/result.ex
@@ -6,5 +6,5 @@ defmodule Exqlite.Result do
6
num_rows: integer
7
}
8
9
- defstruct command: nil, columns: nil, rows: nil, num_rows: nil
+ defstruct command: nil, columns: [], rows: [], num_rows: 0
10
end
0 commit comments