Alex Kuleshov
Alex Kuleshov
I'd prefer to follow kernel master branch, its pretty difficult because of huge set of changes in the kernel, but this provides yet another source to follow changes. The book...
Hello @GauravPatni, nice questions for research. Unfortunately I don't have exact answers at your questions, will try to update related parts as soon as I can
@StruggleBird Sorry, but I have no opportunity to test notificator on windows now
Hello @josevalim @wojtekmach. Maybe not related to the original problem (let me know if this should go to the separate issue) but I've noticed performance slow-down after https://github.com/elixir-ecto/myxql/commit/7a5363a19f6e42e85ccb2893d2b0c2026fa7ece5. That commit...
@josevalim Yes, I checked and I see (in wireshark) that prepared statement is closed everytime after new such insert
re-checked just for the case: I've set pool_size of my Repo configuration to `1` to be sure that everything is related to one connection and executed: ``` App.Repo.insert(%MyModel{name: "test_1", field_id:...
That is exactly the problem. They are different. First and third do not contain placeholder for `nil/null` value, so they look like: ``` INSERT INTO `my_model` (`name`,`inserted_at`,`updated_at`) VALUES (?,?,?) ```...
@josevalim Yes, thank you for this, I saw cache_statement in ecto_sql but didn't think about touch it. So I will prepare PR for ecto_sql if you don't have any objections....
Hello @dbrody. Well, most of things that were needed for initial authors contributors are there and work as expected. From another side people needs more which is quite obvious by...
The same issue appeared to me in `elixir:1.12-alpine` image, what's the reason in general to update images with already existing tag?