1102 Commits

Author SHA1 Message Date
Chris Tsang
aff988bd94
Merge pull request #324 from SeaQL/hotfix-custom-types
Unknown types could be a newtypes instead of `ActiveEnum`
2021-11-17 16:47:28 +08:00
Chris Tsang
a81fb10928 Revert sea-query 2021-11-17 16:34:30 +08:00
Chris Tsang
52bd28b6e1
Merge pull request #318 from josh-codes/sea-orm-table-ref
Pass the argument `entity.table_ref()` instead of just `entity`.
2021-11-17 15:37:42 +08:00
Billy Chan
a8ff8935f6
Undo sea-query dep changes 2021-11-17 15:18:40 +08:00
Billy Chan
0f904e02f0
Refactoring 2021-11-17 10:38:02 +08:00
Josh
c25fcb601e
Undo changes 2021-11-16 10:55:30 +00:00
Josh
a9de2b94f9
Chnage editon from 2021 to 2018 2021-11-16 10:53:09 +00:00
Josh
bd67927b15
Change the version 2021-11-16 10:51:37 +00:00
Billy Chan
cef51ddd3f
Use SeaQL/sea-query#188 2021-11-16 18:45:21 +08:00
Billy Chan
f809242c1f
Test [issues] 2021-11-16 18:40:37 +08:00
Chris Tsang
f2a774573a
Merge pull request #320 from SeaQL/issues/319
`with-json` feature requires `chrono/serde`
2021-11-16 13:19:53 +08:00
Billy Chan
3d5f4424a8
Fixup 2021-11-16 13:09:07 +08:00
Billy Chan
36886e74cd
Testing & fixup 2021-11-16 12:04:21 +08:00
Billy Chan
31fae07bc1
Use "josh-codes/sea-query" 2021-11-16 12:04:06 +08:00
Billy Chan
2e5534279d
Test [issues] 2021-11-15 22:16:15 +08:00
Billy Chan
1c4fc11efe
Test [issues] 2021-11-15 21:27:54 +08:00
Billy Chan
63c764d6a4
with-json feature requires chrono/serde 2021-11-15 21:27:27 +08:00
Josh
2b87a8ba32 Pass the argument entity.table_ref() instead of just entity. 2021-11-15 17:10:02 +08:00
Billy Chan
f4008f9f7c
Suppress ouroboros missing docs warnings (#288)
* Suppress `ouroboros` missing docs warnings

* Suppress warnings
2021-11-15 11:14:32 +08:00
Chris Tsang
5f768aa436
Merge pull request #312 from SeaQL/detailed-conn-errors
Detailed connection errors
2021-11-15 10:47:50 +08:00
Chris Tsang
d66538d7bc Edit docs 2021-11-14 20:54:15 +08:00
Chris Tsang
aaf6c2555d Refactor and add stream() to SelectorRaw 2021-11-14 20:49:04 +08:00
Chris Tsang
5f2fa55253 Edit docs 2021-11-14 16:58:52 +08:00
Chris Tsang
2413c9e0f2
Merge pull request #309 from SeaQL/refactor-schema-helper
Refactor `Schema`
2021-11-13 20:57:21 +08:00
Billy Chan
da705f6629
Detailed connection errors 2021-11-11 16:58:11 +08:00
Billy Chan
f504ad1eef
Refactor Schema 2021-11-11 15:11:52 +08:00
Chris Tsang
64c54f8ad6
Merge pull request #307 from SeaQL/paginator-trait-continue
Continue `PaginatorTrait`
2021-11-11 12:16:00 +08:00
Billy Chan
a95d99e186
Refactoring 2021-11-11 12:12:53 +08:00
Billy Chan
f975223d9e
Fixup 2021-11-10 16:08:06 +08:00
Billy Chan
9c1646b198
Fixup 2021-11-10 15:53:37 +08:00
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