|
1 | 1 | /*
|
2 |
| - Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved. |
| 2 | + Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved. |
3 | 3 |
|
4 | 4 | The MySQL Connector/C++ is licensed under the terms of the GPLv2
|
5 | 5 | <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
|
|
22 | 22 | 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
23 | 23 | */
|
24 | 24 |
|
| 25 | +GA 1.1.7 - |
| 26 | +- Add JSON support |
| 27 | +- Allow building without server flags (Bug#21391025) |
| 28 | +- Correct relative() not seeking after changing position.(Bug#21152054) |
| 29 | + |
25 | 30 | GA 1.1.6 -
|
26 | 31 | - C/C++ won't build against Boost-devel-1.41.0-25.EL6.I686 (Bug#20125824)
|
27 | 32 | - Make install fail for out of source build (Bug#19447498)
|
28 |
| -- Segmentation fault in retrieval of value using getter methods when |
| 33 | +- Segmentation fault in retrieval of value using getter methods when |
29 | 34 | defaultstatementresulttype=forward_only and row position is after last row.
|
30 | 35 | (Bug#20085944)
|
31 | 36 | - C/C++ should provide libmysqlclient and boost version macros with which
|
@@ -64,7 +69,7 @@ GA 1.1.5 -
|
64 | 69 | DatabaseMetaData::getIndexInfo() for no_i_s case. (Bug#19505248)
|
65 | 70 | - There is no reconnection function in Connector/C++ (Bug#14207722)
|
66 | 71 | - WB sends unnecessary COM_PING operations. (Bug#17186530)
|
67 |
| -- Double free or corruption error due to global extern string variable localhost |
| 72 | +- Double free or corruption error due to global extern string variable localhost |
68 | 73 | referenced at more then one places (Bug#19910311)
|
69 | 74 | - Assertion failure in getClientOption when the provided option is not set
|
70 | 75 | (Bug#19938922)
|
@@ -574,7 +579,7 @@ Alpha 1.0.1 - 2008-12-01
|
574 | 579 | generic interface cppconn + 3 MySQL specific headers
|
575 | 580 | -- mysql_driver.h (if you want to get your connections from the driver
|
576 | 581 | instead of instantiating a MySQL_Connection object. This makes your code
|
577 |
| - pretty portable against the common interface) |
| 582 | + pretty portable against the common interface) |
578 | 583 | -- mysql_connection.h - If you intend to link directly to the MySQL_Connection
|
579 | 584 | class and use its specifics not found in sql::Connection
|
580 | 585 | However, you can make your application fully abstract by not using the two
|
|
0 commit comments