-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translate and document the SQL Parser. #3
Comments
+1 |
What kind of document do you need? |
The JavaDocs of the parser classes in English please.
That would be very useful.
This would be even better :). Thanks in advance. |
OK, I'll make effort to fill Javadoc.
See the following page about syntax: |
+1
true. we use that part quite allot to avoid the PreparedStatement#setXXX(int, XXX) horrible inflexible and very error prone syntax.
that's very useful, and we were using it from day one.
we would need that very much: would like to extend the statements with some formatted headers. since we have so many statements now, it's hard to differentiate them only by the file name, so would like to put that metadata there and parse it too. regards. |
+1 |
+1 any news regarding the docs? |
Please translate and document at least the SQL parser part of Mirage.
It looks like a very interesting functionality that might have use in many projects.
Thank you very much.
The text was updated successfully, but these errors were encountered: