Mark Lester

Results 19 comments of Mark Lester

hi matt, I'll try and narrow this down, as said I am remote user debugging. I will post a conclusion or try and get closer and give you something to...

the good news is, when I installed myself on aws it did the same thing, and then I realised this is a sequelize issue, cos the latest is 3.21, and...

well yes. i stuck a message on the sequelize forum, but rather vague, of the form above.

posts work which is the funny thing

https://groups.google.com/forum/#!topic/sequelize/C6znexsJfto we've got something going on with $or, which has been changed.

I dont think it should go in either. I was just airing it. sequelize-restful was actually doing it, albeit with problems, so I just wanted to make sure it wasnt...

well yes i am, but not within epilogue. the application needs to know. my code is on github, mr nasty just needs to download and read. I'm reading this, thanks....

There's a load of information, including all the relations but also arbitrary modifiers like "this variable is a colour, so use the colour picker", which is in sequelize and you...

@atulhm , are you dumping your own model def, or JSONifying the sequelize one. It's got more info in it, like the relational stuff. You can build a hierarchy in...

you can have a composite index in sequelize, and a virtual field that can be the concatenation of those fields. If it works directly off what is in sequelize then...