2005 Commits

Author SHA1 Message Date
Chris Tsang
695c80e2b3 Revert "Update issue templates"
This reverts commit 90ec2e5527e2975c2c3ce04cefc24ee271945d6c.
2022-11-10 13:27:59 +08:00
Chris Tsang
90ec2e5527
Update issue templates 2022-11-10 13:25:43 +08:00
Chris Tsang
be1f8d4fc3 Edit Community.md #715 2022-11-10 12:00:40 +08:00
Billy Chan
e59cc4f795
CHANGELOG 2022-11-09 16:39:02 +08:00
Chris Tsang
cbac780a96
Move once_cell to dev dependencies (#1207) 2022-11-09 16:37:55 +08:00
Billy Chan
330ad51cf4
CHANGELOG 2022-11-09 15:07:17 +08:00
Billy Chan
1b2834137b
[CLI] Fix generating Enum with variant starts with number (#1211) 2022-11-09 15:02:01 +08:00
Billy Chan
d6ca491d80
[CLI] Generate entity Postgres connection with schema search path (#1212) 2022-11-09 15:01:44 +08:00
Chris Tsang
b9a07ee538 Update build script 2022-11-06 22:00:02 +08:00
Chris Tsang
c8b2f6a175 Changelog 2022-11-06 21:07:01 +08:00
Chris Tsang
00b45e25c4 update examples 2022-11-06 21:03:40 +08:00
Chris Tsang
c76f847669 sea-orm-migration 0.10.2 2022-11-06 21:03:37 +08:00
Chris Tsang
762c25c8f7 0.10.2 2022-11-06 21:03:37 +08:00
Chris Tsang
f4300e48aa sea-orm-macros 0.10.2 2022-11-06 21:03:37 +08:00
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