ettavolt
ettavolt
Sprite#center may be of assistance, though I don't know if it supports numbers out of [0;1] range.
I was tracing this for a simpler query like ``` WITH (SELECT id FROM table WHERE fk_id IN (?1, ?2)) AS cte_table SELECT * FROM cte_table ``` and found that...
> That's probably okay Not really. Consider an extension of this backup thing to also perform a sync, like device1 → external drive → device2 → external drive → device1....
I'd appreciate some help understanding why derby and oracle time out, why it doesn't build for s390x (that J9 doesn't know `var`?), why tidb cannot send emails.
While I agree that this optimization (avoid explicit element collection deletes when FK is cascading) is a useful one, I'd prefer to implement it separately from fixing the bug. If...
@gavinking, what do you think about discussing and implementing the optimization outside this fix?
OK, I've scratched [a test](https://gist.github.com/ettavolt/b9e94c36a483f6045339c33fd90ce2e8) with all these snapshots mangling. And it worked flawlessly (see [log.txt](https://github.com/kdave/btrfs-progs/files/11133499/log.txt)). :roll_eyes: Here's what it retains in the end: ``` @ /tmp % sudo btrfs...
After working flawlessly for two weeks, I've got to the same state again. This is the state after `recv` returned `ERROR: clone: did not find source subvol` when synchronizing to...
This happens only if one of the files is partially updated involving CoW mechanism. I don't think there is a lot of software doing that. My errors where mostly because...
Somehow if I navigate to the updated commit, 1ebdb7dc178060d4cf5cfaa81b957d936eac8407, GitHub says > This commit does not belong to any branch on this repository, and may belong to a fork outside...