xerial / sbt-sql

A sbt plugin for generating useful Scala case classes from SQL files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

comparing values of types Int and java.sql.JDBCType using `==' will always yield false

xuwei-k opened this issue · comments

in 48b2db7

/src/main/scala/xerial/sbt/sql/SQLModelClassGenerator.scala:65: comparing values of types Int and java.sql.JDBCType using `==' will always yield false
[warn]           val elementType = if(tpe == JDBCType.ARRAY) {
[warn]                                    ^

Removed this unused code.