anorm.PackageCompat.scala Maven / Gradle / Ivy
The newest version!
/*
* Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc.
*/
package anorm
import scala.language.implicitConversions
private[anorm] trait PackageCompat {
// TODO: Review implicit usage there
// (add explicit functions on SqlQuery?)
implicit def sqlToSimple(sql: SqlQuery): SimpleSql[Row] = sql.asSimple
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy