Releases: EvidentSolutions/dalesbred-idea-plugin
Releases · EvidentSolutions/dalesbred-idea-plugin
v0.5.2
- Fix inspection message that said "expected n parameters, but got n".
v0.5.1
- Support
findMap
-calls with values having multiple parameters (#10)
v0.5.0
- Don't warn about instantiation of types specially supported by Dalesbred
- Fix exception when parsing SQL with incomplete aliases
- Require IDEA 2016
- Port code to Kotlin
v0.4.0
- Support @DalesbredInstantiator in inspections.
- Improvements to parsing select lists with sub-selects.
- Support analyzing findOptional.
v0.3.1
- Handle comments in SQL statements when counting placeholders.
v0.3.0
- Support for Dalesbred 1.0 (which changed package to org.dalesbred).
Old 0.x-versions are still supported as well.