[#2694] Fixed Scala API Conversions API regression

This commit is contained in:
Lukas Eder 2014-04-16 12:54:06 +02:00
parent 70956b7f71
commit 926ab9917f

View File

@ -210,7 +210,7 @@ object Conversions {
// QueryPart API
// -------------
def toSQL(context : RenderContext) = underlying.asInstanceOf[QueryPartInternal].toSQL(context)
override def toSQL(context : RenderContext) = underlying.asInstanceOf[QueryPartInternal].toSQL(context)
override def bind (context : BindContext) = underlying.asInstanceOf[QueryPartInternal].bind(context)
// String operations