Skip to content

Commit 72781fc

Browse files
committed
chore: drop delete.sql
1 parent 9f21f6b commit 72781fc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

rust/cubesql/cubesql/test.sql

Whitespace-only changes.

rust/cubesql/pg-srv/src/values/timestamp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ impl Display for TimestampValue {
100100
}
101101

102102
// POSTGRES_EPOCH_JDATE
103-
// https://github.com/postgres/postgres/blob/REL_14_4/src/include/datatype/timestamp.h#L162
103+
// https://github.com/postgres/postgres/blob/REL_14_4/src/include/datatype/timestamp.h#L163
104104
fn pg_base_date_epoch() -> NaiveDateTime {
105105
NaiveDate::from_ymd_opt(2000, 1, 1)
106106
.unwrap()

0 commit comments

Comments
 (0)