Re: [Maria-developers] JDBC getWarnings and stored procedure

2017-04-05 Thread jerome brauge
rcredi 5 avril 2017 13:08 À : jerome brauge Cc : Daniel Black; maria-developers@lists.launchpad.net Objet : Re: [Maria-developers] JDBC getWarnings and stored procedure Hi, It must be more related to using SIGNAL inside a stored procedure, server doesn't send warning to driver in this case. W

Re: [Maria-developers] JDBC getWarnings and stored procedure

2017-04-05 Thread Diego Dupin
+j.brauge=qualiac....@lists.launchpad.net] De la part de Daniel > > Black > > Envoyé : mercredi 5 avril 2017 03:09 > > À : maria-developers@lists.launchpad.net; Diego Dupin > > Objet : Re: [Maria-developers] JDBC getWarnings and stored procedure > > > > > > > &

Re: [Maria-developers] JDBC getWarnings and stored procedure

2017-04-04 Thread jerome brauge
mercredi 5 avril 2017 03:09 > À : maria-developers@lists.launchpad.net; Diego Dupin > Objet : Re: [Maria-developers] JDBC getWarnings and stored procedure > > > > On 03/04/17 20:21, jerome brauge wrote: > > Hello, > > > > When we call a stored procedure i

Re: [Maria-developers] JDBC getWarnings and stored procedure

2017-04-04 Thread Daniel Black
On 03/04/17 20:21, jerome brauge wrote: > Hello, > > When we call a stored procedure in JDBC which emit warnings, > getWarnings() always returns null. > > I don’t really think that the problem is in MariaDB Connector J because > warning flag in the EOF packet is not set to true. > hasWarning

[Maria-developers] JDBC getWarnings and stored procedure

2017-04-03 Thread jerome brauge
Hello, When we call a stored procedure in JDBC which emit warnings, getWarnings() always returns null. I don't really think that the problem is in MariaDB Connector J because warning flag in the EOF packet is not set to true. Mysql client behaves in the same way, by default it shows warnings cou