Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Releases: EvidentSolutions/dalesbred-idea-plugin

v0.5.2

31 Jan 05:49
Compare
Choose a tag to compare
  • Fix inspection message that said "expected n parameters, but got n".

v0.5.1

28 Jan 21:37
Compare
Choose a tag to compare
  • Support findMap-calls with values having multiple parameters (#10)

v0.5.0

28 Jan 21:36
Compare
Choose a tag to compare
  • 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

27 Nov 20:30
Compare
Choose a tag to compare
  • Support @DalesbredInstantiator in inspections.
  • Improvements to parsing select lists with sub-selects.
  • Support analyzing findOptional.

v0.3.1

31 Jan 05:50
Compare
Choose a tag to compare
  • Handle comments in SQL statements when counting placeholders.

v0.3.0

31 Jan 05:50
Compare
Choose a tag to compare
  • Support for Dalesbred 1.0 (which changed package to org.dalesbred).
    Old 0.x-versions are still supported as well.