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: sequelize/sequelize
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: CarnegieLearning/sequelize
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 4 files changed
  • 3 contributors

Commits on Jul 3, 2011

  1. Configuration menu
    Copy the full SHA
    015febc View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2011

  1. Configuration menu
    Copy the full SHA
    1ad14b3 View commit details
    Browse the repository at this point in the history
  2. Added mysql-pool.

    corpix committed Jul 4, 2011
    Configuration menu
    Copy the full SHA
    d460892 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8ac4d8 View commit details
    Browse the repository at this point in the history
  4. Removed query(...).once('error', function(err) { self.onFailure(err) })

    Because of 100 queries == 100 listeners, thats not good and error handling works perfectly without it :)
    corpix committed Jul 4, 2011
    Configuration menu
    Copy the full SHA
    462a8e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2011

  1. Merge pull request #72 from Dream-Web/master

    Global config, defaulValue fix, pooling
    sdepold committed Jul 5, 2011
    Configuration menu
    Copy the full SHA
    226ce21 View commit details
    Browse the repository at this point in the history
  2. tried to fix failing specs

    sdepold committed Jul 5, 2011
    Configuration menu
    Copy the full SHA
    412712a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2011

  1. Merge pull request #75 from Dream-Web/master

    possible EventEmitter memory leak detected => All connections failed
    sdepold committed Jul 8, 2011
    Configuration menu
    Copy the full SHA
    af7aedc View commit details
    Browse the repository at this point in the history
  2. removed spec fix try

    sdepold committed Jul 8, 2011
    Configuration menu
    Copy the full SHA
    645268f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2011

  1. Configuration menu
    Copy the full SHA
    aad7448 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2011

  1. Configuration menu
    Copy the full SHA
    f7210af View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:CarnegieLearning/sequelize

    Conflicts:
    	lib/sequelize/sequelize.js
    danieldickison committed Aug 8, 2011
    Configuration menu
    Copy the full SHA
    3631bc6 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2011

  1. Configuration menu
    Copy the full SHA
    1e547df View commit details
    Browse the repository at this point in the history
Loading