Using TableName.* in Database Query Builder for SQLite DB results in no fields returned

Wappler Version: 6.0 B16
Operating System: Windows 11
Server Model: Capacitor
Database Type: SQLite
Hosting Type:

Expected behavior

Using TableName.* should return all fields and their data.

image

Actual behavior

"*" : "*" is returned for each row.

image

Workaround is to add each individual field.