| bio | website | |
|---|---|---|
| location | ||
| age | 24 | |
| visits | member for | 4 years, 1 month |
| seen | 7 mins ago | |
| stats | profile views | 1,025 |
|
8h |
asked | Error while writing a Google CCS server in node using node-xmpp |
|
Jun 15 |
awarded | Popular Question |
|
Jun 14 |
awarded | Notable Question |
|
Jun 13 |
awarded | Famous Question |
|
Jun 12 |
accepted | How to implement MQTT in this particular usecase of Android? |
|
Jun 12 |
asked | How to implement MQTT in this particular usecase of Android? |
|
Jun 11 |
comment |
Sequelizejs isn't showing up all the validation errors or messages both unique and isunique don't exist unless you are expecting users to write custom functions to do validations for unique? |
|
Jun 11 |
comment |
Sequelizejs isn't showing up all the validation errors or messages Thanks for the response. I've tried that and got this: Error: Invalid validator function: unique as response. Only then I posted here. I'm using 1.7 alpha version of sequelize. |
|
Jun 11 |
asked | Sequelizejs isn't showing up all the validation errors or messages |
|
Jun 10 |
awarded | Popular Question |
|
Jun 10 |
awarded | Popular Question |
|
Jun 10 |
accepted | How to return a value from a callback in nodejs? |
|
Jun 10 |
comment |
How to return a value from a callback in nodejs? HOLY! Such an easy way to do it. |
|
Jun 10 |
asked | How to return a value from a callback in nodejs? |
|
Jun 8 |
comment |
Undefined error while exporting variable in Nodejs I think I found the issue. The problem is here: module.exports[model] = db.import(__dirname + '/' + model); which returns {} but I'm not sure how to solve this. |
|
Jun 8 |
comment |
Undefined error while exporting variable in Nodejs I removed this code: models.forEach(function(model) { module.exports[model] = db.import(__dirname + '/' + model); }); and it started working. Completely confused why, though |
|
Jun 8 |
comment |
Undefined error while exporting variable in Nodejs I did check again var seq = require("./managedb"); console.log(seq); and this returned {} I presumably am going wrong here. |
|
Jun 8 |
comment |
Undefined error while exporting variable in Nodejs Yup, just checked and it works though it gives a SQL error while creating the table. Nothing to do with db.define |
|
Jun 8 |
asked | Undefined error while exporting variable in Nodejs |
|
Jun 8 |
accepted | sequelize.define error: has no method 'define' in nodejs |