Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 64c1a42

Browse filesBrowse files
committed
fix intercept next
1 parent 55040d0 commit 64c1a42
Copy full SHA for 64c1a42

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎Cargo.toml

Copy file name to clipboardExpand all lines: Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88

99
[package]
1010
name = "rbatis"
11-
version = "4.5.49"
11+
version = "4.5.50"
1212
description = "The Rust SQL Toolkit and ORM Library. An async, pure Rust SQL crate featuring compile-time Dynamic SQL"
1313
readme = "Readme.md"
1414
authors = ["ce <zhuxiujia@qq.com>"]

‎src/executor.rs

Copy file name to clipboardExpand all lines: src/executor.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ impl Executor for RBatisTxExecutor {
375375
)
376376
.await?;
377377
if let Some(next) = next {
378-
if next {
378+
if !next {
379379
break;
380380
}
381381
} else {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.