зеркало из https://github.com/github/github-ds.git
Add .dup on an empty string to get an non-frozen option
This commit is contained in:
Родитель
968cba3e0d
Коммит
323b524161
|
@ -152,7 +152,7 @@ module GitHub
|
|||
@last_insert_id = nil
|
||||
@affected_rows = nil
|
||||
@binds = binds ? binds.dup : {}
|
||||
@query = ""
|
||||
@query = "".dup
|
||||
@connection = @binds.delete :connection
|
||||
@force_timezone = @binds.delete :force_timezone
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче