Closed xotikorukx closed 2 years ago
MySQL.*.fetchFirst(...) is a (hackyish) way of making outside code cleaner. By doing result[1] in the MySQL library, users can now MySQL.*.fetchFirst(...) instead. This does not modify any existing functionality in any way.
MySQL.*.fetchFirst(...)
result[1]
MySQL.*.fetchFirst(...)
is a (hackyish) way of making outside code cleaner. By doingresult[1]
in the MySQL library, users can nowMySQL.*.fetchFirst(...)
instead. This does not modify any existing functionality in any way.