mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
fix bug related to Slice(T).new(0). It was messing with the data in the stack
This commit is contained in:
parent
b2da4f3f6e
commit
933014c1aa
2 changed files with 4 additions and 6 deletions
|
@ -54,7 +54,7 @@ module DB
|
|||
|
||||
# See `QueryMethods#query`
|
||||
def query
|
||||
perform_query Slice(Any).new(0)
|
||||
perform_query Tuple.new
|
||||
end
|
||||
|
||||
# See `QueryMethods#query`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue