Skip to content

Commit

Permalink
* F
Browse files Browse the repository at this point in the history
  • Loading branch information
benedeki committed Jun 25, 2024
1 parent aef4699 commit ae9b37f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/scala/za/co/absa/fadb/DBFunction.scala
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ object DBFunction {
functionNameOverride: Option[String] = None
)(implicit schema: DBSchema, dBEngine: E)
extends DBFunction[I, R, E, F](functionNameOverride) {

// A constructor that takes only the mandatory parameters and uses default values for the optional ones
def this()(implicit schema: DBSchema, dBEngine: E) = this(None)

Expand Down

0 comments on commit ae9b37f

Please sign in to comment.