Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaidioz committed Jul 30, 2024
1 parent c138478 commit 7b38ed2
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,15 +374,15 @@ class Propagation(protected val parent: Phase[SourceProgram], protected val phas
case Rql2TimeValue(v) => TimePackageBuilder.FromLocalTime(v)
case Rql2TimestampValue(v) => TimestampPackageBuilder.FromLocalDateTime(v)
case Rql2IntervalValue(
years,
month,
weeks,
days,
hours,
minutes,
seconds,
millis
) => IntervalPackageBuilder.FromRawInterval(years, month, weeks, days, hours, minutes, seconds, millis)
years,
month,
weeks,
days,
hours,
minutes,
seconds,
millis
) => IntervalPackageBuilder.FromRawInterval(years, month, weeks, days, hours, minutes, seconds, millis)
}
}

Expand Down

0 comments on commit 7b38ed2

Please sign in to comment.