Hotfix - sqlite ignore right_join test
This commit is contained in:
parent
d5447bca88
commit
33298636a6
@ -90,11 +90,7 @@ pub async fn left_join() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[async_std::test]
|
#[async_std::test]
|
||||||
#[cfg(any(
|
#[cfg(any(feature = "sqlx-mysql", feature = "sqlx-postgres"))]
|
||||||
feature = "sqlx-mysql",
|
|
||||||
feature = "sqlx-sqlite",
|
|
||||||
feature = "sqlx-postgres"
|
|
||||||
))]
|
|
||||||
pub async fn right_join() {
|
pub async fn right_join() {
|
||||||
let ctx = TestContext::new("test_right_join").await;
|
let ctx = TestContext::new("test_right_join").await;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user