[#2694] Fixed Scala API Conversions API regression
This commit is contained in:
parent
70956b7f71
commit
926ab9917f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user