chore(deps): update rust crate rbatis to v4.6.12 #116
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.5.29->4.6.12Release Notes
rbatis/rbatis (rbatis)
v4.6.12Compare Source
what changes?
crud!for select target columnsv4.6.11Compare Source
v4.6.10Compare Source
v4.6.9Compare Source
v4.6.8Compare Source
add page method:
v4.6.7Compare Source
order bysql when runcountsqlv4.6.6Compare Source
v4.6.5Compare Source
*_by_mapmethod will be skip null for example value!{ "name": null }v4.6.4Compare Source
order bywhen runcountsqlv4.6.3Compare Source
in ()sql will be return default resultv4.6.2Compare Source
select_by_map(&rb, value!{"id": &[]}).await;if is select empty array ,will be return empty vec result.v4.6.1Compare Source
v4.6.0Compare Source
what changes?
*_by_columnmethods ( use*by_mapreplace)v4.5.51Compare Source
what changes?
v4.5.50Compare Source
what changes?
v4.5.49Compare Source
what changes?
v4.5.48Compare Source
what changes?
crud!add select_by_mapcrud!add update_by_mapcrud!add delete_by_mapfor example:
v4.5.47Compare Source
what changes?
v4.5.46what changes?
idcolumn useVARCHAR(50)v4.5.44Compare Source
what changes?
if tx.done{ }totx.done(){ }v4.5.43Compare Source
what changes?
if tx.done{ }totx.done(){ }v4.5.42Compare Source
what changes?
v4.5.41Compare Source
what changes?
PageInterceptto Processing pagination requests.rb.set_intercepts(vec![...])do not forget add PageIntercept first!v4.5.40Compare Source
what changes?
htmlsql_select_page!andpysql_select_page!will be auto generate count sql, so You just need to write one query statement.for example
v4.5.39Compare Source
what changes?
crud!macro intellisensev4.5.37Compare Source
what changes?
v4.5.36what changes?
v4.5.34Compare Source
What Changes?
ColumMappertoColumnMapperfn get_columntofn get_column_type[rbatis]to[rb]v4.5.33Compare Source
what changes?
IPagetrait break change rename methodget_records()torecords(),get_records_mut()torecords_mut()IPagetrait add methodrecords_take(),set_records()methodsmodv4.5.32Compare Source
what changes?
v4.5.31Compare Source
what changes?
rbdc-pgversionv4.5.30Compare Source
what changes?
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.