This commit is contained in:
Matt Langlois 2019-08-12 16:04:26 -06:00
Родитель feb89d8c5d
Коммит d768d8f058
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 0472F74D7368B36B
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -317,7 +317,7 @@ module GitHub
# if an existing row is set to its current values.
# https://dev.mysql.com/doc/refman/8.0/en/insert-on-duplicate.html
flags = connection.raw_connection.query_options[:flags]
check = Mysql2::Client::FOUND_ROWS
check = ::Mysql2::Client::FOUND_ROWS
found_rows_is_set = flags & check == check
# The ordering of these statements is extremely important if we are to