View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004889 | SOGo | Backend General | public | 2019-11-21 15:43 | 2020-01-06 20:22 |
Reporter | Jacek | Assigned To | francis | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | [Server] Linux | OS | RHEL/CentOS | OS Version | 7 |
Product Version | 4.1.1 | ||||
Fixed in Version | 4.3.0 | ||||
Summary | 0004889: sql-update-3.0.0-to-combined-mysql.sh - possibly incorrect/missing table used | ||||
Description | Most of the time sql-update-3.0.0-to-combined-mysql.sh correctly uses table name defined in OCSFolderInfoURL to fetch or update data, but in one place this name is hardcoded to sogo_folder_info: echo "UPDATE sogo_folder_info SET c_location = NULL, c_quick_location = NULL, c_acl_location = NULL WHERE c_folder_id = $FOLDERID;" >> $SQLFILE This line should read: echo "UPDATE $TABLE SET c_location = NULL, c_quick_location = NULL, c_acl_location = NULL WHERE c_folder_id = $FOLDERID;" >> $SQLFILE Same goes for PostgreSQL version of the script. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2019-11-21 15:43 | Jacek | New Issue | |
2020-01-06 20:12 | francis | Changeset attached | => sogo master 4216f9e7 |
2020-01-06 20:12 | francis | Assigned To | => francis |
2020-01-06 20:12 | francis | Resolution | open => fixed |
2020-01-06 20:22 | francis | Status | new => resolved |
2020-01-06 20:22 | francis | Fixed in Version | => 4.3.0 |