Chris Tsang
|
56e4b4337b
|
Improve API & Example
|
2023-02-02 11:21:00 +08:00 |
|
Chris Tsang
|
83c0732395
|
load_many_to_many
|
2023-02-02 09:38:30 +08:00 |
|
Chris Tsang
|
0670827148
|
Improve test cases
|
2023-02-02 07:46:38 +08:00 |
|
Billy Chan
|
91c4930391
|
Cleanup panic and unwrap (#1231)
* Add clippy linter checks
* Mock
* InnerConnection
* panic -> Err
* panic -> Err
* More panic -> Err
* Replace unwrap
* Fix clippy
* add clippy linters
* Refactor
* Dump DbErr::Mock
* Revert if...else rewrite
* Remove except
* DbErr helper functions
* Fix clippy
* Negative SQLite last_insert_rowid throw unreachable
* Update panics docs
* Fixup
* Fixup
* Fixup
* Fixup
* Revert adding `ExecResultHolder::Disconnected`
* More fixup
* Fix
* Revert adding `QueryResultRow::Disconnected`
* Fix
* Refactoring
* Fix
* Refactoring
* More refactoring
* More refactoring
* Fix
* Revert `InnerConnection::Disconnected`
* Revert breaking changes
* Fix
* Fix
* Fix
* Refactor `.take().expect()`
* Revert changing `if ... else` to `match` block
* Revert changing return type of `MockDatabaseConnection` transaction method
* Borrow sqlcipher_key
* Fetching unsupported type from query result will thrown `DbErr::Type(...)` error
* Revert adding `DatabaseConnection::try_into_transaction_log()` method
* Refactoring
* Refactoring
|
2023-02-02 00:02:53 +08:00 |
|
Billy Chan
|
71dbffc725
|
Fix clippy (#1426)
* Fix clippy
* Fix clippy
|
2023-01-27 18:50:20 +08:00 |
|
Billy Chan
|
a0d972633a
|
Implement LoaderTrait for slices (#1368)
|
2023-01-11 19:12:45 +08:00 |
|
Billy Chan
|
cbd7a8d1c9
|
Cleanup the use of vec![] (#1367)
* Public methods accept any IntoIterator as argument
* refactoring
|
2023-01-11 14:17:06 +08:00 |
|
Chris Tsang
|
7f96418fa3
|
Small tweak
|
2022-12-28 15:57:40 +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 |
|
Chris Tsang
|
085091c7df
|
Apply suggestions from code review
|
2022-11-24 16:24:49 +08:00 |
|
Chris Tsang
|
19b1da175d
|
Move file
|
2022-11-24 00:03:29 +08:00 |
|