Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mysqljs/mysql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: mysqljs/mysql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 9 commits
  • 12 files changed
  • 2 contributors

Commits on Sep 17, 2010

  1. Don't execute slow tests by default

    Create a new system/slow folder. Tests in there will only be run on
    `make test-all`. Also made the slow test itself a little faster.
    felixge committed Sep 17, 2010
    Configuration menu
    Copy the full SHA
    465b9b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2010

  1. Renamed constructor argument to properties

    Much clearer than `config`.
    felixge committed Sep 26, 2010
    Configuration menu
    Copy the full SHA
    5b87b59 View commit details
    Browse the repository at this point in the history
  2. 3 Configuration menu
    Copy the full SHA
    9f53326 View commit details
    Browse the repository at this point in the history
  3. Update todo

    felixge committed Sep 26, 2010
    Configuration menu
    Copy the full SHA
    c14b4d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2010

  1. Code cleanups

    - add missing ';'
    - remove surplus ','
    
    Signed-off-by: Charles Corrigan <[email protected]>
    cjcorrigan authored and felixge committed Sep 27, 2010
    Configuration menu
    Copy the full SHA
    84b6216 View commit details
    Browse the repository at this point in the history
  2. Added new sponsor

    felixge committed Sep 27, 2010
    Configuration menu
    Copy the full SHA
    2df74a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2010

  1. Add charset constants and make utf8 default

    MySql defaults on latin1, but this is the 21st century - utf8
    should IMHO be pre-configured in a good MySql client.
    felixge committed Sep 28, 2010
    Configuration menu
    Copy the full SHA
    31e43ec View commit details
    Browse the repository at this point in the history
  2. Update readme

    felixge committed Sep 28, 2010
    Configuration menu
    Copy the full SHA
    750332b View commit details
    Browse the repository at this point in the history
  3. Bump version

    felixge committed Sep 28, 2010
    Configuration menu
    Copy the full SHA
    7704155 View commit details
    Browse the repository at this point in the history
Loading