mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
parent
ddd04da915
commit
4e238f655f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ module DB
|
|||
# Types supported to interface with database driver.
|
||||
# These can be used in any `ResultSet#read` or any `Database#query` related
|
||||
# method to be used as query parameters
|
||||
TYPES = [Nil, String, Int32, Int64, Float32, Float64, Bytes]
|
||||
TYPES = [Nil, String, Bool, Int32, Int64, Float32, Float64, Time, Bytes]
|
||||
|
||||
# See `DB::TYPES` in `DB`. `Any` is a union of all types in `DB::TYPES`
|
||||
{% begin %}
|
||||
|
|
Loading…
Reference in a new issue