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
Chris Tsang
562778f61d
One last refactor
2024-05-29 01:01:12 +01:00
Chris Tsang
e3f64b1892
Refactor
2024-05-29 01:00:14 +01:00
Chris Tsang
461aa925f6
Fix bug and update changelog
2024-05-29 00:53:09 +01:00
Chris Tsang
9152d8cac9
Refactor
2024-05-28 20:30:13 +01:00
Chris Tsang
3e45ac42a2
Revert case_style.rs
2024-05-28 20:18:25 +01:00
Anshul Sanghi
33230ab3ad
Auto Generated ActiveEnum String Values And Model Column Names ( #2170 )
...
* WIP: Add Basic Support For Providing String Value For ActiveEnum Variants Based On Renaming Rules #2160
* WIP: Use Existing Case Style Handlers For Enum Rename Rules, Add Unit Tests For DeriveActiveEnum rename rules #2160
* WIP: Improve Implementation Of Name Case Parameters In ActiveEnum Macros #2160
* WIP: Implement Case Styles Based Name Generation For Columns In A Model #2160
* Fix Formatting #2160
* Rename Column Name And Enum Variant Renaming Macro Attributes #2160
* Revert Adding `Rename` Attribute For Column Names #2160
* Revert Unintended Formatting Changes #2160
* Fix formatting
---------
Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2024-05-28 20:02:41 +01:00
Chris Tsang
17b4081444
Changelog
2024-05-28 16:42:45 +01:00
Chris Tsang
7678624cd9
README
2024-05-28 16:29:46 +01:00
Chris Tsang
e75fa6aa49
README
2024-05-28 16:29:19 +01:00
Chris Tsang
3865ca3729
README
2024-05-28 16:28:34 +01:00
Chris Tsang
4ae267d808
README
2024-05-28 16:24:24 +01:00
Billy Chan
b575072aa5
README
2024-05-28 16:01:06 +08:00