dsferruzza / simpleSqlParser

Javascript library to parse CRUD (Create Retrieve Update Delete) SQL queries.
98 stars 30 forks source link

Added RIGHT JOIN, changed default behaviour of JOIN #7

Closed oshamin closed 10 years ago

oshamin commented 10 years ago

Added RIGHT JOIN. Changed default behaviour of JOIN from LEFT JOIN to INNER JOIN.

https://github.com/oshamin/simpleSqlParser/commit/50bf0bd4b3b50d71c1679f38a5aada163d37f65e

dsferruzza commented 10 years ago

Hi!

Thanks for your contribution! The changes you made totally make sense, but there are some minor issues with your implementation:

If you fix these issues and make a pull request, I'll merge it! Is this OK for you? You seem new to GitHub, so tell me if you need help.

Also, I'm starting to think about rewriting the whole project. Feel free to comment #6 !