Skip to content

Commit

Permalink
Fix test protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
MazterQyou committed Feb 12, 2024
1 parent e58c7bd commit 90b4b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/cubesql/cubesql/src/compile/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19855,7 +19855,7 @@ limit
"tableau_extract_epoch",
execute_query(
"SELECT EXTRACT(EPOCH FROM (TIMESTAMP '2050-01-01T23:01:01.22')) as t".to_string(),
DatabaseProtocol::MySQL
DatabaseProtocol::PostgreSQL
)
.await?
);
Expand Down

0 comments on commit 90b4b99

Please sign in to comment.