@@ -21,16 +21,16 @@ needed to query and update databases from managed code. Its features include:
21
21
* High Performance: code is stress tested for performance bottlenecks
22
22
* Lightweight: Library only implements ADO.NET core
23
23
24
- ### Why use MySql over Oracle' s Connector/NET?
24
+ ### Why use MySql over Oracle’ s Connector/NET?
25
25
26
26
MySqlConnector is a clean-room reimplementation of the [ MySQL Protocol] ( https://dev.mysql.com/doc/internals/en/client-server-protocol.html )
27
- and is not based on [ Oracle' s Connector/NET] ( https://github.com/mysql/mysql-connector-net ) .
27
+ and is not based on [ Oracle’ s Connector/NET] ( https://github.com/mysql/mysql-connector-net ) .
28
28
29
29
<table class =" table table-striped table-hover " style =" max-width : 650px " >
30
30
<thead >
31
31
<th style="width:25%"></th>
32
32
<th style="width:25%">MySqlConnector</th>
33
- <th style="width:25%">Oracle' s Connector/NET</th>
33
+ <th style="width:25%">Oracle’ s Connector/NET</th>
34
34
<th style="width:25%">MySqlConnector Advantage</th>
35
35
</thead >
36
36
<tr >
@@ -48,7 +48,7 @@ and is not based on [Oracle's Connector/NET](https://github.com/mysql/mysql-conn
48
48
<td>
49
49
Closed Development Roadmap. Code is viewable on
50
50
<a href="https://github.com/mysql/mysql-connector-net">GitHub</a>,
51
- some issues addressed in <a href="http://forums.mysql.com/list.php?38">Forums </a>
51
+ some issues addressed in <a href="http://forums.mysql.com/list.php?38">forums </a>
52
52
</td>
53
53
<td>
54
54
Get involved! View
@@ -64,7 +64,8 @@ and is not based on [Oracle's Connector/NET](https://github.com/mysql/mysql-conn
64
64
</td>
65
65
<td>
66
66
<a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GPLv2</a>
67
- with <a href="http://www.mysql.com/about/legal/licensing/foss-exception/">FOSS Exception</a>
67
+ with <a href="http://www.mysql.com/about/legal/licensing/foss-exception/">FOSS Exception</a>; or
68
+ <a href="https://www.mysql.com/about/legal/licensing/oem/">commercial license</a>
68
69
</td>
69
70
<td>More Permissive</td>
70
71
</tr >
0 commit comments