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 |
|
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 |
|
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 |
|
Billy Chan
|
c5aa63e282
|
Generate entity files with PostgreSQL's schema name (#422)
* feat(codegen): generate entity files with PostgreSQL's schema name
* Ignore schema name `public`
* Restore changes
* Fix test cases
* cargo fmt
* [cli] fixup
|
2022-07-11 23:11:04 +08:00 |
|