Closed CorvusYe closed 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
14c6018
) 0.00% compared to head (d781052
) 0.00%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Failed again.
pikaへ /| /\7 ∠_/ / │ / / │ Z _,< / /`ヽ │ ヽ / 〉 Y ` / / イ● 、 ● ⊂⊃〈 / () へ | \〈 >ー 、_ ィ │ // / へ / ノ<| \\ ヽノ (/ │// 7 |/ >―r ̄ ̄`ー―_6
1.2.0
Dependencies upgrade
Feature
<nGQL>
include query pieces. (#212, via dieyi)NgPath
, when 'with prop' is used in nGQL, edge attributes can be obtained from NgPath. (#228, via dieyi)insertEdgeBatch
interface inNebulaDaoBasic
. (#244, via Sunhb)deleteByIdBatch
interface inNebulaDaoBasic
. (#247, via Sunhb)Bugfix
fix: support methods in mapper tags to set space to null.
fix: #190 Insert failed when tag has no attributes
chore: removing and exclude some packages: log4j related or useless.
fix: #194 we can name the interface by
@Component
and@Resource
, for example:@Component("namedMapper")
: use@Resource("namedMapper$Proxy")
to inject. (since v1.0)@Resource("namedComponent")
: use@Resource("namedComponent")
to inject. (new feature)fix: when DAO/Mapper method has
Page
type param with@Param
, the param name can not be use.fix:class 'ResultSetUtil.java' parse datetime type error. (#241, via 爱吃辣条的Jerry)
Develop behavior change
Dependencies changing: