Chris Tsang
ac00118808
sea-orm-cli 0.10.2
2022-11-06 21:03:36 +08:00
Chris Tsang
a459f24320
sea-orm-codegen 0.10.2
2022-11-06 21:03:36 +08:00
Chris Tsang
40e44b31dd
Update MSRV to 1.65
2022-11-06 21:03:35 +08:00
Chris Tsang
712f3bf707
Update CHANGELOG.md
2022-11-06 14:20:26 +08:00
e-rhodes
69612fa507
Fix typo in error name ( #1180 )
...
* fix typo in error name
* fixed typo in docs
Co-authored-by: erhodes <erik@space-nav.com>
2022-11-06 14:18:07 +08:00
Chris Tsang
31a8895e39
Changelog
2022-11-06 13:04:31 +08:00
Chris Tsang
79430e3dd1
Update example
2022-11-06 13:00:05 +08:00
Chris Tsang
b0e91dcddf
sea-orm-rocket 0.5.2
2022-11-06 13:00:05 +08:00
Marco Napetti
9d25ee9ac1
use GAT to elide StreamTrait lifetime ( #1161 )
2022-11-06 12:55:21 +08:00
Jakob
9952aa6740
Make sqlx logging configurable for seaorm-rocket ( #1192 )
2022-11-06 12:03:07 +08:00
Billy Chan
9dfc481c3b
Fix clippy warnings ( #1188 )
...
* Fix clippy warnings
* More fixes
2022-11-04 19:14:31 +08:00
frederikhors
9af5885632
Update writer.rs ( #1174 )
...
Fixes https://github.com/SeaQL/sea-orm/issues/1173
2022-11-04 18:37:44 +08:00
Andrei Sousa
485f5e4fb0
Add Fikabot to COMMUNITY.md ( #1168 )
...
Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2022-11-04 18:35:17 +08:00
Eric
0844b240d7
Community.md ( #1187 )
2022-11-04 18:33:40 +08:00
Billy Chan
445617b1c1
Update CHANGELOG.md
2022-11-03 20:54:09 +08:00
Billy Chan
ccfb59f74a
Skip running CI on MD changes
2022-11-03 17:14:56 +08:00
Billy Chan
4cf58af4b1
Skip running CI on MD changes ( #1184 )
2022-11-03 10:35:27 +08:00
Chris Tsang
5cce1d3632
Update CHANGELOG.md
2022-10-28 01:05:28 +08:00
Marco Napetti
9f2a6dc40b
Fix transaction metrics ( #1165 )
2022-10-28 01:00:04 +08:00
洛梧藤
2e398716de
Add project Ceobe Canteen Server ( #1160 )
2022-10-27 18:14:07 +08:00
Billy Chan
3ff663090c
0.10.1
2022-10-27 16:07:39 +08:00
Billy Chan
ecf49b5155
update examples
2022-10-27 16:03:45 +08:00
Billy Chan
61a390f049
sea-orm-migration 0.10.1
2022-10-27 16:03:40 +08:00
Billy Chan
a85f6a3804
0.10.1
2022-10-27 16:03:39 +08:00
Billy Chan
7fb7649aa4
sea-orm-macros 0.10.1
2022-10-27 16:03:38 +08:00
Billy Chan
8b748d290a
sea-orm-cli 0.10.1
2022-10-27 16:03:37 +08:00
Billy Chan
2419401d30
sea-orm-codegen 0.10.1
2022-10-27 16:03:36 +08:00
Billy Chan
c91aa354b4
Bump sea-schema to 0.10.2
2022-10-27 15:41:10 +08:00
Billy Chan
7592799518
CHANGELOG
2022-10-27 15:34:15 +08:00
Billy Chan
29508a725d
CHANGELOG
2022-10-27 15:33:34 +08:00
Billy Chan
fdb3cff29f
SQLite support time
crate ( #995 )
...
* SQLite support `time` crate
* Serialize time types for SQLite query results
2022-10-27 14:35:39 +08:00
Billy Chan
5e0c625ac0
Fix - vector of float & double does not derive Eq ( #1158 )
...
* Fix - vector of float & double does not derive Eq
* clippy
Co-authored-by: Chris Tsang <chris.2y3@outlook.com>
2022-10-27 00:40:03 +08:00
Billy Chan
1497c2c7f0
Fix DeriveActiveEnum requires additional imports ( #1154 )
...
* fix: Support deriving ActiveEnum without importing EnumIter, Iden, and ActiveEnum
* style: Fix format
* DeriveActiveEnum without depending on sea_query::Iden derive macros
* [issues] add tests
* Fix [issues] features
Co-authored-by: Naoki Ikeguchi <me@s6n.jp>
2022-10-27 00:17:46 +08:00
Chris Tsang
564092fc98
Changelog
2022-10-26 23:58:19 +08:00
Chris Tsang
ad8ea4158f
Changelog
2022-10-26 23:57:59 +08:00
Chris Tsang
5af4146f0b
Changelog #1150
2022-10-26 23:45:41 +08:00
Billy Chan
9108e74dac
Fix conflicting short flag -u
when executing sea-orm-cli migrate generate
command ( #1157 )
2022-10-26 21:01:24 +08:00
Billy Chan
32061e30b5
Added check to make sure migration name is valid ( #1155 )
...
Co-authored-by: Forest Anderson <forestkzanderson@gmail.com>
2022-10-26 18:19:51 +08:00
Rheydskey
9f2eb3d46c
Add cli feature on sea-orm-migration ( #978 )
...
* Add cli feature on sea-orm-migration
* Add cli feature on sea-orm-cli
* Remove async-std feature and add async-std in the default feature
Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2022-10-26 17:48:06 +08:00
Billy Chan
cb76b8f443
[cli] migrate up should apply all pending migrations ( #1010 )
2022-10-26 17:21:24 +08:00
Billy Chan
f65340680a
[cli] FIXUP - correctly generate entity with Postgres Enum field ( #1153 )
2022-10-26 17:01:58 +08:00
Andrey Kutejko
7e92876feb
Escape Rust keywords used in table names ( #1052 )
...
* Escape Rust keywords used in table names
* Escape rust keyword when generating conjunct relation impl
Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2022-10-26 11:22:08 +08:00
Billy Chan
a3fb8e8b0d
[cli] generate Related
for m-to-n relation ( #1075 )
2022-10-26 11:20:33 +08:00
Chris Tsang
a786dfd616
Changelog
2022-10-23 23:47:32 +08:00
Chris Tsang
433587f31a
0.10.0
2022-10-23 23:30:56 +08:00
Chris Tsang
50fa0843ae
Qualify DbErr
2022-10-23 23:21:21 +08:00
Chris Tsang
6f909df000
Changelog
2022-10-23 23:18:38 +08:00
Billy Chan
a766500ebf
Cont. "Enable convert from ActiveModel to Model" ( #990 )
...
* Changelog
* Enable convert from ActiveModel to Model (#725 )
* feat: enable convert from ActiveModel to Model
* feat: add tests for converting from ActiveModel to Model
* cargo fmt
* Refactoring
Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
* Fix clippy warnings
* Use error type
Co-authored-by: Chris Tsang <chris.2y3@outlook.com>
Co-authored-by: greenhandatsjtu <40566803+greenhandatsjtu@users.noreply.github.com>
2022-10-23 23:12:22 +08:00
Chris Tsang
3f07bd19b1
Changelog
2022-10-23 23:11:29 +08:00
Billy Chan
b91ca2b778
Implements fmt::Display
for ActiveEnum
( #986 )
...
Co-authored-by: Chris Tsang <chris.2y3@outlook.com>
2022-10-23 22:29:31 +08:00