Code Monkey home page Code Monkey logo

Comments (7)

aadrian avatar aadrian commented on July 21, 2024

+1

from mirage.

takezoe avatar takezoe commented on July 21, 2024

What kind of document do you need?
For example, SQL syntax which is supported in Mirage? or How to extend SQL syntax?

from mirage.

aadrian avatar aadrian commented on July 21, 2024

What kind of document do you need?

The JavaDocs of the parser classes in English please.
Also since the parser is hand made (not generated from a grammar), a little more explanation would be helpful.

SQL syntax which is supported in Mirage?

That would be very useful.

or How to extend SQL syntax?

This would be even better :).

Thanks in advance.

from mirage.

takezoe avatar takezoe commented on July 21, 2024

The JavaDocs of the parser classes in English please.
Also since the parser is hand made (not generated from a grammar), a little more explanation would be helpful.

OK, I'll make effort to fill Javadoc.

SQL syntax which is supported in Mirage?

See the following page about syntax:
http://amateras.sourceforge.jp/site/mirage/2waysql.html

from mirage.

amanu avatar amanu commented on July 21, 2024

@aionescu

Please translate and document at least the SQL parser part of Mirage.

+1

It looks like a very interesting functionality that might have use in many projects.

true. we use that part quite allot to avoid the PreparedStatement#setXXX(int, XXX) horrible inflexible and very error prone syntax.

@takezoe

SQL syntax which is supported in Mirage?

See the following page about syntax:
http://amateras.sourceforge.jp/site/mirage/2waysql.html

that's very useful, and we were using it from day one.

or How to extend SQL syntax?

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.

from mirage.

werne avatar werne commented on July 21, 2024

+1

from mirage.

hansgru avatar hansgru commented on July 21, 2024

+1 any news regarding the docs?

from mirage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.