File tree 2 files changed +16
-0
lines changed 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
git checkout origin/stable
8
8
9
+ #### Jun 21 2013 hd | doc
10
+ * Remove utf-8 encoding of binary data
11
+ * Rationale* : The user must ensure that data passed to the MySQL
12
+ connection is already encoded in the right utf-8 format. The socket
13
+ doesn't know about encoding. In turn, one can again send binary BLOB
14
+ data over the driver.
15
+ * Fixes many small errors by merging two major Emysql branches
16
+
9
17
#### Jun 21 2013 hd | doc
10
18
* Fixed abuse of ETS table to store Mysql results
11
19
* Fixed floating point encoding in the driver base
Original file line number Diff line number Diff line change 9
9
git checkout origin/stable
10
10
'''
11
11
12
+ ==== Jun 21 2013 hd | doc ====
13
+ <li> Remove utf-8 encoding of binary data</li>
14
+ <em>Rationale</em>: The user must ensure that data passed to the MySQL
15
+ connection is already encoded in the right utf-8 format. The socket
16
+ doesn't know about encoding. In turn, one can again send binary BLOB
17
+ data over the driver.
18
+ <li> Fixes many small errors by merging two major Emysql branches</li>
19
+
12
20
==== Jun 21 2013 hd | doc ====
13
21
<li> Fixed abuse of ETS table to store Mysql results</li>
14
22
<li> Fixed floating point encoding in the driver base</li>
You can’t perform that action at this time.
0 commit comments