CodeFoodPixels / node-promise-mysql

A wrapper for mysqljs/mysql that wraps function calls with Bluebird promises.
MIT License
338 stars 63 forks source link

There seems to be a small glitch #16

Closed FrontMage closed 8 years ago

FrontMage commented 8 years ago

There seems to be a missing ','

pool = mysql.createPool({
  host: 'localhost',
  user: 'sauron',
  password: 'theonetruering',
  database: 'mordor'
  connectionLimit: 10
});

Right after database: 'mordor' <-----missing a ','

CodeFoodPixels commented 8 years ago

Ah, thank you! I'll get this updated and pushed up to npm too.

CodeFoodPixels commented 8 years ago

Fixed in 7c5a48f0cc36b3ed55b3922c728f94f599e98d6e