[nodejs] Re: Node server stops responding after certain period

2014-07-17 Thread tamizh arasan
Now only i have found some changes in my application after it stops responding.In my Application the server accepts response from the application via socket.on like below socket.on('check_open_id',function(data){ console.log(New message from application + data); data.socket_session_id =

[nodejs] Re: Parse an SQL query into a JavaScript object

2014-07-17 Thread Daniel Alberto Martinez
Just include the word 'OR' as a key:value into your object and do not insert it into the array as a new element. I means var rules = [..., {type:'OR', property:'name', operator:'equal', value:[1,2]} ,...]; That will allow you to eval something like for(var idx in rules){ switch

Re: [nodejs] Parse an SQL query into a JavaScript object

2014-07-17 Thread Simon
What about this: https://github.com/dsferruzza/simpleSqlParser I've come across a few in the past but they're often not feature-complete and can't parse JOIN and subqueries and such. I think one of the use cases I've seen was to polyfill WebSQL by using IndexedDB in the browser, but I can't

[nodejs] Re: Parse an SQL query into a JavaScript object

2014-07-17 Thread Kevin Swiber
Hey there, As part of a previous project, I wrote a SQL parser using Jison. It's actually a subset/fork of SQL that works over any queryable backend (database, Web API, etc.). There's currently support for MongoDB and Usergrid, a backend-as-a-service. This project was spawned out of

[nodejs] Re: [ANN] STLJS Meetup, Thursday, Jun 19 @ 6:30pm

2014-07-17 Thread Albert Engelbrecht
Awesome, I'll definitely check that out when they are up. On Wednesday, July 16, 2014 2:10:04 PM UTC-5, Michael Bradley, Jr. wrote: Just letting you know: I've had a problem ever since I updated Final Cut Pro and Compressor to their latest point releases (don't know a way to roll back).