TrackerSB / Green2

GNU General Public License v3.0
0 stars 0 forks source link

QueryResult: Localize displayed output #161

Open TrackerSB opened 5 years ago

TrackerSB commented 5 years ago

Show a localized date format for dates, show yes/no instead of 1/0,...

TrackerSB commented 5 years ago

It may not be possible to localize the output since the input may be the output of a database query. The result of the query is only a list of lists of strings. So it would be necessary to detect the types of the columns of the query result.

TrackerSB commented 5 years ago

Therefore issue #174 should be solved before.