Skip to content

Commit 7e7ec95

Browse files
committed
CHANGES 1.1.7
1 parent 1e029d8 commit 7e7ec95

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CHANGES

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
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.
33

44
The MySQL Connector/C++ is licensed under the terms of the GPLv2
55
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
@@ -22,10 +22,15 @@
2222
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2323
*/
2424

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+
2530
GA 1.1.6 -
2631
- C/C++ won't build against Boost-devel-1.41.0-25.EL6.I686 (Bug#20125824)
2732
- 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
2934
defaultstatementresulttype=forward_only and row position is after last row.
3035
(Bug#20085944)
3136
- C/C++ should provide libmysqlclient and boost version macros with which
@@ -64,7 +69,7 @@ GA 1.1.5 -
6469
DatabaseMetaData::getIndexInfo() for no_i_s case. (Bug#19505248)
6570
- There is no reconnection function in Connector/C++ (Bug#14207722)
6671
- 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
6873
referenced at more then one places (Bug#19910311)
6974
- Assertion failure in getClientOption when the provided option is not set
7075
(Bug#19938922)
@@ -574,7 +579,7 @@ Alpha 1.0.1 - 2008-12-01
574579
generic interface cppconn + 3 MySQL specific headers
575580
-- mysql_driver.h (if you want to get your connections from the driver
576581
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)
578583
-- mysql_connection.h - If you intend to link directly to the MySQL_Connection
579584
class and use its specifics not found in sql::Connection
580585
However, you can make your application fully abstract by not using the two

0 commit comments

Comments
 (0)