Billy Chan
381e175847
Test CRUD on bit datatype ( #1612 )
2023-05-03 12:41:52 +08:00
Billy Chan
d514b511a4
Showcase how to define entity with dynamic table name ( #1622 )
2023-05-03 11:12:23 +08:00
Chris Tsang
692d3bd582
Changelog
2023-04-27 23:44:54 +08:00
Chris Tsang
905834a511
Changelog
2023-04-27 23:43:37 +08:00
Chris Tsang
cc22f479d3
Changelog
2023-04-27 23:40:25 +08:00
Chris Tsang
cd00ba371d
Changelog
2023-04-27 23:34:55 +08:00
Chris Tsang
a6646cdd2d
cargo fmt
2023-04-26 21:42:18 +08:00
Chris Tsang
9e5900e25b
cargo fmt
2023-04-26 21:41:45 +08:00
Chris Tsang
2746271190
Changelog
2023-04-26 21:32:16 +08:00
Chris Tsang
28a5de09d6
Merge pull request #1615 from SeaQL/pulls/1597
...
Pulls/1597
2023-04-26 18:33:54 +08:00
Billy Chan
e6b6629733
Revert SeaORM prelude
...
Add `stream_partial_model` to `Select<E>` and `SelectTwo<E,F>`
Minor refactoring
fmt
Add `into_partial_model` to `Cursor<S>`
refactoring
Add test cases
Fix test cases
More test cases
Move partial_model tests
2023-04-26 18:28:53 +08:00
ForzenString
744e063222
add SelectColumns
only modify select columns
...
add `PartialModelTrait` for a part of model
re-export `PartialModelTrait`
cargo fmt
add fn`into_partial_model` on `Select`&`SelectTwo`
add `DerivePartialModel` to impl `PartialModel`
add macro `DerivePartialModel` to `sea-orm`
disambiguate `SelectColumns` function
fix macro error
cargo fmt && cargo clippy
move `SelectColumns` from helper.rs to traits.rs
cargo fmt
Reduce nest hell of load attribute argument fetch
✅ test `DerivePartialModel` input parse
`DerivePartialModel` not derive with generic
fix `DerivePartialModel` code generate error
remove unused use
cargo fmt
add `into_partial_model` for `SelectTwoMany`
2023-04-26 18:28:44 +08:00
Billy Chan
13bb6e6079
CHANGELOG ( SeaQL/sea-orm#1582 )
2023-04-25 15:26:07 +08:00
Billy Chan
e9104bc9c3
CHANGELOG
2023-04-24 21:15:17 +08:00
Billy Chan
2bb1ddc9b2
CHANGELOG
2023-04-24 18:01:18 +08:00
Billy Chan
c24f8e8e36
CHANGELOG
2023-04-24 17:59:59 +08:00
Billy Chan
9ca01b3e7c
Upgrade tracing-subscriber
dependency to 0.3.17 ( #1609 )
...
* Upgrade `tracing-subscriber` dependency to 0.3.17
* Revert "fix: `regex` dep should enable `unicode` feature (#1605 )"
This reverts commit 41d9a853342155e0b7df4afb15990225b1c8a981.
2023-04-24 14:21:15 +08:00
Billy Chan
0bc6fdbc2b
CHANGELOG
2023-04-24 12:05:04 +08:00
Billy Chan
b2d78d43da
FromQueryResult
proc_macro no longer add TryGetable
trait bound to generic types (#1603 )
...
* `FromQueryResult` proc_macro no longer add `TryGetable` trait bound to generic types
* clippy
2023-04-24 11:34:35 +08:00
Billy Chan
87998fdf49
CHANGELOG
2023-04-23 12:31:30 +08:00
Billy Chan
41d9a85334
fix: regex
dep should enable unicode
feature ( #1605 )
2023-04-22 01:03:13 +08:00
Billy Chan
cf85d96e44
clippy
2023-04-22 01:02:15 +08:00
Billy Chan
c33cbb23fa
ci: disable clippy checks on sea-orm-cli
until we upgraded clap
to v4 ( clap-rs/clap#4849 )
2023-04-22 00:50:46 +08:00
Billy Chan
9a727ac4b0
ci: Do not deny warnings until we upgraded clap
to v4 ( clap-rs/clap#4849 )
2023-04-22 00:33:11 +08:00
Billy Chan
f876927f53
CHANGELOG
2023-04-13 16:21:22 +08:00
Billy Chan
d45bb5b304
Support composite primary key of length up to 12 ( #1508 )
...
* feat: support composite primary key of length up to 12
* induction proof
* docs
* revert tests
* testing cursor by 4+ columns
2023-04-13 16:18:47 +08:00
Billy Chan
dd261f2a2f
CHANGELOG
2023-04-13 11:48:39 +08:00
Billy Chan
fbb16c73fa
Relation join on AND
/ OR
condition ( #1433 )
2023-04-13 11:48:01 +08:00
Billy Chan
ef78b6d3ff
CHANGELOG
2023-04-13 11:17:18 +08:00
Billy Chan
2c082558df
Generate entity for duplicated many-to-many paths ( #1435 )
...
* Generate entity for duplicated many-to-many paths
* CI: run cargo fmt with nightly channel
2023-04-13 11:16:49 +08:00
Billy Chan
8da8c0a444
CHANGELOG
2023-04-13 11:14:52 +08:00
Billy Chan
a806898f74
feat(migration): configurable migration table name ( #1511 )
2023-04-13 11:12:01 +08:00
Billy Chan
473b769386
CHANGELOG
2023-04-13 11:04:15 +08:00
Billy Chan
6833529441
feat: String
parameters accept any Into<String>
( #1439 )
2023-04-11 12:51:51 +08:00
Chris Tsang
8f785c120a
Changelog
2023-04-11 12:18:38 +08:00
Chris Tsang
b1d1639754
Edit
2023-04-11 12:11:33 +08:00
Iskandarov Lev
6ae515961c
implemented ( #1464 )
2023-04-11 11:23:14 +08:00
Billy Chan
a26dfc8ef7
CHANGELOG
2023-04-08 22:03:48 +08:00
Billy Chan
08659d4f8f
feat: export ConnectionTrait
in sea_orm_migration::prelude
( #1577 )
2023-04-08 21:58:13 +08:00
Chris Tsang
3c00e8f1f7
Edit
2023-04-07 12:16:33 +08:00
Billy Chan
91398a39ac
COMMUNITY
2023-04-05 21:30:09 +08:00
Afaan Bilal
b87167fa6b
Added BookStore to COMMUNITY.md ( #1579 )
2023-04-05 21:18:19 +08:00
ZihanType
e61c3bae30
Add sea-orm-adapter to COMMUNITY.md ( #1580 )
2023-04-05 21:17:48 +08:00
Billy Chan
8143568440
COMMUNITY
2023-03-31 12:29:17 +08:00
aumetra
15109612b8
Add Kitsune to COMMUNITY.md ( #1572 )
2023-03-31 12:26:26 +08:00
atopx
f360e79e1e
Update COMMUNITY.md ( #1567 )
2023-03-27 18:32:59 +08:00
Billy Chan
b974e68353
CHANGELOG
2023-03-26 15:10:03 +08:00
Billy Chan
2f062eabcc
chore: enable postgres-array
feature when sqlx-postgres
backend is selected ( #1565 )
2023-03-26 15:08:16 +08:00
Billy Chan
68e5393ef3
cargo publish will wait for crates.io index to update
2023-03-25 23:10:09 +08:00
Billy Chan
edfb26d298
CHANGELOG
2023-03-25 23:05:11 +08:00