@@ -20,7 +20,7 @@ Special thanks for Surendra Singhi and http://fallen.habrahabr.ru
20
20
21
21
## Version 1.0.0
22
22
* Fixes:
23
- * Rewrite fetchAll function, move V8 stuff to EIO_After_FetchAll , closes #34
23
+ * Rewrite fetchAll function, move V8 stuff to EIO \_ After \_ FetchAll , closes #34
24
24
* Rewrite MysqlResult::SetFieldValue() procedure to GetFieldValue() function
25
25
* Fix Nodules break, closes #46
26
26
* Return Boolean/throw exception fixes, closes #31
@@ -60,7 +60,7 @@ Special thanks for Ben Noordhuis
60
60
* MysqlResult::FieldCountSync()
61
61
* Make it possible to interleave
62
62
sync and async queries on same connection
63
- * Improve package.json, fdd 'Dependencies' section into README
63
+ * Improve package.json, add 'Dependencies' section into README
64
64
* Rework nested C++ classes into separate
65
65
* Fix lint errors (all, except sscanf)
66
66
* Implemented methods:
@@ -150,12 +150,12 @@ Special thanks for Surendra Singhi
150
150
## Version 0.0.3
151
151
* Add 'lint' target for node-waf
152
152
* Add docs dir, docs/examples.md,
153
- docs/api_php_mysqli .md and docs/api_node_mysql_sync .md
153
+ docs/api \_ php \_ mysqli .md and docs/api \_ node \_ mysql \_ sync .md
154
154
* Add tests/debug.js for inspecting bindings 'classes' from javascript
155
155
* Implement all methods in 'connection' category:
156
156
* MysqlSyncConn::ChangeUser()
157
- * MysqlSyncConn::СonnectErrno ()
158
- * MysqlSyncConn::СonnectError ()
157
+ * MysqlSyncConn::ConnectErrno ()
158
+ * MysqlSyncConn::ConnectError ()
159
159
* MysqlSyncConn::GetCharset()
160
160
* MysqlSyncConn::GetCharsetName()
161
161
* MysqlSyncConn::Ping()
0 commit comments