-
Notifications
You must be signed in to change notification settings - Fork 26
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
parser: support SQL comments #200
Comments
Hello, |
Hi, please move to xqueries/xdb and find that issue. We no longer work in this repo |
You're more than welcome to pick up this issue here if you'd like. Tim has made a fork and has moved to that, however you're welcome to contribute to whichever you would like. I'd be happy to review a PR if you open it. |
Ok, but is there any particular reason for maintaining two different project works? |
I would really like to work on building a database. I like the project. |
@tomarrell is inactive since about febuary, and I'm not an admin in this repo, so I can't archive it or anything |
the goal set of the new project is just a different roadmap really |
Let's take this discussion to xqueries/xdb#1 |
Ok, if it's about inactivity |
Sure, I have certainly been less than active, that is true. However, I would not consider this project abandoned by any means. I would consider it more of a long running project. The goal of this project when I first embarked on it was to build something that was ultimately as simple as possible in order to act as a good reference for people who want to learn the inner workings of a distributed database. If you share the same goals, then you're more than welcome to contribute here if you would like. Otherwise, xqueries/xdb looks to be a good option if you would like to take it past this above goal, as it appears they're looking to build something a little more tuned for production use. |
Yes, I would fully agree with that description! Feel free to choose either one, you're welcome in both projects! |
Right now I would like to choose xdb. No hard feelings. |
No worries at all. Best of luck! |
Extend the parser so that he supports comments as specified here (https://www.sqlite.org/lang_comment.html).
The text was updated successfully, but these errors were encountered: