Bug report #19833
Stack trace when viewing a versioned table in DB Manager
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | DB Manager | ||
Affected QGIS version: | 3.2.1 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 27657 |
Description
Creating an empty table then versioning it (Table -> Change logging) results in an error when clicking on the information/table/preview tabs:
ValueError: Single '}' encountered in format string
Traceback (most recent call last):
File "/home/matteo/lavori/QGIS/build-qgis3-master/output/python/plugins/db_manager/dlg_sql_window.py", line 296, in executeSqlCompleted
self.lblResult.setText(self.tr("{0} rows, {1:.3f} seconds").format(model.affectedRows(), model.secs()))
ValueError: Single '}' encountered in format string
Related issues
Associated revisions
translations: remove mysterious line noise (fixes #19833)
History
#1 Updated by Giovanni Manghi about 6 years ago
- Status changed from Open to Feedback
Does it works as expected on 2.18?
#2 Updated by matteo ghetta about 6 years ago
seems not
#3 Updated by Giovanni Manghi about 6 years ago
- Status changed from Feedback to Open
#4 Updated by Christophe Damour almost 6 years ago
In QGIS 3.4.1, french translation file contains an incorrect translation string in context DlgSqlWindow.
English string :
{0} rows, {1:.3f} seconds
French string :
{0} enregistrements, {1:.1f} secondes {0}?} {1:.3f?}
QGIS 2.18 looks ok :
English string :
%d rows, %.1f seconds
French string :
%d lignes, %.1f secondes
#5 Updated by Giovanni Manghi almost 6 years ago
- Status changed from Open to Feedback
So this is a translation problem and does NOT happen if QGIS is used in English?
#6 Updated by Christophe Damour almost 6 years ago
I didn't test in english but I believe so.
#7 Updated by Jürgen Fischer almost 6 years ago
- Duplicated by Bug report #20467: update sql layer added
#8 Updated by Jürgen Fischer almost 6 years ago
- % Done changed from 0 to 100
- Status changed from Feedback to Closed
Applied in changeset qgis|0ab6088f91522e7b94536eeafa126589b0b14cf0.