Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: support methods in mapper tags to set space to null. #254

Merged
merged 3 commits into from
Nov 12, 2023

Conversation

CorvusYe
Copy link
Collaborator

<mapper namespace="...">
  <create id="createSpace" space="null">
    create space new_space ( vid_type  = INT64 );
  </create>
</mapper>

@codecov-commenter
Copy link

codecov-commenter commented Nov 10, 2023

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (983ddcc) 0.00% compared to head (985a8de) 0.00%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #254   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files          75      75           
  Lines        2563    2566    +3     
  Branches      276     278    +2     
======================================
- Misses       2563    2566    +3     
Files Coverage Δ
.../org/nebula/contrib/ngbatis/proxy/MapperProxy.java 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wey-gu wey-gu merged commit 386b730 into nebula-contrib:master Nov 12, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants