Skip to content

sequence now returns an owning type#363

Merged
anarthal merged 27 commits intodevelopfrom
feature/359-sequence-owning
Oct 11, 2024
Merged

sequence now returns an owning type#363
anarthal merged 27 commits intodevelopfrom
feature/359-sequence-owning

Conversation

@anarthal
Copy link
Copy Markdown
Collaborator

@anarthal anarthal commented Oct 4, 2024

Renamed format_sequence_view to format_sequence
format_sequence members are now part of the public API
Moved sequence to a separate header
Added sequence_range_t

close #359

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.04%. Comparing base (41f07d2) to head (9debf1e).
Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #363   +/-   ##
========================================
  Coverage    99.04%   99.04%           
========================================
  Files          141      143    +2     
  Lines         7140     7154   +14     
========================================
+ Hits          7072     7086   +14     
  Misses          68       68           
Files with missing lines Coverage Δ
include/boost/mysql/detail/format_sql.hpp 100.00% <ø> (ø)
include/boost/mysql/detail/sequence.hpp 100.00% <100.00%> (ø)
include/boost/mysql/format_sql.hpp 100.00% <ø> (ø)
include/boost/mysql/impl/format_sql.hpp 100.00% <100.00%> (ø)
include/boost/mysql/impl/with_params.hpp 100.00% <ø> (ø)
include/boost/mysql/sequence.hpp 100.00% <100.00%> (ø)

Continue to review full report in Codecov by Sentry.

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

@anarthal anarthal merged commit 6842c2d into develop Oct 11, 2024
@anarthal anarthal deleted the feature/359-sequence-owning branch October 11, 2024 20:17
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.

Client-side SQL: sequence should be an owning type

1 participant