Chris Tsang
9e36c1103e
0.11.0-rc.2
2023-02-04 16:10:21 +08:00
Chris Tsang
36f1911a02
Update build script
2023-02-04 16:10:10 +08:00
Chris Tsang
04c2f4d156
Changelog
2023-02-04 16:02:12 +08:00
Billy Chan
8680c46177
Refactor select_as
& save_as
implementation generated by derive macros ( #1442 )
2023-02-04 15:53:10 +08:00
Billy Chan
9b53b99706
Update CLI docs ( #1446 )
2023-02-04 15:52:27 +08:00
Billy Chan
dca2ffb5e5
Update docs.rs features ( #1451 )
2023-02-04 15:52:12 +08:00
Chris Tsang
d07f840830
Improve example
2023-02-03 13:57:12 +08:00
Chris Tsang
958b0d9441
Merge pull request #1443 from SeaQL/load_many_to_many
...
Load many to many
2023-02-03 12:49:47 +08:00
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
Chris Tsang
d8a2428f46
Fixup
2023-02-02 01:47:28 +08:00
Chris Tsang
d11998bf9e
More tests
2023-02-02 01:31:35 +08:00
Chris Tsang
f66834f6e6
update examples
2023-02-01 23:46:42 +08:00
Chris Tsang
2a15249179
sea-orm-migration 0.11.0-rc.1
2023-02-01 23:46:42 +08:00
Chris Tsang
c5f041b04b
0.11.0-rc.1
2023-02-01 23:46:42 +08:00
Chris Tsang
4f181bf438
sea-orm-macros 0.11.0-rc.1
2023-02-01 23:46:42 +08:00
Chris Tsang
062cc3a0c0
sea-orm-cli 0.11.0-rc.1
2023-02-01 23:46:42 +08:00
Chris Tsang
f9e8f861ce
sea-orm-codegen 0.11.0-rc.1
2023-02-01 23:46:42 +08:00
Chris Tsang
32fc8e236c
Update CHANGELOG.md
2023-02-02 00:10:02 +08:00
Chris Tsang
8519a23639
Update CHANGELOG.md
2023-02-02 00:07:33 +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
Chris Tsang
48a9ffec2a
Update CHANGELOG.md
2023-02-01 13:58:59 +08:00
Billy Chan
bd3d2e139c
Fix clippy warnings ( #1438 )
2023-01-31 18:28:17 +08:00
Chris Tsang
81c860e414
Trying to cleanup CI
2023-01-28 08:30:00 +08:00
Billy Chan
b21abf617f
Fix clippy warnings ( #1437 )
2023-01-31 16:46:44 +08:00
Billy Chan
4e3a45c2f7
Fix clippy warnings ( #1436 )
2023-01-31 15:52:57 +08:00
Chris Tsang
7fcfb3a78f
Changelog
2023-01-28 04:29:26 +08:00
Chris Tsang
624afc97d5
Changelog
2023-01-28 04:24:19 +08:00
Billy Chan
e2721e094a
Cont. added reexports for sqlx errors ( #1434 )
...
* added reexports for sqlx errors (#1181 )
Co-authored-by: erhodes <erik@space-nav.com>
* Re-export SQLx error types
* Apply suggestions from code review
---------
Co-authored-by: e-rhodes <33500135+e-rhodes@users.noreply.github.com>
Co-authored-by: erhodes <erik@space-nav.com>
Co-authored-by: Chris Tsang <chris.2y3@outlook.com>
2023-01-31 13:03:57 +08:00
ippsav
67aa35e3c1
adding Dinoly to COMMUNITY.md ( #1430 )
2023-01-31 11:27:02 +08:00
Chris Tsang
cd43222280
Tweaks
2023-01-28 01:49:46 +08:00
Billy Chan
6d7bcb35e5
Atomic migration ( #1379 )
...
* Running atomic migration
* refactor
* clippy
* visibility
* Execute migration in transaction when it's a Postgres connection
* Testing rolling back on migrate up and down
* lifetimes elision
* typo
* abort migration before committing nested transaction
2023-01-30 22:55:46 +08:00
Chris Tsang
1b24d42bec
Update CHANGELOG.md
2023-01-30 21:50:36 +08:00
Billy Chan
a6bd91a78b
Use ActiveEnum
field as composite primary key ( #1414 )
...
* Use ActiveEnum field as part of composite primary key
* Try unique constraint failed
2023-01-30 21:47:49 +08:00
Billy Chan
1e9eb0f46e
Imports cleanup
2023-01-30 12:41:12 +08:00
Billy Chan
bf67d827a5
Fix clippy
2023-01-30 11:34:40 +08:00
Billy Chan
51e6ad7170
Cast primary key column inside returning expression of insert statement ( #1427 )
2023-01-29 12:58:32 +08:00
Chris Tsang
5ffd8025f2
Update prelude
2023-01-29 11:34:28 +08:00
Chris Tsang
342d057833
Changelog
2023-01-27 11:20:31 +08:00
Billy Chan
08a5e87e22
Replace SeaORM's ColumnType
( #1395 )
...
* Replace SeaORM's `ColumnType`
* Bump SeaQuery's version
* Fix merge conflict
* refactor
2023-01-29 11:06:01 +08:00
Chris Tsang
e0e5372efc
Update CHANGELOG.md
2023-01-29 10:58:36 +08:00
Chris Tsang
a9aa139af2
Enable --universal-time by default ( #1420 )
...
* Enable --universal-time by default
* Add `--local-time` flag
---------
Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2023-01-29 10:56:46 +08:00
Chris Tsang
59276eb897
Typo
2023-01-28 22:03:34 +08:00
Chris Tsang
8dea3904fd
Update CHANGELOG.md
2023-01-28 22:03:12 +08:00
Chris Tsang
9243a9d4e0
Update CHANGELOG.md
2023-01-28 21:46:34 +08:00
Chris Tsang
881a238660
Update CHANGELOG.md
2023-01-28 21:42:11 +08:00
Cemre Mengu
5ccae4e6d0
examples(axum): use tokio runtime ( #1428 )
2023-01-28 21:37:24 +08:00
Billy Chan
71dbffc725
Fix clippy ( #1426 )
...
* Fix clippy
* Fix clippy
2023-01-27 18:50:20 +08:00
Chris Tsang
5683c83189
Changelog & Docs
2023-01-26 23:36:16 +08:00