View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0033372 | mantisbt | db mssql | public | 2023-12-01 09:27 | 2024-02-20 16:58 |
Reporter | roman.brandersky | Assigned To | dregad | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.26.0 | ||||
Target Version | 2.26.1 | Fixed in Version | 2.26.1 | ||
Summary | 0033372: SQL error opening Manage Users page with MSSQL | ||||
Description | Problem with:
| ||||
Tags | No tags attached. | ||||
This is the query: |
|
The purpose of this query is to identify users with duplicate email addresses. I have tested it with MySQL and PostgreSQL, but unfortunately I do not have access to an SQL server instance so I couldn't confirm for that platform. I guess that adding Please confirm if that solves the problem, and if not maybe you can help by providing a query that works on MSSQL. |
|
Perfect ! |
|
MantisBT: master d18f08fd 2023-12-01 18:03 Details Diff |
Fix SQL error opening Manage Users page with MSSQL [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]No column name was specified for column 2 of 'tmp'. Adding aliases to subquery's columns. Fixes 0033372 |
Affected Issues 0033372 |
|
mod - core/user_api.php | Diff File |