Luis Guillermo Gómez 47ffd0bef4
Select all fields in SQL queries avoiding the SELECT * FROM (#3731)
* Select all fields in SQL queries avoiding the SELECT * FROM

* Select table name with fields in SQL queries

* Use QueryFields to execute the SQL query with all fields of the table
2020-11-20 15:38:25 +08:00
..
2020-07-28 14:46:48 +08:00
2020-11-16 21:42:30 +08:00
2020-07-06 09:47:14 +08:00
2020-08-23 10:45:10 +08:00
2020-06-24 19:09:19 +08:00
2020-10-22 16:36:27 +08:00
2020-06-02 10:50:38 +08:00
2020-02-23 09:38:51 +08:00
2020-08-27 19:52:01 +08:00
2020-06-02 10:50:38 +08:00
2020-09-03 15:02:04 +08:00

Test Guide

cd tests
# prepare test databases
docker-compose up

# run all tests
./tests_all.sh