Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
usfalami committed Sep 11, 2024
1 parent 0a2a70c commit a63ea67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/usf/jquery/core/Operator.java
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ static TypedOperator date() {
}

static TypedOperator time() {
return new TypedOperator(TIME, cast("TIME"), required(TIMESTAMP, TIMESTAMP_WITH_TIMEZONE));
return new TypedOperator(TIME, cast("TIME"), required(VARCHAR, TIMESTAMP, TIMESTAMP_WITH_TIMEZONE));
}

static TypedOperator integer() {
Expand Down

0 comments on commit a63ea67

Please sign in to comment.