rbt

Results 29 comments of rbt

No worries. I'll merge in the lower boundary issue you identified as soon as the tests pass.

[This commit](https://github.com/raku-community-modules/DBIish/commit/5a76c80e113daffaeb6ba0b66f2ac20736a64aee) works for basic stuff. I'm uncertain how to detect when a value doesn't fit into a num64. It just becomes an incorrect value rather than an error and...

The Raku DateTime type doesn't accept values which did not exist; simply put, Raku is more strict than MySQL in this regard. DBIish could fallback to providing a String of...

> I think in terms of Rakuish expectations, it would be return a DateTime type object - MySQL means NULL when it puts those values in timestamp and datetime columns....

Note, I did not handle zeros in for a portion of the date, such as 1999-12-00 or 1999-00-25

> I would hope that MySQL would reject them as invalid long before they got near the actual DB. Versions prior to 5.7 allowed them, or even new versions with...

While the missing libraries creates a lot of noise, the tests are skipped in those instances. In fact, it's the test spitting out the diagnostic messages while they're doing the...

Hmph, so that isn't the failing test. It's just unnecessarily noisy. Can you run all the tests with verbose enabled? One of them must actually be failing, and not just...

If the title is missing perhaps make one using the first few words of the description followed by an ellipsis?