aikar / db

Aikar's Intuitive JDBC Database Wrapper - A clean and intuitive API for Java to remove JDBC boilerplate.
https://idb.emc.gs
MIT License
65 stars 20 forks source link

Use supported Language annotations #12

Closed Proximyst closed 4 years ago

Proximyst commented 4 years ago

The language in @Language annotations is not MySQL but rather just SQL in IntelliJ. As it stands, the annotations are useless to IntelliJ users (which is the IDE they were made for, or so I assume due to the org.intellij.lang.annotations package) as MySQL is not a recognised language.

aikar commented 4 years ago

It appears MySQL must only be valid for IntelliJ Ultimate, because it does work there. But looks like SQL works too, so good with me.