Re: Debugging hints for sql plugin

2020-12-20 Thread El Cas
I will update the code to the latest commit and try again after building it and update the ticket with whatever errors I get. If I notice any authentication issues I will add them to this email chain. On Sun, Dec 20, 2020, 21:12 Jack wrote: > I certainly can't rule it out, but can you figure out

Re: Debugging hints for sql plugin

2020-12-20 Thread Jack
I certainly can't rule it out, but can you figure out what package provides libEGL?  DRI2 sounds like a video relate issue, although how that is related is unknown.  What video card/drivers are you using?  Remember, sometimes errors pop up at strange times, and are not always related to the tas

Re: Debugging hints for sql plugin

2020-12-20 Thread El Cas
Basically it created a blank table correctly but failed to save the data with a "libEGL warning: DRI2: failed to authenticate" error. That is why I thought it might be related. On Sun, Dec 20, 2020, 19:58 Jack wrote: > It will take me a while to dig through the history of that bug, but at > firs

Re: Debugging hints for sql plugin

2020-12-20 Thread Jack
It will take me a while to dig through the history of that bug, but at first pass, it does not look related.  My problem was simply that my login to mysql effectively failed, but the way MariaDB (and possibly MySQL) works is that the failure to log in is reported with the anonymous user, since

Re: Debugging hints for sql plugin

2020-12-20 Thread El Cas
If you do find anything please update ticket https://bugs.kde.org/show_bug.cgi?id=398410 as this is an open DB ticket I created a while back regarding access to DB backend. On Sun, Dec 20, 2020, 16:11 Jack Ostroff wrote: > I decided to test the sql back end, but when I try to save as a mysql > d

Solved: Debugging hints for sql plugin

2020-12-20 Thread Jack
On 2020.12.20 18:10, Jack Ostroff wrote: I decided to test the sql back end, but when I try to save as a mysql database, I get an exception thrown that opening the database failed. So, I'm debugging in kmymoney/plugins/sql/mymoneystoragesql_p.h. I've added some debugging output in create

Debugging hints for sql plugin

2020-12-20 Thread Jack Ostroff
I decided to test the sql back end, but when I try to save as a mysql database, I get an exception thrown that opening the database failed. So, I'm debugging in kmymoney/plugins/sql/mymoneystoragesql_p.h. I've added some debugging output in createDatabase, and found something that doesn't