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
// readInt reads a sqlite INTEGER column into an integer.
1245
-
fnreadInt(self: *Self, comptimeIntType: type, i: usize) error{Workaround}!IntType {// TODO remove the workaround once https://github.com/ziglang/zig/issues/5149 is resolved or if we actually return an error
// readFloat reads a sqlite REAL column into a float.
1251
-
fnreadFloat(self: *Self, comptimeFloatType: type, i: usize) error{Workaround}!FloatType {// TODO remove the workaround once https://github.com/ziglang/zig/issues/5149 is resolved or if we actually return an error
// readFloat reads a sqlite INTEGER column into a bool (true is anything > 0, false is anything <= 0).
1257
-
fnreadBool(self: *Self, i: usize) error{Workaround}!bool {// TODO remove the workaround once https://github.com/ziglang/zig/issues/5149 is resolved or if we actually return an error
0 commit comments