alexfu / SQLiteQueryBuilder

A library that provides a simple API for building SQLite query statements in Java.
MIT License
70 stars 21 forks source link

Join operators. #15

Closed monxalo closed 9 years ago

monxalo commented 9 years ago

This adds LEFT OUTER JOIN, CROSS JOIN and the optional NATURAL operator.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-2.12%) to 95.91% when pulling f74404bb03b45f7602d66af64eb805c4811cccb5 on monxalo:join-operators into 222bac0b4c39f80838dcf6c5160a3847fb6a9d65 on alexfu:develop.

shadeven commented 9 years ago

It looks good to me except the coverage decreased. Let's see what @alexfu will say. :thumbsup:

alexfu commented 9 years ago

Been so busy, haven't been able to get to any of my own projects in a while... @monxalo thanks for this contribution!

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.18%) to 98.2% when pulling 79cb34d325654c6633e316871519b3b1e2645633 on monxalo:join-operators into 222bac0b4c39f80838dcf6c5160a3847fb6a9d65 on alexfu:develop.

monxalo commented 9 years ago

@alexfu No problem. I started using this library and helped me so i'm happy to help improve it.

shadeven commented 9 years ago

@monxalo, do you need more people on your project? I am happy to contribute.