1072 Commits

Author SHA1 Message Date
Billy Chan
ac804a1642
Imports PaginatorTrait by default making it backward compatible 2021-11-10 15:26:29 +08:00
Billy Chan
1905f62430
cargo fmt 2021-11-10 14:58:06 +08:00
jasper
05181994d3 Move count to PaginatorTrait 2021-11-10 08:57:05 +08:00
jasper
4b11a10680 Update examples and test 2021-11-09 22:29:48 +08:00
jasper
23498892b0 Add PaginatorTrait and CountTrait 2021-11-09 21:33:55 +08:00
Chris Tsang
03d90d8630 Docs 2021-11-09 16:21:12 +08:00
Chris Tsang
3df0b941c8
Merge pull request #258 from SeaQL/active-enum
Enumeration
2021-11-08 15:53:25 +08:00
Chris Tsang
0d4a237d1c Readme badges 2021-11-08 13:48:05 +08:00
Chris Tsang
4120b16428
Merge pull request #297 from YoshieraHuang/master
Add axum example
2021-11-08 13:38:50 +08:00
Chris Tsang
a0cb03cadb
Merge pull request #303 from SeaQL/codegen-relation-def-warnings
Codegen fix clippy warnings
2021-11-08 13:35:09 +08:00
Billy Chan
cb996d8460
Fix clippy warnings 2021-11-08 12:53:12 +08:00
Billy Chan
666a5bb068
cargo fmt 2021-11-08 12:50:38 +08:00
Billy Chan
1ed6371cbd
Run axum_example on CI 2021-11-08 12:39:36 +08:00
Billy Chan
8b217239fd
Fix clippy warnings 2021-11-08 12:13:29 +08:00
jasper
e0302173c2 Add axum example 2021-11-06 17:33:51 +08:00
Billy Chan
47e2486ead
Refactoring 2021-11-05 16:25:55 +08:00
Billy Chan
10f3de0f9d
Only eq & ne operators with enum casting 2021-11-05 11:13:31 +08:00
Chris Tsang
6a0db92c8b #290 Add option to disable SQLx logging 2021-11-04 23:36:56 +08:00
Billy Chan
67bb168e49
Correctly apply filters on enum columns 2021-11-04 11:40:05 +08:00
Billy Chan
f64f1e9216
DeriveActiveEnum generate code that depends on sea-query inside sea-orm 2021-11-04 11:01:29 +08:00
Billy Chan
2b841b1b5d
Refactoring 2021-11-04 10:49:50 +08:00
Billy Chan
bb78a1d709
More ergonomic DeriveActiveEnum derive macro 2021-11-03 15:38:42 +08:00
Billy Chan
2f7c9ccda7
Refactoring 2021-11-03 10:56:06 +08:00
Billy Chan
0bbb50b7f6
Merge remote-tracking branch 'origin/master' into active-enum 2021-11-03 10:52:29 +08:00
Chris Tsang
e2d4ccf456
Merge pull request #287 from SeaQL/vec-u8-primary-key
Support `Vec<u8>` primary key
2021-11-03 00:32:13 +08:00
Billy Chan
d22ff0db5e
Fixup 2021-11-02 18:35:36 +08:00
Billy Chan
892c0fe57d
Support Vec<u8> primary key 2021-11-02 15:20:27 +08:00
Billy Chan
7309f8a624
cargo fmt 2021-11-02 14:39:45 +08:00
Billy Chan
858e1e047d
Update docs 2021-11-02 14:34:08 +08:00
Billy Chan
158893c540
Enable missing_docs lint 2021-11-02 14:31:28 +08:00
Billy Chan
65542301da
Add docs 2021-11-02 14:25:18 +08:00
Billy Chan
a95ee3123f
Use sea-query master 2021-11-02 12:25:34 +08:00
Billy Chan
6018d3f1b9
Merge remote-tracking branch 'origin/master' into active-enum 2021-11-02 12:18:37 +08:00
Chris Tsang
57c255387f Remove test-temp from Rust.yml 2021-11-02 02:08:49 +08:00
Chris Tsang
d5da351f50
Merge pull request #280 from charleschege/master
Documentation for sea-orm
2021-11-02 02:04:01 +08:00
Billy Chan
6904b9f057
Try fixing sea-orm-macros doctest errors 2021-10-31 15:45:42 +08:00
Billy Chan
fcf3ea9407
Try fixing some doctest errors 2021-10-31 14:40:36 +08:00
Charles Chege
30814f0053 Provide further exaplanation for
pub struct ActiveValue<V>

Add a code snippet for a simple example
2021-10-31 09:03:02 +03:00
Charles Chege
bb83a6df81 Merge branch 'master' of https://github.com/charleschege/sea-orm 2021-10-30 18:57:15 +03:00
Charles Chege
a22350914c Solutions for doc tests 2021-10-30 18:55:53 +03:00
Billy Chan
a1167b774e
Try cargo test with different args 2021-10-30 23:37:44 +08:00
Charles Chege
870ca3ffb0 Run fmt --all 2021-10-30 12:00:07 +03:00
Charles Chege
e0023611a2 Improve documentation for the drivers and the entity
Provide module level code example on how to create an Entity, Model, ActiveModel, Column and PrimaryKey
2021-10-30 11:15:43 +03:00
Charles Chege
a1382b1b41 Fix merge conflicts from SeaQL/sea-orm master branch 2021-10-29 10:44:09 +03:00
Charles Chege
037eab974e Document the utils module 2021-10-29 10:40:39 +03:00
Charles Chege
f21492bf60 Document the error module 2021-10-29 10:40:16 +03:00
Charles Chege
e4d115b5b0 Document the database drivers 2021-10-29 10:39:37 +03:00
Charles Chege
db098d1a03 Documetation for the entity module 2021-10-29 10:39:16 +03:00
Charles Chege
817e9bdd23 Documetation for the executor module 2021-10-29 10:38:55 +03:00
Charles Chege
a9b6f8cc83 Documetation for the query module 2021-10-29 10:38:30 +03:00