Tower He
Tower He
I do think so and I am not sure there is a way to spawn processes like `posix_spawn` on windows. I am trying to implement an adapter for all the...
An import step need a static url which points to a resource. In my case, the url is dynamic. So for achieve my issues, I need to introduce new features...
yeah, I got it. i will have a try to improve it. but I have not any experiences on minitest. BTW, IMO that the key is not need to an...
But I have found the following codes: ``` ruby def start if not validate? and (storing_primary_key? or table_has_autoincrementing_primary_key?) c = ActiveRecord::Base.connection_pool.checkout Upsert.stream(c, model.table_name) do |upsert| table.each do |row| selector =...
I'm now working hard to fix the tests. After I can pass all the tests, I will try to introduce a method to ignore the `key`.
I haven't found a right way to implement this yet.