Sannis / node-mysql-libmysqlclient

Asynchronous MySQL binding for Node.js
http://sannis.github.com/node-mysql-libmysqlclient
Other
229 stars 47 forks source link

Avoid memory leaks in MysqlStatement#fetchAll() #155

Closed estliberitas closed 12 years ago

estliberitas commented 12 years ago

Changed the way of binding result buffers. Added handling of ENUM, SET, spartial fields (as done in MysqlResult now)

P.S.: dunno why igithub shows 19 commits again... Maybe there is a way to solve this (already ran rebase)

travisbot commented 12 years ago

This pull request passes (merged 7d6f999c into a3378316).

Sannis commented 12 years ago

Looks like you merge origin/master before pushing, so it contains both rebased and non-rebased branches. It is not a big problem .

Sannis commented 12 years ago

Cherry picked.

думаю проще будет пере-форкнуть репозиторий. если есть какие-то коммиты, о которых я забыл - добавлю к себе.