Skip to content

Commit 8650f8d

Browse files
committed
Add support for "longlong".
1 parent d95b7eb commit 8650f8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/db/mariadb/native/field.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ module Native
7777
tiny: Types::Integer.new("TINY"),
7878
short: Types::Integer.new("SHORT"),
7979
long: Types::Integer.new("LONG"),
80+
longlong: Types::Integer.new("LONGLONG"),
8081
float: Types::Float.new,
8182
double: Types::Float.new("DOUBLE"),
8283
timestamp: Types::DateTime.new("TIMESTAMP"),

0 commit comments

Comments
 (0)