1826 Commits

Author SHA1 Message Date
Chris Tsang
52855f8890 Tweaks 2022-06-26 18:35:18 +08:00
Chris Tsang
7be2836c9b Changelog 2022-06-26 18:35:05 +08:00
SandaruKasa
4f26b4a585
sqlx_logging_level, a wrapper around sqlx::ConnectOptions::log_statements (#800)
* sqlx_logging_level

* ` = { version = "..." }`
2022-06-26 18:29:44 +08:00
Chris Tsang
12ec00272c Revert "Cursor Pagination (#754)"
This reverts commit 6f9dbd260e6e004c369abe0019b4374253db7d3b.
2022-06-26 18:23:47 +08:00
Billy Chan
6f9dbd260e
Cursor Pagination (#754)
* Cursor pagination

* Apply filter / range filter on cursor; Allow non-primary key filter

* Fixup

* Update cursor API

* Cursor pagination with composite keys

* Docs
2022-06-26 17:48:00 +08:00
XiaoQu
987c6b55fd
fix #817 add 404 handle for actix 4 example & update readme for (#818)
* feat: add global 404 page

* docs: add cargo-watch install on README file
2022-06-26 15:35:22 +08:00
Billy Chan
8faabf4076
examples: Fix table identifier (#812) 2022-06-22 16:21:23 +08:00
Billy Chan
fff738a706
cargo fmt 2022-06-21 11:12:28 +08:00
Fumitake Kawasaki
091a91fc0a
add zapp to Open Source Project (#803) 2022-06-20 11:40:44 +08:00
Billy Chan
2eb02cfbe0
Fix SeaSchema's SQLx version to ^0.5 (#798) 2022-06-17 12:20:16 +08:00
Chris Tsang
5b5aa07227
Merge pull request #792 from cache-missing/master
 feat(sqlite3): support set sqlcipher key
2022-06-14 19:16:10 +08:00
cache-missing
73af72200a feat(sqlite3): support set sqlcipher key 2022-06-13 08:42:14 +08:00
Chris Tsang
4301383b40 Tweaks 2022-06-12 22:30:34 +08:00
Chris Tsang
086b0f1645 Changelog 2022-06-12 22:27:12 +08:00
Billy Chan
9b41f1c1b1
Migration shouldn't depends on symbol provided by entity crate (#785)
* Migration shouldn't depends on symbol provided by entity crate

* Add docs
2022-06-12 22:25:32 +08:00
Billy Chan
5cf4d6022b
Vector of string save as serialized format in db (#783) 2022-06-12 22:23:30 +08:00
kyoto7250
0ce8ee6a31
feat(sea-orm-cli): output log about generated file name. (#735)
* feat(sea-orm-cli): output lof about  generated file name.

https://github.com/SeaQL/sea-orm/issues/722

* include column names in info

* cargo fmt

* Update sea-orm-cli/src/commands.rs

Avoid multiple initializations

Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>

* show info per column

* refactor: use write! macro

* Refactoring

Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2022-06-12 20:30:49 +08:00
Tricked
e4f198fbc4
Create .gitattributes (#712) 2022-06-12 20:20:28 +08:00
Liber Wang
41ce3e7817 support on conflict in insert query 2022-06-10 21:18:53 +08:00
Billy Chan
1ea8b457bf
Bump CI actions/cache to v3 (#784) 2022-06-02 16:34:59 +08:00
Aslam Ahammed
a0925cc867
Update COMMUNITY.md (#776)
Add `actix-react-starter-template` in Built with SeaORM to the Open Source Projects section.
Reference: https://github.com/aslamplr/actix-react-starter-template/issues/1
2022-06-01 16:53:58 +08:00
Marco Napetti
0e1c825e9e Stream metrics 2022-05-31 12:38:38 +02:00
Chris Tsang
4cad2522a8 Changelog 2022-05-28 17:09:58 +08:00
Chris Tsang
8f0c01dbec sea-orm-migration 0.8.3 2022-05-28 17:05:48 +08:00
Billy Chan
183639dc8c
Migration without depending on async-std (#758)
* Migration without depending on async-std runtime

* Update examples

* Fixup
2022-05-23 23:24:07 +08:00
Billy Chan
27cef3437c
Allow old pending migration to be applied 2022-05-20 18:04:50 +08:00
hilary888
3f90c09407
Community.md (#741) 2022-05-18 15:21:21 +08:00
Chris Tsang
e00562695e sea-orm-migration 0.8.2 2022-05-15 17:46:15 +08:00
Chris Tsang
1609e4c743 Edit 2022-05-15 17:44:23 +08:00
Chris Tsang
1984a70cc4 Update tests 2022-05-15 14:02:26 +08:00
Chris Tsang
ec2f282dee Update tests 2022-05-15 13:58:46 +08:00
Chris Tsang
28e53601c0 Edit 2022-05-15 10:35:06 +08:00
Chris Tsang
7d3258429b Actually, should throw an error by default 2022-05-15 10:33:21 +08:00
Chris Tsang
5a19f2f3e0 Actually, down should be optional 2022-05-15 10:23:15 +08:00
Chris Tsang
7d36e43ac1 CI 2022-05-14 23:11:54 +08:00
Billy Chan
c3db8f4b65
Examples: entity & application crate depends on SeaORM with minimum required features enabled (#723) 2022-05-14 13:24:39 +08:00
Billy Chan
b59f3c58de
cargo fmt 2022-05-13 18:20:59 +08:00
Billy Chan
dd5808e535
Edit CONTRIBUTING 2022-05-13 18:19:25 +08:00
Billy Chan
8f42b893a5
Add CONTRIBUTING 2022-05-13 18:15:29 +08:00
Chris Tsang
b51b1f63d8 Readme 2022-05-13 00:33:07 +08:00
Chris Tsang
62c1cc52fb
Update COMMUNITY.md 2022-05-13 00:11:12 +08:00
Frank Horvath
e43cb9e16a
Adding link to SNMP simulator (#719)
Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2022-05-12 15:37:34 +08:00
Aniket Mane
aa81b69f1a
Add Quasar to COMMUNITY.md (#718)
Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2022-05-12 15:36:38 +08:00
fibo
0b564bda5b
Add suzuya to COMMUNITY.md (#717)
Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2022-05-12 15:35:36 +08:00
Eugeny
9f1ef7dc73
Update COMMUNITY.md (#716)
Add Warpgate to showcase

Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2022-05-12 15:34:40 +08:00
Marco Napetti
aa74b4ce15
COMMUNITY.md (#715)
Add symbols to showcase

Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2022-05-12 15:33:40 +08:00
Vasanth Kumar
4c9d18d2e1
Update COMMUNITY.md (#714) 2022-05-12 15:32:09 +08:00
Chris Tsang
1a37212940 Comment 2022-05-11 21:53:02 +08:00
Chris Tsang
e4b38a9898 sea-orm-migration 0.8.1 2022-05-10 23:33:44 +08:00
Chris Tsang
c466a169fb sea-orm-cli 0.8.1 2022-05-10 23:29:34 +08:00