Pawel Pabian
Pawel Pabian
The issue refers to biggest MySQL numeric type that MySQL can handle. IMO this `else` part is not test-coverable (or is it?) and simple `if >0 then use uint64 else...
OK, then the fastest way seems to be (also with corrected range edges): ``` if -2**63
BTW: My project does round trip when writing data here: https://github.com/bbkr/UpRooted/blob/master/t/42-writer-mysql.rakutest#L28 So it is currently tested "up to int signed". I think your solution alone will work just fine, however...
Weird, on logical level this fix should be correct (Blobs do not overflow). Haven't looked in the test itself yet (I'm still in my $dayjob).
You're correct - it does not: https://dev.mysql.com/doc/c-api/8.0/en/c-api-prepared-statement-type-codes.html
So my fix proposal were based on wrong assumption, sorry about that. Looks like your version is the valid way to solve it and there will always be string casting...
Oh, I was looking for font size settings as well and there are **two** settings panels. WhatsApp internal settings in tripple-dot menu and application settings if you right click on...
This breaks CI for other modules using HTTP::UserAgent: https://travis-ci.org/bbkr/jsonrpc/jobs/351673499 .
From IRC: timo m: say "/foo/bar/hi01.bla/test01.txt".IO.succ # it just uses the first dot it finds in the whole path, which is not what the docs say it should do camelia...
Also hint for message is weirdly formatted, may be worth fixing too.