aclich 63534145fd
fix: 🐛 embedded struct test failed with custom datatypes (#6311)
* fix: 🐛 embedded struct test failed with custom datatypes

Fix the pointer embedded struct within custom datatypes and *time.time
should be nil issue.

* fix: 🐛 change test case to avoid mssql driver issue

change test cases from bytes to string to avoid mssql driver issue
2023-05-15 09:59:26 +08:00
..
2020-07-28 14:46:48 +08:00
2023-04-21 22:09:38 +08:00
2023-04-21 22:09:38 +08:00
2021-10-26 22:40:14 +08:00
2023-04-26 22:19:32 +08:00
2022-03-24 09:31:58 +08:00
2023-02-27 15:44:35 +08:00
2020-02-23 09:38:51 +08:00
2023-04-11 12:01:23 +08:00
2023-04-21 22:09:38 +08:00
2022-07-14 14:55:54 +08:00
2022-07-14 14:55:54 +08:00
2022-09-05 15:39:19 +08:00

Test Guide

cd tests
# prepare test databases
docker-compose up

# run all tests
./tests_all.sh