1436 Commits

Author SHA1 Message Date
Chris Tsang
0ea4f4e940 sea-orm-cli 0.4.2 2021-12-12 22:46:18 +08:00
Chris Tsang
6767e8b834 sea-orm-codegen 0.4.2 2021-12-12 22:45:34 +08:00
Chris Tsang
6cecc4e61f
Merge pull request #360 from caido/feat/column-table-iden
Add feature to generate table Iden
2021-12-12 22:23:31 +08:00
Chris Tsang
b3310e64dd
Merge pull request #379 from SeaQL/issues/344-temp-fix
Temporary Fix: Handling MySQL & SQLite timestamp columns
2021-12-12 14:47:31 +08:00
Chris Tsang
8db9d10c12 Bump sea-query 2021-12-11 14:26:18 +08:00
Billy Chan
b9fe878542 Handling MySQL & SQLite timestamp columns 2021-12-11 14:25:45 +08:00
Billy Chan
a9f6275a9e Run timestamp_tests for all databases 2021-12-11 14:25:45 +08:00
Billy Chan
0f164b62d5
Fix related & linked with enum columns (#376)
* Fix related & linked with enum columns

* Add test cases
2021-12-10 23:41:43 +08:00
Marco Napetti
9a342546f3 use macro to simplify code, add failure boolean 2021-12-10 10:09:09 +01:00
Marco Napetti
aaf11dd265 Into doesn't works 2021-12-09 19:17:41 +01:00
Marco Napetti
4abe8310a5 Per-connection metric 2021-12-09 19:03:46 +01:00
Marco Napetti
8ad9781a3f Remove debug features 2021-12-09 16:20:53 +01:00
Marco Napetti
6b94673dd9 First metric and tracing implementation 2021-12-09 15:12:41 +01:00
Chris Tsang
18ed683712
Merge pull request #363 from SeaQL/issues/362
`Delete::many()` with `TableRef`
2021-12-09 10:09:43 +08:00
Emile Fugulin
aaec1bc845 Use attribute instead of compilation flag 2021-12-08 13:50:34 -05:00
Billy Chan
1aea3f6c6c
Delete::many with TableRef 2021-12-08 15:56:37 +08:00
Billy Chan
2e26fa3873
Fix clippy warnings 2021-12-07 22:41:27 +08:00
Billy Chan
af1ffdad83
Rename sea-strum lib back to strum 2021-12-07 17:21:03 +08:00
Billy Chan
90122374aa
Add test cases [issues] 2021-12-07 16:13:25 +08:00
Emile Fugulin
f04ef378c6 Add feature to generate table Iden 2021-12-04 12:05:24 -05:00
Chris Tsang
871a5e8de6 0.4.1 2021-12-05 00:18:12 +08:00
Chris Tsang
67b75fe680 sea-orm-macros 0.4.1 2021-12-05 00:15:54 +08:00
Chris Tsang
4dcc44dfb8 sea-orm-cli 0.4.1 2021-12-05 00:13:50 +08:00
Chris Tsang
f2273eac71 sea-orm-codegen 0.4.1 2021-12-05 00:13:03 +08:00
Chris Tsang
b5bdb683ee Bump sea-query 2021-12-04 21:56:34 +08:00
Billy Chan
ccb8b95324
Codegen Handle Self Referencing & Multiple Relations to the Same Related Entity (#347)
* [sea-orm-codegen] handle self referencing relation & multiple relations to the same related entity

* Test [cli]

* Test [cli]
2021-12-04 21:22:10 +08:00
Billy Chan
1229287fd8
Support Up to 6 Values Composite Primary Key (#353)
* Support up to 6 composite primary key

* Test [issues]

* Test [issues]
2021-12-04 20:57:05 +08:00
Billy Chan
41e345c3a8
Merge pull request #355 from SeaQL/pulls/355
For some reason the `axum_example` fail to compile
2021-12-03 18:20:35 +08:00
Billy Chan
d3acf4b156
Update tower-cookies dependency 2021-12-03 18:10:26 +08:00
Billy Chan
bf499ededd
Revert 2021-12-03 18:10:00 +08:00
Billy Chan
2c8fd38348
For some reason the axum_example fail to compile 2021-12-03 16:50:57 +08:00
lz1998
273dc0dd1a
add offset and limit (#351)
* add offset and limit

* move offset&limit to QuerySelect
2021-12-03 01:12:49 +08:00
Chris Tsang
cc4904993a Readme 2021-11-24 00:56:01 +08:00
Billy Chan
2dea2670fe
Merge pull request #331 from kev0960/master
Add TryFromU64 trait for `DateTime<FixedOffset>`.
2021-11-23 10:19:34 +08:00
Jaebum Lee
bc952b3787 Add TryFromU64 trait for DateTime<FixedOffset>.
The timestamp column (with time zone) generates the field with `chrono::DateTime<chrono::FixedOffset>`.
Sadly, `DeriveEntityModel` macro fails because `TryFromU64` is not implemented for this type.

I added the trivial implementation for `chrono::DateTime<chrono::FixedOffset>`.
2021-11-21 23:36:13 -08:00
Chris Tsang
d952a3e42a Readme 2021-11-21 17:57:33 +08:00
Chris Tsang
af3632de11 New tagline 2021-11-21 17:46:47 +08:00
Chris Tsang
12672860e2 Edit 2021-11-19 23:54:37 +08:00
Chris Tsang
49ef619619 Update examples 2021-11-19 23:29:15 +08:00
Chris Tsang
01f005289a 0.4.0 2021-11-19 23:11:33 +08:00
Chris Tsang
6ec3883bc1 sea-orm-macros 0.4.0 2021-11-19 23:06:19 +08:00
Chris Tsang
6330b54bc7 sea-orm-cli 0.4.0 2021-11-19 23:04:32 +08:00
Chris Tsang
c78fa48fff sea-orm-codegen 0.4.0 2021-11-19 23:03:48 +08:00
Chris Tsang
c2b8cbb942 Edit 2021-11-19 18:41:50 +08:00
Billy Chan
846e73f0ac
Changelog 0.4.0 (#326)
* CHANGELOG 0.3.2

* CHANGELOG 0.4.0
2021-11-19 18:16:55 +08:00
Billy Chan
2520ee4070
Use sea-query 0.19.0 2021-11-19 15:03:04 +08:00
Billy Chan
65f9c70dd3
cargo fmt 2021-11-18 18:07:24 +08:00
Billy Chan
f72f65a4d4
Refactor test case 2021-11-18 18:07:09 +08:00
Billy Chan
b2985a97c8
Displaying sponsor button 2021-11-18 10:59:47 +08:00
Billy Chan
0e4221bd72
Refactoring 2021-11-17 21:24:06 +08:00