2031 Commits

Author SHA1 Message Date
Chris Tsang
17375e1fe4 Changelog 2022-12-02 14:46:03 +08:00
Chris Tsang
387e8de102 Changelog 2022-12-02 13:42:40 +08:00
Billy Chan
7838782718 Transaction tests 2022-12-02 13:37:37 +08:00
Marco Napetti
824158457b
Transactions Isolation level and Access mode (#1230)
* Transactions Isolation level and Access mode

* Fix typo

* Fix clippy lints
2022-12-02 13:09:23 +08:00
Billy Chan
95157e6e6b
CHANGELOG 2022-12-01 14:02:51 +08:00
Billy Chan
ccb8818365
Add QuerySelect::columns method (#1264) 2022-12-01 14:01:11 +08:00
Billy Chan
f45f487105
CHANGELOG 2022-12-01 13:24:41 +08:00
Billy Chan
3de0078a31
Optimize TryGetableFromJson (#1249) 2022-12-01 13:23:24 +08:00
Billy Chan
cab4b2b037
CHANGELOG 2022-12-01 13:22:19 +08:00
jiayi
8e888eda7b
generate Related for many-to-many relation with extra columns (#1260) 2022-12-01 13:14:20 +08:00
Billy Chan
dd7454a738
CHANGELOG 2022-12-01 12:55:33 +08:00
Billy Chan
08cb44028e
Support bigdecimal::BigDecimal (#1258)
* Fix: fields with type `Option<T>` are always nullable

* Support BigDecimal
2022-12-01 12:53:19 +08:00
Billy Chan
e0974a1cf9
CHANGELOG 2022-12-01 12:52:43 +08:00
Billy Chan
2389a4c83e
Fix: fields with type Option<T> are always nullable (#1257) 2022-12-01 12:27:49 +08:00
Chris Tsang
1b4e1670f7 clippy 2022-11-28 13:04:25 +08:00
Panagiotis Karatakis
f3910c329b Fix shared related item 2022-11-25 12:01:58 +02:00
Billy Chan
d32e1eb058
[CLI] fixup - generate entity file for all tables by default (#1251) 2022-11-24 20:21:52 +08:00
Chris Tsang
085091c7df
Apply suggestions from code review 2022-11-24 16:24:49 +08:00
Chris Tsang
b0979072ae
Update CHANGELOG.md 2022-11-24 16:18:02 +08:00
Chris Tsang
5b931a5f4c
Update CHANGELOG.md 2022-11-24 16:16:10 +08:00
Chris Tsang
029265e410 Changelog 2022-11-24 13:45:04 +08:00
Chris Tsang
ca403da0d9
Mock DbErr (#1241)
* Mock Err

* Test mock errors
2022-11-24 13:42:47 +08:00
Billy Chan
c2e671ded2
CHANGELOG 2022-11-24 12:23:39 +08:00
Billy Chan
d30a5612f8
[CLI] generate entity file for specified tables only (full text matching, not substring matching) (#1245) 2022-11-24 12:21:16 +08:00
Billy Chan
cd672514ab
CHANGELOG 2022-11-24 12:20:05 +08:00
Billy Chan
a7c8970800
[sea-orm-cli] generate entity with relation variant order by name of reference table (#1229) 2022-11-24 12:15:31 +08:00
Chris Tsang
19b1da175d Move file 2022-11-24 00:03:29 +08:00
Chris Tsang
319f64fe64 cargo fmt 2022-11-23 23:55:24 +08:00
Chris Tsang
45b391f434 Improve testcase 2022-11-23 23:47:14 +08:00
Chris Tsang
dcfba6f685 Remove Debug trait bounds 2022-11-23 23:31:28 +08:00
Chris Tsang
0abe9c9657 Use ValueTuple to replace Vec<Value> 2022-11-23 23:12:18 +08:00
Chris Tsang
6c7a162f05 cargo fmt 2022-11-23 22:47:41 +08:00
Panagiotis Karatakis
4323a0cb07 Add integration tests 2022-11-22 13:46:22 +02:00
Panagiotis Karatakis
2bba146e9b Add load_one tests 2022-11-22 12:24:18 +02:00
Panagiotis Karatakis
f7f90cd7c5 Add load_many unit test 2022-11-22 10:38:54 +02:00
Chris Tsang
80c81eaffe
Update CHANGELOG.md 2022-11-22 13:55:50 +08:00
Billy Chan
115e19a95e
Close connection explicitly (#1236)
* Close connection and transaction

* Close connection only
2022-11-22 13:55:03 +08:00
Tim de Jager
f65c931751
Added prefix.dev as a startup (#1240) 2022-11-22 10:51:56 +08:00
Panagiotis Karatakis
94650bf5c6 Fix example 2022-11-21 14:23:36 +02:00
Panagiotis Karatakis
9dfef65a48 Add loader load_many
* modify signature to accept statement outside
* add simple test
2022-11-21 13:54:39 +02:00
Chris Tsang
3fed282daf Update my email 2022-11-21 16:02:04 +08:00
Panagiotis Karatakis
f87f6a8e71 WIP add loader skeleton 2022-11-18 16:08:53 +02:00
Andrei
9e77760376
Update COMMUNITY.md (#1234) 2022-11-18 10:46:37 +08:00
Chris Tsang
19f0ecd0bc Readme 2022-11-16 14:09:48 +08:00
Chris Tsang
0ac8ff8db7 Update Spyglass 2022-11-16 13:53:09 +08:00
Chris Tsang
df5fc02827
Update CHANGELOG.md 2022-11-15 15:13:23 +08:00
Chris Tsang
777aa596a5
Update CHANGELOG.md 2022-11-15 15:11:02 +08:00
Billy Chan
9d2ea8deec
Dependency cleanup (#1213)
* Dependency cleanup

* Bump sea-query dependency

* Bump sea-query-binder
2022-11-15 15:10:03 +08:00
Chris Tsang
1bcc8c7b5e
Update CHANGELOG.md 2022-11-15 14:41:32 +08:00
Billy Chan
4d8645ae8b
Support Vector of enum for Postgres (#1210)
* Support Vector of enum for Postgres

* Fix clippy

* Add tests for integer array

* Fix dependency

* Bump sea-query to 0.27.2

Co-authored-by: Chris Tsang <chris.2y3@outlook.com>
2022-11-15 13:50:05 +08:00