Chris Tsang
|
b762325534
|
Rename file
|
2021-06-12 18:13:12 +08:00 |
|
Chris Tsang
|
5069f92001
|
Delete and example
|
2021-06-11 23:10:56 +08:00 |
|
Chris Tsang
|
c70c941712
|
Refactor Insert one & many
|
2021-06-10 01:47:45 +08:00 |
|
Chris Tsang
|
00cad59a0e
|
Update Many
|
2021-06-10 00:07:35 +08:00 |
|
Chris Tsang
|
b308486192
|
Refactor Query traits
|
2021-06-08 22:10:27 +08:00 |
|
Chris Tsang
|
f26e95c9e3
|
Use SeaRc
|
2021-06-07 21:20:23 +08:00 |
|
Chris Tsang
|
010c4e8cb8
|
Notes
|
2021-06-07 19:25:37 +08:00 |
|
Chris Tsang
|
b148c3906d
|
Make Val looks like enum variants
|
2021-06-06 23:03:34 +08:00 |
|
Chris Tsang
|
05ccb1b644
|
Tweak ActiveModelBehavior
|
2021-06-06 16:06:05 +08:00 |
|
Chris Tsang
|
6caf530d21
|
Remove unused
|
2021-06-06 00:30:52 +08:00 |
|
Chris Tsang
|
744d62a310
|
Change one() to return Option<Model>
|
2021-06-05 23:44:11 +08:00 |
|
Chris Tsang
|
890464f913
|
Save custom ActiveModel
|
2021-06-05 22:17:22 +08:00 |
|
Chris Tsang
|
cf0127d89f
|
Save ActiveModel
|
2021-06-05 20:30:32 +08:00 |
|
Chris Tsang
|
93daf55cda
|
Refactor EntityName
|
2021-06-04 00:37:39 +08:00 |
|
Chris Tsang
|
6a26b8cc17
|
ActiveModelBehavior
|
2021-06-03 18:57:26 +08:00 |
|
Chris Tsang
|
c482b0cbc6
|
Update Entity
|
2021-06-03 12:36:47 +08:00 |
|
Chris Tsang
|
4bc7e5da33
|
Move tests to docs
|
2021-06-03 12:24:39 +08:00 |
|
Chris Tsang
|
c711d83e32
|
Refactor PrimaryKeyTrait
|
2021-06-03 02:49:36 +08:00 |
|
Chris Tsang
|
f706eb261d
|
Update Statement
|
2021-06-02 23:59:44 +08:00 |
|
Chris Tsang
|
2169d1284f
|
Refactor ActiveModelTrait
|
2021-06-02 22:35:17 +08:00 |
|
Chris Tsang
|
a746f8b863
|
Refactor ModelTrait
|
2021-06-02 22:23:10 +08:00 |
|
Chris Tsang
|
c65cb9687b
|
Refactor Trait bounds
|
2021-06-02 19:09:00 +08:00 |
|
Chris Tsang
|
2fc4520ee8
|
Refactor Query as traits
|
2021-06-02 00:36:06 +08:00 |
|
Chris Tsang
|
c45a4bb376
|
impl QueryTrait for Select
|
2021-06-01 18:20:05 +08:00 |
|
Chris Tsang
|
89c743d5a7
|
QueryTrait
|
2021-06-01 18:08:18 +08:00 |
|
Chris Tsang
|
8a1329a7b5
|
SelectHelper
|
2021-06-01 17:31:32 +08:00 |
|
Chris Tsang
|
48a5500670
|
Refactor ActiveValue
|
2021-05-30 18:49:29 +08:00 |
|
Chris Tsang
|
fcc668399d
|
Insert many
|
2021-05-30 18:38:11 +08:00 |
|
Chris Tsang
|
ea091d7438
|
ActiveValueState::Unchanged
|
2021-05-29 02:02:51 +08:00 |
|
Chris Tsang
|
b1afd5da3e
|
ActiveValue
|
2021-05-28 13:09:31 +08:00 |
|
Chris Tsang
|
d3ee74cbe5
|
Insert POC
|
2021-05-28 00:38:34 +08:00 |
|
Chris Tsang
|
97e6bb3433
|
Refactor JSON
|
2021-05-27 03:45:47 +08:00 |
|
Chris Tsang
|
e216974fa3
|
sea_query IntoCondition
|
2021-05-25 22:53:35 +08:00 |
|
Chris Tsang
|
68f11ea987
|
Merge pull request #7 from SeaQL/filter_condition
`filter` accepts Condition
|
2021-05-25 18:30:15 +08:00 |
|
Billy Chan
|
7aaeef834c
|
Move to separate DeriveActiveModel, cargo fmt
|
2021-05-25 18:27:44 +08:00 |
|
Chris Tsang
|
9c42ab2552
|
ActiveModel
|
2021-05-25 01:16:48 +08:00 |
|
Chris Tsang
|
8c354c6c92
|
Model Default not needed
|
2021-05-24 23:27:30 +08:00 |
|
Chris Tsang
|
a016cdeeda
|
filter accepts Condition
|
2021-05-24 22:07:02 +08:00 |
|
Chris Tsang
|
ec116762a8
|
cargo fmt
|
2021-05-19 21:51:11 +08:00 |
|
Chris Tsang
|
8886269616
|
Many to many by reverse relation
|
2021-05-19 21:48:51 +08:00 |
|
Chris Tsang
|
13bad8eb17
|
Find by composite key
|
2021-05-19 21:38:17 +08:00 |
|
Chris Tsang
|
92ac1098cb
|
Identity Tuple
|
2021-05-19 21:37:56 +08:00 |
|
Chris Tsang
|
d5cdeb1fe0
|
Test case
|
2021-05-18 00:37:47 +08:00 |
|
Chris Tsang
|
7bf8ab0202
|
Many to many prototype
|
2021-05-18 00:18:55 +08:00 |
|
Chris Tsang
|
acdee45744
|
Trait bound RelationBuilder
|
2021-05-17 23:34:29 +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 |
|
Billy Chan
|
07b58551af
|
Add proc_macro
|
2021-05-17 16:59:34 +08:00 |
|
Chris Tsang
|
abc11753a8
|
Select Both
|
2021-05-15 15:02:54 +08:00 |
|
Chris Tsang
|
9dc7c818d7
|
Move code
|
2021-05-15 13:23:52 +08:00 |
|