2696 Commits

Author SHA1 Message Date
Chris Tsang
e896e0c7d8 Added Schema::json_schema_from_entity 2025-01-10 21:21:07 +00:00
Chris Tsang
1e496a25ad Update seaography_example 2025-01-10 18:06:38 +00:00
Billy Chan
216479c6f6
CHANGELOG 2025-01-10 23:18:32 +08:00
Billy Chan
f2dbf6375e
update examples 2025-01-10 23:17:50 +08:00
Billy Chan
795ad20522
1.1.4 2025-01-10 23:17:48 +08:00
Billy Chan
4376a29918
DeriveRelatedEntity use async-graphql re-exported by seaography (#2469)
* DeriveRelatedEntity use `async-graphql` re-exported by `seaography`

* Optionally compile related_entity

* Update mod.rs

* private

---------

Co-authored-by: Chris Tsang <chris.2y3@outlook.com>
2025-01-10 23:15:18 +08:00
Billy Chan
1c0bf231af
clippy 2025-01-10 22:06:22 +08:00
Billy Chan
626c25614d
clippy 2025-01-10 21:59:25 +08:00
Chris Tsang
9fd8b4d32f
Update CHANGELOG.md 2025-01-09 19:35:54 +00:00
Matthias Seiffert
5db8cb0a3d
Allow modifying the connection in migrations (#2397)
* Add function run_cli_with_connection

* Delegate run_cli to run_cli_with_connection

* Update sea-orm-migration/src/cli.rs

---------

Co-authored-by: Chris Tsang <chris.2y3@outlook.com>
2025-01-09 19:34:32 +00:00
799189288
bead32a0d8
fix: use fully qualified syntax when call fn name in trait ActiveEnum. (#2460) 2024-12-26 19:33:51 +08:00
Frederik Terstappen
13a3de6633
Update sea orm rocket (#2431)
* Update sea-orm-rocket dependencies

* Update rocket example dependencies

---------

Co-authored-by: Frederik Terstappen <freterstappen+gitlab@gmail.com>
2024-12-24 13:49:28 +00:00
Chris Tsang
72c6fc8931
Fix TryInsert as well (#2459) 2024-12-24 11:32:26 +00:00
Chris Tsang
29b7aa7004 update examples 2024-12-24 00:47:22 +00:00
Chris Tsang
a8a05f4ca4 1.1.3 2024-12-24 00:47:21 +00:00
Chris Tsang
0291f06af0 Changelog 2024-12-24 00:39:47 +00:00
Chris Tsang
64582d1f4e Fix schema search path 2024-12-24 00:23:05 +00:00
Chris Tsang
9deef4f9af Fix schema search path 2024-12-24 00:20:34 +00:00
Chris Tsang
5a0ad8cc53 Fix schema search path 2024-12-24 00:17:43 +00:00
Zoltán Szepesi
e27e1d9657
Put schema in quotes for postgres driver (#2436)
* Put schema in quotes for postgres driver

* Add tests
2024-12-23 23:39:52 +00:00
Elichai Turkel
8a256cec6a
Add unique getter to ColumnDef (#2401)
* Add unique getter to ColumnDef

* Update src/entity/column.rs

---------

Co-authored-by: Chris Tsang <chris.2y3@outlook.com>
2024-12-23 23:28:45 +00:00
holmofy
e7af52bf0e
Update COMMUNITY.md (#2398) 2024-12-23 23:26:35 +00:00
Sejun Park
3512c1ff47
Use MIGRATION_DIR environment variable (#2419) 2024-12-23 23:25:09 +00:00
Janosch Reppnow
525ec30905
fix: set transaction mode in single command (#2450) 2024-12-23 23:23:07 +00:00
Chris Tsang
7dffaf1f20
Insert many allow active models to have different column set (#2433)
* Insert many allow active models to have different column set

* comment and fmt

* comment

* clippy

* Fixup

* Refactor

* Docs and restore old implementation

---------

Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2024-12-23 23:12:51 +00:00
Alexander Shishenko
5d0efaa91b
Update COMMUNITY.md (#2434) 2024-12-03 21:13:32 +00:00
Billy Chan
2f584ac18b
CHANGELOG 2024-12-02 17:15:33 +08:00
Billy Chan
bfca886236
codegen: register seaography entity module (#2403)
* codegen: register seaography entity module

* codegen: register seaography active enum

* Update seaography examples

* fmt
2024-12-02 17:14:06 +08:00
Billy Chan
760b825a12
CHANGELOG 2024-12-02 14:55:50 +08:00
Billy Chan
cf99b5f075
update examples 2024-12-02 14:55:35 +08:00
Billy Chan
afdf9bba0d
1.1.2 2024-12-02 14:55:33 +08:00
Billy Chan
7b1495d168
Upstream Pro - 1 (#2415)
* Added `ColumnTrait::enum_type_name()` to signify enum types

* dep

* Added `DbBackend::boolean_value()` for database dependent boolean value

* Bump sea-query

* fmt
2024-12-02 14:33:21 +08:00
Billy Chan
b83a072123
clippy 2024-12-02 14:01:13 +08:00
Billy Chan
9d0f7e3917
clippy 2024-12-02 13:56:27 +08:00
Chris Tsang
2eb398efa9 Bump rust version 2024-12-01 13:20:37 +00:00
Chris Tsang
5f1a9d2a46 update examples 2024-11-04 01:01:05 +00:00
Chris Tsang
4a0fbcc43d 1.1.1 2024-11-04 01:01:05 +00:00
Chris Tsang
8cd03f7e0e
Update CHANGELOG.md 2024-10-25 11:12:17 +01:00
Chris Tsang
8464f79426
Update CHANGELOG.md 2024-10-25 11:10:05 +01:00
Chris Tsang
907a1870f5
Update CHANGELOG.md 2024-10-25 11:09:49 +01:00
Jonas Platte
ead131d937
Use input ident instead of associated type projections in ActiveModel derive (#2349)
* Use input ident instead of associated type projections in ActiveModel derive

* Add a test
2024-10-25 11:04:35 +01:00
Billy Chan
647c93c464
Update example Cargo.lock 2024-10-18 09:36:33 +08:00
Billy Chan
72b1570591
Bump seaography 2024-10-17 15:21:20 +08:00
Billy Chan
0dd2b2290a
Bump sea-schema 2024-10-17 15:21:01 +08:00
Billy Chan
9efc0522d6
Bump sea-query 2024-10-17 15:20:44 +08:00
Billy Chan
79695683b7
use arduino/setup-protoc@v3 2024-10-15 16:38:49 +08:00
Billy Chan
e96fa73a4f
README 2024-10-15 15:56:32 +08:00
Billy Chan
78e0c0584d
README 2024-10-15 15:22:07 +08:00
Billy Chan
1d08ea376d
Re-enable loco-rs examples 2024-10-15 14:51:23 +08:00
Billy Chan
d13e2c8e23
CHANGELOG 2024-10-15 14:36:06 +08:00