Skip to content

Commit c49db58

Browse files
committed
WL#12246, DevAPI: Prepared statement support.
1 parent a5c3d29 commit c49db58

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3034
-159
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
Version 8.0.16
55

6+
- WL#12246, DevAPI: Prepared statement support.
7+
68
- WL#10839, Adjust c/J tests to the new "ON" default for explicit_defaults_for_timestamp.
79

810
- Fix for Bug#29329326, PLEASE AVOID SHOW PROCESSLIST IF POSSIBLE.

src/generated/java/com/mysql/cj/x/protobuf/Mysqlx.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
// Generated by the protocol buffer compiler. DO NOT EDIT!
3333
// source: mysqlx.proto
34-
@SuppressWarnings({ "unchecked", "synthetic-access", "cast" })
34+
@SuppressWarnings({ "cast" })
3535

3636
public final class Mysqlx {
3737
private Mysqlx() {}

src/generated/java/com/mysql/cj/x/protobuf/MysqlxConnection.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
33
*
44
* This program is free software; you can redistribute it and/or modify it under
55
* the terms of the GNU General Public License, version 2.0, as published by the
@@ -31,7 +31,7 @@
3131

3232
// Generated by the protocol buffer compiler. DO NOT EDIT!
3333
// source: mysqlx_connection.proto
34-
@SuppressWarnings({ "unchecked", "synthetic-access", "cast", "deprecation" })
34+
@SuppressWarnings({ "cast", "deprecation" })
3535

3636
public final class MysqlxConnection {
3737
private MysqlxConnection() {}

src/generated/java/com/mysql/cj/x/protobuf/MysqlxCrud.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
// Generated by the protocol buffer compiler. DO NOT EDIT!
3333
// source: mysqlx_crud.proto
34-
@SuppressWarnings({ "unchecked", "synthetic-access", "cast", "deprecation" })
34+
@SuppressWarnings({ "deprecation", "cast" })
3535

3636
public final class MysqlxCrud {
3737
private MysqlxCrud() {}

src/generated/java/com/mysql/cj/x/protobuf/MysqlxCursor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
package com.mysql.cj.x.protobuf;
3131

3232
// Generated by the protocol buffer compiler. DO NOT EDIT!
33-
// source: mysqlx_crud.proto
33+
// source: mysqlx_cursor.proto
3434
@SuppressWarnings({ "cast", "deprecation" })
3535

3636
public final class MysqlxCursor {

src/generated/java/com/mysql/cj/x/protobuf/MysqlxDatatypes.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
33
*
44
* This program is free software; you can redistribute it and/or modify it under
55
* the terms of the GNU General Public License, version 2.0, as published by the
@@ -31,7 +31,7 @@
3131

3232
// Generated by the protocol buffer compiler. DO NOT EDIT!
3333
// source: mysqlx_datatypes.proto
34-
@SuppressWarnings({ "unchecked", "synthetic-access", "cast" })
34+
@SuppressWarnings({ "cast" })
3535

3636
public final class MysqlxDatatypes {
3737
private MysqlxDatatypes() {}

src/generated/java/com/mysql/cj/x/protobuf/MysqlxExpect.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
33
*
44
* This program is free software; you can redistribute it and/or modify it under
55
* the terms of the GNU General Public License, version 2.0, as published by the
@@ -31,7 +31,7 @@
3131

3232
// Generated by the protocol buffer compiler. DO NOT EDIT!
3333
// source: mysqlx_expect.proto
34-
@SuppressWarnings({ "unchecked", "synthetic-access", "cast" })
34+
@SuppressWarnings({ "cast" })
3535

3636
public final class MysqlxExpect {
3737
private MysqlxExpect() {}

src/generated/java/com/mysql/cj/x/protobuf/MysqlxExpr.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
33
*
44
* This program is free software; you can redistribute it and/or modify it under
55
* the terms of the GNU General Public License, version 2.0, as published by the
@@ -31,7 +31,7 @@
3131

3232
// Generated by the protocol buffer compiler. DO NOT EDIT!
3333
// source: mysqlx_expr.proto
34-
@SuppressWarnings({ "unchecked", "synthetic-access", "cast", "deprecation" })
34+
@SuppressWarnings({ "cast", "deprecation" })
3535

3636
public final class MysqlxExpr {
3737
private MysqlxExpr() {}

src/generated/java/com/mysql/cj/x/protobuf/MysqlxNotice.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
// Generated by the protocol buffer compiler. DO NOT EDIT!
3333
// source: mysqlx_notice.proto
34-
@SuppressWarnings({ "unchecked", "synthetic-access", "cast", "deprecation" })
34+
@SuppressWarnings({ "cast", "deprecation" })
3535

3636
public final class MysqlxNotice {
3737
private MysqlxNotice() {}

src/generated/java/com/mysql/cj/x/protobuf/MysqlxPrepare.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
package com.mysql.cj.x.protobuf;
3131

3232
// Generated by the protocol buffer compiler. DO NOT EDIT!
33-
// source: mysqlx_notice.proto
33+
// source: mysqlx_prepare.proto
3434
@SuppressWarnings({ "cast", "deprecation" })
3535

3636
public final class MysqlxPrepare {

0 commit comments

Comments
 (0)