2576 Commits

Author SHA1 Message Date
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
Billy Chan
a2f8f68d93
Update dependency 2024-05-28 15:54:28 +08:00
Billy Chan
387d47b105
Remove unused configs 2024-05-28 15:40:38 +08:00
Billy Chan
ba672903ba
README 2024-05-28 15:20:32 +08:00
Billy Chan
2d6b67c04c
cleanup 2024-05-28 15:18:57 +08:00
Billy Chan
b63223d78d
Getting Started with Loco & SeaORM (#2230)
* Getting Started with Loco & SeaORM

* README

* edit

* README
2024-05-28 15:06:53 +08:00
Diptesh Choudhuri
59fb6c11b9
feat: add function to allow order by nulls (#2228)
* feat: add function to allow order by nulls

* fix: make the correct import

* fix: use correct backend for doc tests

* chore: add space
2024-05-27 09:00:56 +01:00
Chris Tsang
2b6e72474a Expose get_xxx_connection_pool by default #2233 2024-05-23 14:08:09 +02:00
Chris Tsang
010433bf16
Update CHANGELOG.md 2024-05-10 23:26:04 +01:00
Chris Tsang
bc899132e2
Merge pull request #2194 from Expurple/set-if-not-equals
Add `ActiveValue::set_if_not_equals()`
2024-05-10 23:22:32 +01:00
Chris Tsang
920f10fe4d
Update CHANGELOG.md 2024-05-10 09:58:15 +01:00
Dmitrii Aleksandrov
605ea19672
Merge branch 'master' into set-if-not-equals 2024-05-09 23:08:32 +04:00
Chris Tsang
e77cc5fa65
Merge pull request #2186 from SeaQL/entity-behavior
Associate `ActiveModel` to `EntityTrait`
2024-05-09 17:53:31 +01:00
Chris Tsang
c2b8c44118
Merge pull request #2185 from SeaQL/pk-arity-trait
`PrimaryKeyArity` trait
2024-05-09 17:50:34 +01:00
Dmitrii Aleksandrov
e162a1be9e
Add ActiveValue::try_as_ref() (#2197) 2024-05-09 17:44:37 +01:00
Billy Chan
aa626fc1fd
clippy 2024-05-06 13:53:41 +08:00
Billy Chan
4693fc125b
update examples 2024-05-03 16:07:49 +08:00
Billy Chan
0798bf2037
1.0.0-rc.4 2024-05-03 16:07:49 +08:00
Billy Chan
36a151bba7
Added ColumnType::Blob (#2213)
* Added `ColumnType::Blob`

* Fix

* Fix

* Use latest rc versions

* bump sea-query & sea-schema

* fix loco examples

* fix loco examples

* revert
2024-05-03 16:07:36 +08:00
Billy Chan
33f4659db7
clippy 2024-05-03 13:46:38 +08:00
Billy Chan
8687407257
seaography examples 2024-05-02 14:13:40 +08:00
Billy Chan
7f0290de3f
Bump sea-schema 2024-05-02 13:18:57 +08:00
Billy Chan
e6649988dd
docs 2024-04-26 11:56:52 +08:00
Chris Tsang
70be029e3b Changelog 2024-04-19 18:45:15 +01:00
Chris Tsang
8ab51c7e9e
Update CHANGELOG.md 2024-04-18 22:25:55 +01:00