Sannis / node-mysql-libmysqlclient

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

Handle unsigned fields correctly #161

Closed estliberitas closed 11 years ago

estliberitas commented 12 years ago

Please, remember where should I add test cases for statements?

Sannis commented 12 years ago

Thanks!

Test for MysqlStatement::FetchAllSync() should be in tests/low-level-sync/test-class-mysqlstatement-sync.js.

Sannis commented 12 years ago

@estliberitas is it ready for merge? :)

estliberitas commented 11 years ago

I'll add another commit to pull request with tests when will be near repo. :)

estliberitas commented 11 years ago

Tomorrow.

estliberitas commented 11 years ago

Hi. Please, merge this. Tests will be later. Too busy now. Commit fixes fetching of fields with set UNISGNED flag as you could notice. ;)

Sannis commented 11 years ago

Thanks!