Guewen Baconnier
Guewen Baconnier
My initial premise was wrong: I thought that REST endpoint did not have the retry mechanism of odoo, but after tests, actually they do. The retry is done above in...
@simahawk @sbidoul
For the record, I found my way around using 3 distinct commands: ```ruby add_column :slots, :variation_id, :integer add_foreign_key :slots, :variations, validate: true add_index :slots, :variation_id, algorithm: :default ```
Hi @soos-cpu, thanks for the correction! Pre-commit reports a warning and some lint changes, could you check?
/ocabot merge patch
Hey @PCatinean thanks! Crazy week here, I'll try to take some time next week
I can already say, overall it looks good, and I'm fine with the fact that a first version is global to DB cluster as it needs to be explicitely enabled....
@PCatinean Oh, right! I missed this bit `datname IN %s` which acts as a key for the set of databases. As for the intersecting databases, well, trying to achieve this...
I was hoping to have other reviews on this important one, cc @sbidoul @StefanRijnhart @simahawk @lmignon
Hi @PCatinean , first of all, thanks for your post, it's instructing and explains very well the context. Now, that's a clever and yet so simple idea, I love it....