Chris Tsang
|
cf793aaf38
|
Merge pull request #494 from smrtrfszm/master
Remove `r#` prefix when deriving `FromQueryResult`
|
2022-02-05 23:38:53 +08:00 |
|
Tom Hacohen
|
30e7625300
|
Fix FromQueryResult when Result is redefined
Macros should only ever use absolute import paths.
Shorthands can clash (as they have in my case).
|
2022-01-30 13:00:02 +02:00 |
|
Szepesi Tibor
|
660f23313e
|
Remove r# prefix from column name when field has a raw identifier
|
2022-01-29 18:14:23 +01:00 |
|
Charles Chege
|
497bdbe3dd
|
Document the macros.
Add code examples for the macros
|
2021-10-28 15:46:38 +03:00 |
|
Billy Chan
|
864ec522b8
|
Add #[automatically_derived] to all derived implementations
|
2021-10-15 21:25:31 +08:00 |
|
Chris Tsang
|
0298cfb6af
|
Rename to DbErr
|
2021-06-30 21:17:23 +08:00 |
|
Billy Chan
|
2a1173c174
|
Add & use OrmError (#36)
* Add & use OrmError
* Rename to SeaErr
|
2021-06-30 21:08:41 +08:00 |
|
Chris Tsang
|
2bfc7f9a9f
|
expend -> expand
|
2021-05-27 22:27:08 +08:00 |
|
Billy Chan
|
f8e3651517
|
Typo
|
2021-05-18 18:46:46 +08:00 |
|
Chris Tsang
|
62b3c37e20
|
cargo fmt
|
2021-05-17 19:51:26 +08:00 |
|
Chris Tsang
|
106bb20cb5
|
Derive FromQueryResult
|
2021-05-17 19:48:53 +08:00 |
|