Billy Chan
44a94d65d2
Bump SeaQuery and SeaSchema to new latest RC version ( #1661 )
2023-05-18 16:51:13 +08:00
Billy Chan
2c082558df
Generate entity for duplicated many-to-many paths ( #1435 )
...
* Generate entity for duplicated many-to-many paths
* CI: run cargo fmt with nightly channel
2023-04-13 11:16:49 +08:00
Billy Chan
737a894e27
Upgrade sea-query
to 0.29 ( #1562 )
...
* Upgrade `sea-query` to 0.29
* clippy
* More upgrades
* fixup
2023-03-22 17:24:42 +08:00
Billy Chan
f646aa7a70
chore: re-export sea_query::BlobSize
in sea_orm::entity::prelude
( #1548 )
2023-03-20 18:52:26 +08:00
Billy Chan
5ba9aba900
chore: enable required syn
features ( #1556 )
2023-03-20 18:44:51 +08:00
Billy Chan
e903f17b15
chore: upgrade heck
in sea-orm-codegen
to 0.4 ( #1544 )
2023-03-16 19:05:58 +08:00
Billy Chan
8afc3eb2a3
Prepare 0.12.0
2023-03-16 18:28:03 +08:00
Billy Chan
fe38d5ed25
0.11.1
2023-03-10 22:13:02 +08:00
Billy Chan
4b9038ea71
fix: codegen write binary column definition ( #1529 )
2023-03-10 18:01:33 +08:00
Chris Tsang
2a4e5e00fd
0.11.0
2023-02-07 02:51:00 +08:00
Chris Tsang
9e36c1103e
0.11.0-rc.2
2023-02-04 16:10:21 +08:00
Chris Tsang
f9e8f861ce
sea-orm-codegen 0.11.0-rc.1
2023-02-01 23:46:42 +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
Billy Chan
71dbffc725
Fix clippy ( #1426 )
...
* Fix clippy
* Fix clippy
2023-01-27 18:50:20 +08:00
Billy Chan
036edf9d70
Noop when update without providing any values ( #1384 )
...
* Noop when update without providing any values
* Add tests
* Update Cargo.toml
* Bump SeaQuery's version
* Fixup
Co-authored-by: Chris Tsang <chris.2y3@outlook.com>
2023-01-26 17:12:50 +08:00
Forest Anderson
bb39684f48
Add JsonBinary attribute ( #1346 )
...
* Add JsonBinary attribute to column
* Add Postgres test section, test binary json
* Added expanded entity format test
* Fixed unit test
2023-01-18 19:09:01 +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
Billy Chan
e246d3faaf
Cont. Upgrade to SeaQuery 0.28.0 ( #1366 )
...
* Upgrade to SeaQuery 0.28.0
* Remove unnecessary heap allocation
* Upgrade sea-query-binder
* Upgrade sea-schema
* Fix
* Upgrade sea-schema
* refactoring
Co-authored-by: Ivan Krivosheev <py.krivosheev@gmail.com>
2023-01-05 20:41:28 +08:00
Billy Chan
384ac1bea6
Cont. sea-orm-cli Implement derives & attributes parameters for entity generation ( #1321 )
...
* sea-orm-cli Implement derives & attributes parameters for entity generation (#1124 )
* implement derives & attributes for cli
* fmt and clippy fix
* use comma delimiter for attributes arg
* Update help message use `'` instead of `"` to quote
* Refactoring
* remove unnecessary cloning
Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
* [CLI] generate model with extra derives and attributes
* clippy
Co-authored-by: Isaiah Gamble <77396670+tsar-boomba@users.noreply.github.com>
2022-12-20 12:59:42 +08:00
Billy Chan
9282ce2ded
Cont. Add serde skip options for hidden columns to the CLI ( #1320 )
...
* Add serde skip options for hidden columns to the CLI (#1171 )
* Add serde skip options for hidden columns to the CLI
* Resolve rustfmt and clippy issues
* Use SerdeDeriveOptions instead of WithSerde in tests
* Resolve upstream conflict
Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
* [CLI] serde_skip_hidden_column
* clippy
* clippy
Co-authored-by: Jacob Trueb <jtrueb@northwestern.edu>
2022-12-20 00:43:21 +08:00
Billy Chan
3f00725ee2
Cli serde skip deserialize for primary key option ( #1186 ) ( #1318 )
...
* Cli serde skip deserialize for primary key option (#1186 )
* Add CLI option to skip primary keys with serde
Implements: https://github.com/SeaQL/sea-orm/issues/841
* Codegen: fix tests
* complete skip_deserialize cli feature
* run fmt
* fix tests
Co-authored-by: witcher <witcher@wiredspace.de>
* [cli] should be `#[serde(skip_deserializing)]`
* [CLI] code refactor
* [cli] rename
Co-authored-by: Isaiah Gamble <77396670+tsar-boomba@users.noreply.github.com>
Co-authored-by: witcher <witcher@wiredspace.de>
2022-12-19 22:11:45 +08:00
Billy Chan
8982d88774
Skip implementing Related
if the same related entity is being referenced by a conjunct relation ( #1298 )
2022-12-17 12:52:04 +08:00
Billy Chan
ccca35ab1a
clippy
2022-12-16 16:48:16 +08:00
Billy Chan
b2185af559
Cleaning up dependency ( #1300 )
...
* Dependency version cleanup
* Update build tool
* Disable default features
* [cli] disable default features
2022-12-16 15:52:00 +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
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
93089567d5
sea-orm-codegen 0.10.3
2022-11-14 15:08:25 +08:00
Billy Chan
1b2834137b
[CLI] Fix generating Enum with variant starts with number ( #1211 )
2022-11-09 15:02:01 +08:00
Chris Tsang
a459f24320
sea-orm-codegen 0.10.2
2022-11-06 21:03:36 +08:00
Chris Tsang
40e44b31dd
Update MSRV to 1.65
2022-11-06 21:03:35 +08:00
frederikhors
9af5885632
Update writer.rs ( #1174 )
...
Fixes https://github.com/SeaQL/sea-orm/issues/1173
2022-11-04 18:37:44 +08:00
Billy Chan
2419401d30
sea-orm-codegen 0.10.1
2022-10-27 16:03:36 +08:00
Billy Chan
5e0c625ac0
Fix - vector of float & double does not derive Eq ( #1158 )
...
* Fix - vector of float & double does not derive Eq
* clippy
Co-authored-by: Chris Tsang <chris.2y3@outlook.com>
2022-10-27 00:40:03 +08:00
Andrey Kutejko
7e92876feb
Escape Rust keywords used in table names ( #1052 )
...
* Escape Rust keywords used in table names
* Escape rust keyword when generating conjunct relation impl
Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2022-10-26 11:22:08 +08:00
Billy Chan
a3fb8e8b0d
[cli] generate Related
for m-to-n relation ( #1075 )
2022-10-26 11:20:33 +08:00
Billy Chan
b5b9790252
Support array datatype in PostgreSQL ( #1132 )
...
* PostgreSQL array (draft)
* Fixup
* Fixup
* Fixup
* Fixup
* Fixup
* Refactoring
* generate entity for Postgres array fields
* Add tests
* Update Cargo.toml
Co-authored-by: Chris Tsang <chris.2y3@outlook.com>
2022-10-23 18:26:57 +08:00
Chris Tsang
8d7230d6ec
Dependency
2022-10-19 00:21:47 +08:00
Billy Chan
4df9a2672a
Fixup
2022-10-18 19:06:38 +08:00
Billy Chan
29da37b4f2
Merge branch 'master' into sea-query-v0.27
2022-10-17 17:53:41 +08:00
Billy Chan
671d79469a
Fixup
2022-10-17 17:25:35 +08:00
Billy Chan
f3b7febc2e
Edit test case
2022-09-25 10:43:50 +08:00
Lingxiang "LinG" Wang
a349f13fd7
Struct / enum derive PartialEq should also derive Eq ( #988 )
...
* add Eq
* Fix clippy warnings
* Fix test cases
Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2022-09-25 10:38:05 +08:00
Horu
6816e86f4d
[cli] Add -l
/--lib
flag ( #953 )
...
* [cli] Add `-l`/`--lib` flag
* [cli] Change function name to reflect functionality
2022-09-25 10:31:26 +08:00
Billy Chan
6ba8e1b9f1
DeriveRelation
on empty Relation enum (#1019 )
2022-09-25 10:17:39 +08:00
Billy Chan
77bddd85a5
Fixup
2022-09-22 15:07:37 +08:00
Ivan Krivosheev
c2e98b56a8
issues-969 Patch sea-orm-codegen
2022-09-09 21:00:01 +03:00
Billy Chan
d016f66a5f
Cargo.toml specify SeaORM homepage
2022-09-02 15:12:16 +08:00
Chris Tsang
13b53369e2
Prepare for 0.10.0
2022-08-20 22:47:31 +08:00
Chris Tsang
25faf02abe
sea-orm-codegen 0.9.2
2022-08-20 14:06:55 +08:00
Chris Tsang
fad54627cd
Update sea-query
to 0.26.3
2022-08-20 14:06:55 +08:00