Skip to content

Commit

Permalink
Merge pull request #8 from nihxdr/nihxdr-patch-1
Browse files Browse the repository at this point in the history
fix: Modified the DSL.jsonEntry (closes #7)
  • Loading branch information
GavinRay97 authored Sep 23, 2024
2 parents 6875748 + 1c9c2c0 commit 441f6b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ object JsonQueryGenerator : BaseQueryGenerator() {
is ColumnField -> {
DSL.jsonEntry(
alias,
DSL.field(DSL.name(field.column))
DSL.field(DSL.name(alias))
)
}

Expand Down

0 comments on commit 441f6b0

Please sign in to comment.