mirror of
https://gitea.invidious.io/iv-org/shard-crystal-sqlite3.git
synced 2024-08-15 00:53:26 +00:00
Add next_column_index
This commit is contained in:
parent
985bfa2d7c
commit
a064afcde8
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ class SQLite3::ResultSet < DB::ResultSet
|
||||||
value
|
value
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def next_column_index : Int32
|
||||||
|
@column_index
|
||||||
|
end
|
||||||
|
|
||||||
def read(t : Int32.class) : Int32
|
def read(t : Int32.class) : Int32
|
||||||
read(Int64).to_i32
|
read(Int64).to_i32
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue