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
{{ message }}
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
Null type here: https://github.com/src-d/go-mysql-server/blob/master/sql/type.go#L152 shouldn't be a type in most of the cases. Null values always should have a type assigned. Null type should be used only when no other type is inferred, per example:
SELECT NULL
query.The text was updated successfully, but these errors were encountered: