2612 Commits

Author SHA1 Message Date
Billy Chan
bf65bfd205
Fix examples 2024-08-09 22:22:51 +08:00
Billy Chan
eb4ce3a0f4
update examples 2024-08-09 18:33:11 +08:00
Billy Chan
9d5e3eed79
1.1.0-rc.1 2024-08-09 18:33:10 +08:00
Billy Chan
563562d325
Bump SQLx to 0.8 (#2305)
* Bump SQLx to 0.8

* Bump bigdecimal to 0.4

* Bump sea-query

* Bump sea-schema

* Fix clippy warnings

* Patch for examples

* Fix: enable serde feature on dependent crates

* `TryGetable` for MySQL String

* Fix pi_tests

* Fix uuid_tests

* Handle MySQL into_json

* examples CI

* Fix

* Drop Git override

* Bump to RC version

* revert
2024-08-09 18:32:14 +08:00
Billy Chan
c43e15e2cd
Update README.md 2024-08-09 11:16:54 +08:00
Billy Chan
c2fc62a903
GraphQL based Admin Dashboard with Loco and Seaography (#2297)
* backend

* frontend

* frontend

* README

* CI

* fmt

* docs

* edit

* rename

* Bump seaography to 1.0

* Cargo.lock
2024-08-09 11:13:45 +08:00
Billy Chan
dbe9e8f586
CI: update DB versions 2024-08-06 12:25:08 +08:00
Billy Chan
7e433df171
CHANGELOG 2024-08-02 17:26:48 +08:00
Billy Chan
507c1fd732
Cleanup runtime features 2024-08-02 17:21:57 +08:00
Billy Chan
5a932afb33
Cleanup runtime features 2024-08-02 17:21:18 +08:00
Billy Chan
6f0cf6283a
Bump SeaQL crates 2024-08-02 17:14:24 +08:00
Chris Tsang
8475ea0346 pub use sqlx 2024-08-02 10:13:59 +01:00
Chris Tsang
9675dd0bf3 Optimize try_get when pre is empty 2024-08-02 10:10:15 +01:00
Billy Chan
2c70ad10be
update examples 2024-08-02 17:08:29 +08:00
Billy Chan
4587d36e6f
1.0.0 2024-08-02 17:08:28 +08:00
Billy Chan
649f5527fc
Update build-tools/bump.sh 2024-08-02 17:08:28 +08:00
Billy Chan
651c419b1b
Fix clippy warnings 2024-08-02 14:45:14 +08:00
Billy Chan
eafaeb4d4d
edit 2024-07-24 11:48:23 +08:00
Billy Chan
825cb14e39
fmt 2024-07-17 10:46:23 +08:00
Chris Tsang
b14c143110 Add examples 2024-07-15 17:31:42 +01:00
Billy Chan
23523f0aac
CHANGELOG 2024-07-15 14:09:28 +08:00
Billy Chan
9fd5523d65
Examples: Loco x Seaography (#2270)
* Examples: Loco x Seaography

* fmt

* Edit
2024-06-26 14:50:00 +08:00
Billy Chan
c3cd3f347d
CHANGELOG 2024-06-25 11:50:11 +08:00
Billy Chan
d87f586bbf
update examples 2024-06-25 11:50:11 +08:00
Billy Chan
dbf475bf9d
1.0.0-rc.7 2024-06-25 11:50:11 +08:00
Jubilee
64ca6690b0
Fix doc build (#2267)
* Demand time 0.3.35

Fixes docs builds

* Check in Cargo.lock

See the T-cargo change in guidance:
- https://blog.rust-lang.org/2023/08/29/committing-lockfiles.html

* Bump dependency

* Revert gitignore

---------

Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2024-06-25 11:47:13 +08:00
Billy Chan
7d537748b7
Bump dependency 2024-06-25 10:45:18 +08:00
Billy Chan
4709d92ad2
docs 2024-06-21 17:36:47 +08:00
Billy Chan
5e04b3b551
fmt 2024-06-19 20:45:39 +08:00
Billy Chan
9daabb19ee
CHANGELOG 2024-06-19 20:44:15 +08:00
Billy Chan
17b2f6e98e
update examples 2024-06-19 20:41:59 +08:00
Billy Chan
3758f0c51d
1.0.0-rc.6 2024-06-19 20:41:58 +08:00
Billy Chan
e1ce7c50b1
CHANGELOG 2024-06-19 20:40:39 +08:00
Billy Chan
1c03a28c8a
docs 2024-06-19 20:40:39 +08:00
Billy Chan
bca933a055
CLI: generate has_one relation for foreign key of unique index / constraint (#2254)
* CLI: generate `has_one` relation for foreign key of unique index / constraint

* Primary key column is unique

* Bump dependency

* Fix
2024-06-19 20:40:07 +08:00
Billy Chan
b4506c0647
MySQL insert on conflict do nothing (#2244)
* MySQL insert on conflict do nothing

* on_conflict_do_nothing

* clippy
2024-06-19 20:09:30 +08:00
Chris Tsang
ad9f3c4112 Doc 2024-06-19 12:58:24 +01:00
Chris Tsang
1cdbbd4025 Added QuerySelect::tbl_col_as 2024-06-19 12:57:55 +01:00
Chris Tsang
a9c2e1bd0b FIX YOU 2024-06-19 12:41:24 +01:00
Billy Chan
9e93107bb8
Fix 2024-06-19 19:06:17 +08:00
Billy Chan
66e9e7d5ee
Update dependency 2024-06-19 19:03:06 +08:00
Billy Chan
36f50c8315
CHNAGELOG 2024-06-19 18:31:05 +08:00
Billy Chan
42dae34396
Non TLS runtime (#2256)
* Non TLS runtime

* Fix
2024-06-19 17:26:25 +08:00
Jérémie Drouet
055dbf02d4
fix: update setting search path in postgres (#2241)
* fix: update setting search path in postgres

When using multiple schemas in search path for postgres, using quoted string breaks the ability to use multiple schemas.
Removing the quotes fixes it.

* Add test cases

---------

Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2024-06-19 16:05:14 +08:00
Billy Chan
0c39e77c7e
Migration schema nullable column set null explicitly (#2255)
* Migration schema set null explicitly

* Migration test use schema helper
2024-06-19 15:56:48 +08:00
Billy Chan
b33231c839
Install sea-orm-cli from GitHub 2024-06-07 17:34:14 +08:00
Billy Chan
7739c7e10b
Test PostgreSQL up to v16 (#2245) 2024-06-03 15:32:09 +08:00
Chris Tsang
ac6c85f719 update examples 2024-05-29 13:46:38 +01:00
Chris Tsang
987cb38aaf 1.0.0-rc.5 2024-05-29 13:46:38 +01:00
Billy Chan
f3ff417ec4
Loco Starter Example async fs 2024-05-29 17:26:51 +08:00