View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001924 | SOGo | sogo-tool | public | 2012-08-09 11:18 | 2012-11-14 15:59 |
Reporter | rims | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 1.3.16 | ||||
Summary | 0001924: Incorrect MySQL UPDATE command syntax when using rename-user | ||||
Description | I am using SOGo (version 1.3.17) configured with MySQL. After issuing command: sogo-tool rename-user test1 test2 this error is reported: SQL: UPDATE sogo_folder_info SET c_path = '/'||c_path1||'/'||c_path2|| | ||||
Additional Information | I think this error is reported because there is incorrect MySQL UPDATE command syntax. The correct syntax is: UPDATE sogo_folder_info SET c_path = CONCAT('/',c_path1,'/',c_path2, | ||||
Tags | mysql, sogo-tool | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2012-08-09 11:18 | rims | New Issue | |
2012-08-09 11:49 | rims | Tag Attached: sogo-tool | |
2012-08-09 11:49 | rims | Tag Attached: mysql | |
2012-09-20 20:17 | ludovic | Status | new => assigned |
2012-09-20 20:17 | ludovic | Assigned To | => jraby |
2012-11-13 22:30 |
|
Note Added: 0004843 | |
2012-11-14 15:59 |
|
Status | assigned => resolved |
2012-11-14 15:59 |
|
Resolution | open => fixed |