154 Commits

Author SHA1 Message Date
Billy Chan
5060890888
cargo +nightly fmt 2021-09-03 14:56:58 +08:00
Billy Chan
b5d85486dd
Fixup 2021-09-03 14:35:20 +08:00
Billy Chan
7f38621c3c
Set clippy deny 2021-09-03 14:26:57 +08:00
Chris Tsang
76596da46a
Merge pull request #117 from SeaQL/primary-key-type
`InsertResult` to return the primary key's type
2021-09-03 14:15:11 +08:00
Billy Chan
8cde6e46e4
Merge branch 'master' into linked-api 2021-09-03 12:14:39 +08:00
Billy Chan
541b94f15d
Update query helper column_as 2021-09-03 11:23:29 +08:00
Billy Chan
d14322ad75
WIP (workflow will fail) 2021-09-01 19:05:59 +08:00
Billy Chan
0e0ee0ede6
Add TryFromU64 & test Uuid as primary key 2021-09-01 16:53:54 +08:00
Billy Chan
ba4b938b69
Revert ColumnType::Binary changes 2021-09-01 13:02:57 +08:00
Billy Chan
5073c6f4aa
Relation with optional ForeignKeyAction 2021-09-01 10:35:51 +08:00
Billy Chan
5a0f1d0fd1
Try pretty_assertions 2021-08-31 19:05:54 +08:00
Billy Chan
5fbc7b146a
Refactoring & Testing 2021-08-31 18:31:01 +08:00
Billy Chan
d1d37fab07
cargo fmt 2021-08-31 12:49:33 +08:00
Billy Chan
8a81e43d2e
Rename to schema 2021-08-31 12:49:07 +08:00
Billy Chan
752cc4a44e
WIP 2021-08-29 19:39:01 +08:00
Billy Chan
ccfda51a5e
WIP 2021-08-28 23:48:13 +08:00
Billy Chan
9db0748c64
Non-static link 2021-08-28 20:20:34 +08:00
Billy Chan
484da8f6b6
WIP 2021-08-28 20:00:59 +08:00
Billy Chan
447947e355
Fix find_linked join direction 2021-08-26 23:28:27 +08:00
Bobby Ng
d80ea396ab test1 2021-08-26 18:15:29 +08:00
Billy Chan
31941d3af6
WIP: Linked (#89) 2021-08-23 23:11:08 +08:00
Bobby Ng
83a2b540b9 Create Table Statement 2021-08-23 18:19:20 +08:00
Chris Tsang
5966100244 ColumnTrait extends FromStr 2021-08-23 01:16:00 +08:00
Chris Tsang
4c3bc32fd8 Refactor test case 2021-08-23 01:12:53 +08:00
Chris Tsang
332ab3ccf5 Remove derive PartialEq 2021-08-22 22:15:40 +08:00
Ari Seyhun
46a4cafaa9 Implement FromStr for DeriveColumn 2021-08-22 02:00:20 +08:00
Billy Chan
caa85d7fba Try typed mull value SeaQL/sea-query#107 2021-08-21 22:56:48 +08:00
Billy Chan
09c328bb0d Use smol async-runtime and require one of the supported runtime for integration tests 2021-08-21 22:56:48 +08:00
Billy Chan
2cfaa34a33 Test against all supported runtime 2021-08-21 22:56:48 +08:00
Billy Chan
38ace07e83 Schema prefix in table join 2021-08-14 18:43:07 +08:00
Billy Chan
b7408dda30 Support schema prefix when specifying table name 2021-08-14 18:43:07 +08:00
Billy Chan
e76928f1cc Support join on multiple columns 2021-08-14 00:01:40 +08:00
Billy Chan
8b30ef74a2 Customize column names 2021-08-12 22:53:22 +08:00
Billy Chan
b1d28db5ad
Fix clippy warnings 2021-08-10 11:03:41 +08:00
Chris Tsang
4731f1fd5e DateTimeWithTimeZone 2021-08-09 17:36:36 +08:00
Chris Tsang
c1ac7baae9 cargo fmt 2021-08-08 16:13:27 +08:00
Chris Tsang
dbbb220180 Support sea-query 0.12.9 2021-08-08 15:44:26 +08:00
Chris Tsang
31bee96798 Use sea-strum 2021-08-08 02:17:33 +08:00
Chris Tsang
2060e30f06 Entity prelude with external types 2021-08-07 21:01:56 +08:00
Billy Chan
6224bb6d5f Support subquery 2021-07-27 21:46:01 +08:00
Sam Samai
c9833893c0 Column type can be Uuid 2021-07-20 16:28:38 +10:00
Chris Tsang
9334d4ff5d DbBackend alias 2021-07-17 22:03:41 +08:00
Chris Tsang
7be1daacd3 Fix clippy 2021-07-17 20:34:07 +08:00
Chris Tsang
ca9aa01f6b Docs 2021-07-16 22:32:42 +08:00
Billy Chan
e83cc63e3a Replacing Syntax & *BuilderBackend with DatabaseBackend 2021-07-16 00:28:03 +08:00
Billy Chan
56fd77eddf Build query with syntax 2021-07-16 00:28:03 +08:00
Billy Chan
d59ee1e298 Mock any database 2021-07-14 21:31:59 +08:00
Billy Chan
e65db62e13
Merge branch 'master' into improve-doc-test 2021-07-12 18:47:25 +08:00
Billy Chan
b09aed3ff1
Add more doc 2021-07-12 11:45:20 +08:00
Billy Chan
ce32967a95
Add base_entity doc 2021-07-12 11:12:32 +08:00