Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

更新 engine CondDeleted 函数的实现 #1229

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

更新 engine CondDeleted 函数的实现 #1229

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Feb 14, 2019

避免 在使用 postgres 数据库同时, 开启 deleted Tag 情况下
engine.Find 函数调用报错 pq: invalid input syntax for integer: "0001-01-01 00:00:00"

避免 在使用 postgres 数据库同时, 开启 deleted Tag 情况下
engine.Find 函数调用报错 `pq: invalid input syntax for integer: "0001-01-01 00:00:00"`
@codecov-io
Copy link

Codecov Report

Merging #1229 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1229      +/-   ##
==========================================
+ Coverage   57.35%   57.37%   +0.02%     
==========================================
  Files          43       43              
  Lines        7797     7801       +4     
==========================================
+ Hits         4472     4476       +4     
  Misses       2771     2771              
  Partials      554      554
Impacted Files Coverage Δ
engine.go 61.7% <100%> (+0.17%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e410f04...856c971. Read the comment docs.

@lunny
Copy link
Member

lunny commented Feb 17, 2019

Could you add some tests?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants