Hi All,
I was using mariadb java client jar version 1.6.0. but looks it is not present
in release document
Also from yesterday 1.6.0 jar gets updated not sure why
Should use only 1.5.9 or 2.0.0 rc ?
https://repo1.maven.org/maven2/org/mariadb/jdbc/mariadb-java-client/1.6.0/
Thank you,
Gnanavel
Hi Alexander,
Here is an example :
use test;
set sql_mode=oracle;
DROP TABLE if exists t1;
CREATE TABLE t1 (c1 INT, c2 INT);
update t1
set c1=1
where c2 = (SELECT b.c2 FROM t1 b WHERE b.c1=0);
--> ERROR 1093 (HY000) at line 5: Table 't1' is specified twice, both as a
target for 'UPDATE' an
Hi Jerome,
On 05/19/2017 05:36 PM, jerome brauge wrote:
> Hello Alexander,
> In the same spirit of MDEV-12137, can you create a task for update with same
> source and target ?
Can you please send some SQL script examples that work in Oracle, but do
not work in MariaDB?
Thanks!
> Regard,
> Jé
Hi, Ryan!
On May 18, Ryan Coe wrote:
> Hello,
>
> My name is Ryan Coe and I've been maintaining the MariaDB package for
> Buildroot (https://buildroot.org). In commit
> 577915def8d39223aa23a06f898e11e82e72365a, COPYING.LESSER was removed.
> Our packaging currently states the MariaDB license
Hello Alexander,
In the same spirit of MDEV-12137, can you create a task for update with same
source and target ?
Regard,
Jérôme.
___
Mailing list: https://launchpad.net/~maria-developers
Post to : maria-developers@lists.launchpad.net
Unsubscribe :
5 matches
Mail list logo