1735 Commits

Author SHA1 Message Date
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
Sam Samai
53bbf32229 Init Rocket example 2021-08-12 22:05:06 +10: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
Billy Chan
b1d28db5ad
Fix clippy warnings 2021-08-10 11:03:41 +08:00
Billy Chan
da2fd9204b
Run CI for all PRs 2021-08-10 10:37:30 +08:00
Chris Tsang
4731f1fd5e DateTimeWithTimeZone 2021-08-09 17:36:36 +08:00
Chris Tsang
75cbbd9b40 Readme 2021-08-09 09:12:14 +08:00
Chris Tsang
11931c960e Format toml 2021-08-09 07:44:36 +08:00
Chris Tsang
00adf33489 Readme 2021-08-08 19:13:52 +08:00
Chris Tsang
2e9c19dc97 Readme 2021-08-08 16:48:45 +08:00
Chris Tsang
c1ac7baae9 cargo fmt 2021-08-08 16:13:27 +08:00
Chris Tsang
7352bb96e4 Basic tests for SQLite 2021-08-08 16:12:36 +08:00
Chris Tsang
a828c3f7ee Update workflow 2021-08-08 16:02:45 +08:00
Chris Tsang
f23a8f9c68 0.1.1 2021-08-08 15:45:03 +08:00
Chris Tsang
dbbb220180 Support sea-query 0.12.9 2021-08-08 15:44:26 +08:00
Chris Tsang
b9a537db3b Support sea-query 0.12.9 2021-08-08 15:42:53 +08:00
Chris Tsang
e228ada74a Restore example 2021-08-08 15:32:31 +08:00
Chris Tsang
1b47f896a7 Tweaks 2021-08-08 03:11:37 +08:00
Chris Tsang
aea0d19117 Test different DB versions 2021-08-08 02:56:52 +08:00
Chris Tsang
9ee4c24114 Publish sea-orm-cli 2021-08-08 02:45:31 +08:00
Chris Tsang
d27d94ff55 rename workflow 2021-08-08 02:39:51 +08:00
Chris Tsang
f2f70e27f8 Publish sea-orm 2021-08-08 02:37:26 +08:00
Chris Tsang
31bee96798 Use sea-strum 2021-08-08 02:17:33 +08:00
Chris Tsang
22b4b14a64 Publish sea-orm-macros 2021-08-08 01:43:29 +08:00
Chris Tsang
0e3439ee84 impl std::error::Error for DbErr 2021-08-08 00:01:58 +08:00
Chris Tsang
1ccdec16e1 Publish sea-orm-codegen 2021-08-07 23:53:21 +08:00
Chris Tsang
161c91436e Features 2021-08-07 23:39:17 +08:00
Chris Tsang
fbb09e17a7 Remove files 2021-08-07 23:19:21 +08:00
Chris Tsang
478d2a9b37 Improve codegen column to Rust type mapping 2021-08-07 21:43:32 +08:00
Chris Tsang
7e968e2bbf Improve bakery schema 2021-08-07 21:35:04 +08:00
Chris Tsang
18f494109b Cargo 2021-08-07 21:02:15 +08:00
Chris Tsang
2060e30f06 Entity prelude with external types 2021-08-07 21:01:56 +08:00
Chris Tsang
96313dc6d1 Rename file 2021-08-07 19:28:41 +08:00
Chris Tsang
08497f1767 Cleanup 2021-08-07 19:10:30 +08:00
Billy Chan
3701c86637
CLI Generate Entity for Postgres (#61)
* cli generate entity for Postgres

* Fixup
2021-08-07 18:23:52 +08:00
Chris Tsang
1c73ab0759
Merge pull request #60 from SeaQL/ss/test_suite_refactor
Test suite refactor
2021-08-07 18:21:59 +08:00
Sam Samai
3c7891bda3 Merge branch 'master' into ss/test_suite_refactor 2021-08-06 22:32:44 +10:00