469 Commits

Author SHA1 Message Date
Billy Chan
3bada7fbc3
WIP 2021-08-29 12:05:55 +08:00
Billy Chan
ccfda51a5e
WIP 2021-08-28 23:48:13 +08:00
Billy Chan
484da8f6b6
WIP 2021-08-28 20:00:59 +08:00
Chris Tsang
8cfa14233d GitHub Workflow 2021-08-23 15:40:28 +08:00
Chris Tsang
3f7de132aa Update examples 2021-08-23 15:29:30 +08:00
Chris Tsang
8437f88525 Links 2021-08-23 04:16:57 +08:00
Chris Tsang
ab983a31fe sea-orm-cli 0.1.3 2021-08-23 03:52:30 +08:00
Chris Tsang
f722ce3336 sea-orm-codegen 0.1.3 2021-08-23 03:49:06 +08:00
Chris Tsang
c086a5d4fb Bump sea-schema to 0.2.7 2021-08-23 02:37:26 +08:00
Chris Tsang
5d472fda71 Links 2021-08-23 02:23:50 +08:00
Chris Tsang
7705c819c0 0.1.2 2021-08-23 02:13:14 +08:00
Chris Tsang
5a963fb2b4 Bump sea-orm-macros to 0.1.1 2021-08-23 01:54:53 +08:00
Chris Tsang
6a078d0ac7 sea-orm-macros 0.1.1 2021-08-23 01:53:43 +08:00
Chris Tsang
63826e2f61 Fix build error 2021-08-23 01:53:43 +08:00
Chris Tsang
a15ec27a0e
Merge pull request #99 from SeaQL/impl-col-from-str
Implement `FromStr` for `DeriveColumn`
2021-08-23 01:43:19 +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
e5f290380a Use ColumnFromStrErr 2021-08-23 01:06:25 +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
Chris Tsang
c8989dfb23 GitHub Action 2021-08-22 02:00:00 +08:00
Chris Tsang
35c9cbe60a GitHub Action 2021-08-21 23:25:25 +08:00
Chris Tsang
af26afcf71 Upgrade sea-schema to 0.2.5 2021-08-21 23:01:24 +08:00
Billy Chan
2db5c5e8c9 Change manifest for SeaQL/sea-schema#14 2021-08-21 22:59:52 +08:00
Chris Tsang
6ec985dbd8 Upgrade sea-query to 0.15 2021-08-21 22:57:36 +08:00
Billy Chan
d7e61b09c9 Update GitHub ACtions 2021-08-21 22:56:48 +08:00
Billy Chan
caa85d7fba Try typed mull value SeaQL/sea-query#107 2021-08-21 22:56:48 +08:00
Billy Chan
318fa9f9bf Update GitHub Actions 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
Chris Tsang
514e12a335 Readme 2021-08-20 22:53:11 +08:00
Billy Chan
a5a4535e14
Add CHANGELOG.md 2021-08-20 17:49:08 +08:00
Billy Chan
1442fcf10f Assert against structs 2021-08-17 12:49:45 +08:00
Billy Chan
7bb5ff7797 Add into_model & into_json methods for SelectorRaw 2021-08-17 12:49:45 +08:00
Billy Chan
aea4ec2d54 Codegen mod.rs include prelude 2021-08-17 12:45:21 +08:00
Chris Tsang
2580f65696 #86 Use sea-query with thread-safe 2021-08-15 18:50:22 +08:00
Billy Chan
d9ac5d83de
Fix compile errors on different runtime (#84)
* Fix compile errors on different runtime

* Split sea-orm-cli into separate workspace

* Hotfix
2021-08-14 18:43:47 +08:00
Billy Chan
38ace07e83 Schema prefix in table join 2021-08-14 18:43:07 +08:00
Chris Tsang
f5b1496b14 Bump 0.12.11 version 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
69b0ae1177 Custom column names with default 2021-08-13 21:39:50 +08:00
Billy Chan
8b30ef74a2 Customize column names 2021-08-12 22:53:22 +08:00
Billy Chan
106d38d20b cargo fmt 2021-08-12 22:53:22 +08:00
Chris Tsang
f5db10d6a6 Example 2021-08-11 13:54:20 +08:00
Chris Tsang
f814375056 sea-orm-cli 0.1.2 2021-08-11 13:02:25 +08:00
Billy Chan
1765ac953b Add "--include-hidden-tables" flag 2021-08-11 12:45:24 +08:00
Billy Chan
10d670e472 Update CLI generate entity schema argument behavior 2021-08-11 12:45:24 +08:00
Chris Tsang
ff8d921343 DateTimeWithTimeZone Postgres support 2021-08-10 18:16:47 +08:00
Billy Chan
ba226a2b62
Generate arbitrary named entity (#70)
* Generate arbitrary named entity (#69)

* Bump cli & codegen version

* CI tests no caching

* Remove local dependency path
2021-08-10 16:35:10 +08:00