Skip to content

Commit bf46cbb

Browse files
committed
Merge remote-tracking branch 'origin/release/8.0.14'
2 parents 82f90ca + 2a047fa commit bf46cbb

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

CHANGES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MySQL Connector/Python 8.0 - Release Notes & Changes
33
====================================================
44

55
MySQL Connector/Python
6-
Copyright (c) 2009, 2018, Oracle and/or its affiliates. All rights reserved.
6+
Copyright (c) 2009, 2019, Oracle and/or its affiliates. All rights reserved.
77

88
Full release notes:
99
http://dev.mysql.com/doc/relnotes/connector-python/en/
@@ -12,8 +12,8 @@ v8.0.14
1212
=======
1313

1414
- WL#12607: Handling of Default Schema
15+
- WL#12493: Standardize count method
1516
- WL#12492: Be prepared for initial notice on connection
16-
- WL#12412: Standardize count method
1717
- BUG#28646344: Remove expression parsing on values
1818
- BUG#28280321: Fix segmentation fault when using unicode characters in tables
1919
- BUG#27794178: Using use_pure=False should raise an error if cext is not available

LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Introduction
1010
third-party software which may be included in this distribution of
1111
MySQL Connector/Python 8.0.
1212

13-
Last updated: November 2018.
13+
Last updated: January 2019.
1414

1515
Licensing Information
1616

@@ -33,7 +33,7 @@ Licensing Information
3333
a copy of which is reproduced below and can also be found along with
3434
its FAQ at http://oss.oracle.com/licenses/universal-foss-exception.
3535

36-
Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights
36+
Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights
3737
reserved.
3838

3939
Election of GPLv2

README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MySQL Connector/Python 8.0
33
==========================
44

55
MySQL Connector/Python
6-
Copyright (c) 2009, 2018, Oracle and/or its affiliates. All rights reserved.
6+
Copyright (c) 2009, 2019, Oracle and/or its affiliates. All rights reserved.
77

88
License information can be found in the LICENSE.txt file.
99

@@ -29,7 +29,7 @@ They can be found in the examples/ directory.
2929
License
3030
=======
3131

32-
Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
32+
Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved.
3333

3434
This is a release of MySQL Connector/Python, Oracle's Python driver for MySQL.
3535

cpyint

docs/mysqlx/conf.py

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

6666
# General information about the project.
6767
project = u'MySQL Connector/Python X DevAPI Reference'
68-
copyright = u'2016, 2018, Oracle and/or its affiliates. All rights reserved'
68+
copyright = u'2016, 2019, Oracle and/or its affiliates. All rights reserved'
6969
author = u'Nuno Mariz'
7070

7171
# The version info for the project you're documenting, acts as replacement for

docs/mysqlx/license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
License
22
=======
33

4-
Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
4+
Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
55

66
This program is free software; you can redistribute it and/or modify
77
it under the terms of the GNU General Public License, version 2.0, as

lib/cpy_distutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved.
22
#
33
# This program is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2.0, as

setupinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
22
#
33
# This program is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2.0, as

0 commit comments

Comments
 (0)