1660 Commits

Author SHA1 Message Date
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
Sam Samai
e01585c9e7 Add runtime configs to tests and clean up 2021-08-06 22:27:03 +10:00
Sam Samai
e7d2899019 Refactor basic test 2021-08-06 22:08:59 +10:00
Sam Samai
5930c4b278 Clean up 2021-08-06 21:17:49 +10:00
Billy Chan
5e47dd5d74
SQLite not support right join 2021-08-06 18:32:16 +08:00
Billy Chan
1eb490055e
Hotfix - try_get Option<T> directly 2021-08-06 18:23:37 +08:00
Billy Chan
7e590b4a8d
SQLite use ENV connection string 2021-08-06 18:23:10 +08:00
Billy Chan
33298636a6
Hotfix - sqlite ignore right_join test 2021-08-06 16:33:20 +08:00
Billy Chan
d5447bca88
Hotfix - Postgres types 2021-08-06 12:26:56 +08:00
Chris Tsang
c991abe7a4
Update README.md 2021-08-06 11:49:42 +08:00
Billy Chan
9b61e22ba9
Hotfix - Postgres collation default case-sensitive? 2021-08-06 10:54:09 +08:00
Billy Chan
22649f36a2
cargo fmt 2021-08-06 10:51:34 +08:00
Billy Chan
9c865cbb31
Try to fix count() 2021-08-06 10:48:37 +08:00
Billy Chan
bc7264587c
Try setting ENV 2021-08-05 23:47:49 +08:00
Sam Samai
fbc26cd6dc Merge branch 'master' into ss/test_suite_refactor
# Conflicts:
#	.github/workflows/rust.yml
2021-08-05 21:49:41 +10:00
Sam Samai
402c003d84 WIP - failing for postgres on Customer::find().count(db).await.unwrap(); 2021-08-05 21:08:28 +10:00
Billy Chan
e144216740
Update GitHub Actions 2021-08-04 13:01:49 +08:00
Sam Samai
54461172de WIP 3 2021-08-02 21:35:41 +10:00
Sam Samai
09dd290101 WIP 2 2021-08-02 21:21:35 +10:00
Sam Samai
abed934d3f WIP strange fail with postgres driver 2021-08-01 16:14:31 +10:00
Sam Samai
1c3e1b410b Use DATABASE_URL env variable for bakery_chain_tests 2021-07-31 16:50:04 +10:00
Sam Samai
445d24eebf Use DATABASE_URL env variable for query_tests 2021-07-31 16:38:12 +10:00
Sam Samai
c240ebba77 Use DATABASE_URL env variable for relational_tests 2021-07-31 16:24:35 +10:00
Sam Samai
b2ed13868e Use DATABASE_URL env variable for sequential_op_tests 2021-07-31 15:59:54 +10:00
Chris Tsang
d5f63a05c4 Tweaks 2021-07-29 23:18:37 +08:00
Billy Chan
08acc2a06a Test mariadb 10.5 2021-07-27 22:15:07 +08:00