Results 85 comments of Tim Bunce

I'd be delighted to see a design discussion on the dbi-dev mailing list. Someone needs to drive it towards a workable implementation, perhaps that someone is you @pali :) Perhaps...

It would be a big help to get at least a line number.

I think the best advise I have is to try to manually clean up as much as possible _before_ perl's internal [global destruction](https://perldoc.perl.org/perlobj.html#Global-Destruction) gets started tearing the world apart semi-randomly....

Wonderful. Thanks for the test case! I've reproduced it with this cut-down version (which avoids the Pg dependency): ``` use strict; use utf8; use Test::More; use Data::Dumper; use DBI qw(:utils);...

Oh dear. The perl core doesn't appear to provide an API for case folding SVs. We'd need to replicate much of the (large) [code for pp_uc](https://github.com/Perl/perl5/blob/1b92e6949b737e92f61827f9c92afce9218e30ba/pp.c#L4032-L4285) and pp_lc :( I...

> Should tools like this be written as 3rd party? There is a rich GoAPI to do so. I'd strongly recommend this approach. > Does putting tools like this into...

I forgot to mention that http://blog.quicktype.io still works.

ajv is now up to v8.11.x, with many useful fixes and enhancements https://github.com/ajv-validator/ajv/releases