Open ghost opened 3 years ago
When a SELECT type statement is made and if the columns have a NULL value, lapis returns a data of type userdata: NULL with MySQL, is it possible that it returns a data of type nil instead?
SELECT
NULL
userdata: NULL
nil
When a
SELECT
type statement is made and if the columns have aNULL
value, lapis returns a data of typeuserdata: NULL
with MySQL, is it possible that it returns a data of typenil
instead?