-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Comparing changes
Open a pull request
base repository: mysqljs/mysql
base: v0.7.0
head repository: mysqljs/mysql
compare: v0.8.0
- 19 commits
- 15 files changed
- 2 contributors
Commits on Oct 14, 2010
-
Configuration menu - View commit details
-
Copy full SHA for e62b900 - Browse repository at this point
Copy the full SHA e62b900View commit details
Commits on Oct 23, 2010
-
Make the Makefile more portable
For some reason the bash magic doesn't work properly on all platforms.
Configuration menu - View commit details
-
Copy full SHA for c7547e1 - Browse repository at this point
Copy the full SHA c7547e1View commit details
Commits on Oct 24, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 9dd3057 - Browse repository at this point
Copy the full SHA 9dd3057View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab90020 - Browse repository at this point
Copy the full SHA ab90020View commit details
Commits on Oct 25, 2010
-
Seems like something in casting of strings to buffers has changed. Will need to investigate on older node versions.
Configuration menu - View commit details
-
Copy full SHA for 82b7429 - Browse repository at this point
Copy the full SHA 82b7429View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f4cdc6 - Browse repository at this point
Copy the full SHA 0f4cdc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2599dce - Browse repository at this point
Copy the full SHA 2599dceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ff75d8 - Browse repository at this point
Copy the full SHA 3ff75d8View commit details
Commits on Oct 28, 2010
-
Configuration menu - View commit details
-
Copy full SHA for 6078975 - Browse repository at this point
Copy the full SHA 6078975View commit details
Commits on Oct 29, 2010
-
Move system test config into own file
This makes it easier for people to have their own database config for system tests.
Configuration menu - View commit details
-
Copy full SHA for eb46be9 - Browse repository at this point
Copy the full SHA eb46be9View commit details -
Fixed parser test on all node-versions
In the past we were relying on the fact that invalid utf8 sequences would not effect the length of the new buffer. We need to explictely declare the binary string type if we want to create a buffer with a 0 byte.
Configuration menu - View commit details
-
Copy full SHA for dbaec6d - Browse repository at this point
Copy the full SHA dbaec6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e724fd5 - Browse repository at this point
Copy the full SHA e724fd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bf10a7 - Browse repository at this point
Copy the full SHA 0bf10a7View commit details -
Fix bad handling of null values
Null values were causing problems in columns when typecasting them. This patch makes sure null values are never typecasted.
Configuration menu - View commit details
-
Copy full SHA for a107dc6 - Browse repository at this point
Copy the full SHA a107dc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99cad60 - Browse repository at this point
Copy the full SHA 99cad60View commit details
Commits on Oct 30, 2010
-
Make sure to catch all stream errors on connect
It seems like some stream errors may occur sync, so one has to attach an error listener to the stream before executing `connect`. I'm not sure if this is how things should behave, will clarify with Ryan.
Configuration menu - View commit details
-
Copy full SHA for 22adb45 - Browse repository at this point
Copy the full SHA 22adb45View commit details -
Do not ignore connection errors when no callback provided
Couldn't come up with a good unit test for this, need better testing gear soon.
Configuration menu - View commit details
-
Copy full SHA for 86a38e5 - Browse repository at this point
Copy the full SHA 86a38e5View commit details -
Properly handle initial error packets
Those packets can happen in situations where mysql is refusing connections due to the max_connections setting.
Configuration menu - View commit details
-
Copy full SHA for 2461915 - Browse repository at this point
Copy the full SHA 2461915View commit details -
Also not executing all tests in the config since a new class of tests were introduced that are potentially effecting server configuration.
Configuration menu - View commit details
-
Copy full SHA for 80cdfe9 - Browse repository at this point
Copy the full SHA 80cdfe9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.7.0...v0.8.0