Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

Values for DateTime properties below SQLDateTime.MinValue cause errors on push

Đang mở
#30 0 bình luận 0 reaction 1 người được giao Xem trên GitHub

@adecler đang làm issue này rồi.

Từ ngày 17/2/2023.

Đánh giá

Issue này chưa được đánh giá.

Mô tả

type:bug
Description:

When pushing any objects with a DateTime property set to DateTime.MinValue or any value before the SQLDateTime.MinValue of 1/1/1753, the push fails as the DateTime can not be sent to the DB. We should add handling to check for values below the SQL MinValue, and set them to the SQL MinValue accordingly.

Steps to reproduce:

Send object with a DateTime property set to earlier than 1753 to a SQL table for the corresponding object type.

Expected behaviour:

Successful push of the object, with the date set to the SQL MinValue.

Ngôn ngữ chính
C#
Star
1
Fork
1
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue tương tự

Thêm issue về C#

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.