pali
                                            pali
                                        
                                    Thank you very much for the output. Now I see that "Decimals" field is reported incorrectly. Values below 31 means number of fixed decimal digits. Value 31 and above are...
@choroba any idea what we can do here? Skip the test at all as server does not return correct information needed for testing this particular feature?
I do not know if anybody reported it (have not found anything in bugs.mysql.com tracker). So I sent an email for clarification about this issue, you can watch your mailbox...
I'm not sure when I will receive response regarding this issue, so I created pull request #192 for fixing MySQL 8.0 support and as temporary solution I chosen: Disable this...
Also, you have opened this change in 3 different pull requests. Please update code in existing pull request and do not open new one. One change with whole review should...
@rkleemann could you fix the issues mentioned above in the review?
Interesting. I tried your example and it not only prints _Active: no_, but also fetchrow_array does return anything and moreover at the end of program perl prints additional error: ```...
During the weekend I have looked at this issue and I implemented fix and added missing tests. I pushed code into my mariadb_use_result branch: https://github.com/perl5-dbi/DBD-MariaDB/compare/master...pali:DBD-MariaDB:mariadb_use_result Looks like that you figured...
> explicit checks for use_mysql_use_result are easier to understand than the return code -2 This does not fix the issue that `$sth->rows()` and `$DBI::rows` should return value as documented in...
> If you prefer -1 while fetching is in progress, how about setting the correct row count when it's safe to do so - after fetching all rows? I have...