Changelog
This commit is contained in:
parent
c56c072f27
commit
387b07e1c5
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
@ -308,7 +308,6 @@ jobs:
|
||||
matrix:
|
||||
runtime: [async-std]
|
||||
tls: [native-tls, rustls]
|
||||
sqlite_flavor: ["", sqlite-use-returning-for-3_35]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
@ -320,8 +319,10 @@ jobs:
|
||||
Cargo.lock
|
||||
target
|
||||
key: ${{ github.sha }}-${{ github.run_id }}-${{ runner.os }}-sqlite-${{ matrix.runtime }}-${{ matrix.tls }}
|
||||
- run: cargo test --test '*' --features default,sqlx-sqlite,runtime-${{ matrix.runtime }}-${{ matrix.tls }},${{ matrix.sqlite_flavor }}
|
||||
- run: cargo test --manifest-path sea-orm-migration/Cargo.toml --test '*' --features sqlx-sqlite,runtime-${{ matrix.runtime }}-${{ matrix.tls }},${{ matrix.sqlite_flavor }}
|
||||
- run: cargo test --test '*' --features default,sqlx-sqlite,runtime-${{ matrix.runtime }}-${{ matrix.tls }}
|
||||
- run: cargo test --manifest-path sea-orm-migration/Cargo.toml --test '*' --features sqlx-sqlite,runtime-${{ matrix.runtime }}-${{ matrix.tls }}
|
||||
- run: cargo test --test '*' --features default,sqlx-sqlite,runtime-${{ matrix.runtime }}-${{ matrix.tls }},sqlite-use-returning-for-3_35
|
||||
- run: cargo test --manifest-path sea-orm-migration/Cargo.toml --test '*' --features sqlx-sqlite,runtime-${{ matrix.runtime }}-${{ matrix.tls }},sqlite-use-returning-for-3_35
|
||||
|
||||
mysql:
|
||||
name: MySQL
|
||||
|
@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 0.12.12 - Pending
|
||||
## Master - Pending
|
||||
|
||||
* Added feature flag `sqlite-use-returning-for-3_35` to use SQLite's returning https://github.com/SeaQL/sea-orm/pull/2070
|
||||
|
||||
## 0.12.12 - 2023-01-22
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user