User tests: Successful: Unsuccessful:
There is a few errors in sql query for Sql Server:
KEY is reserved and has to be quoted: https://docs.microsoft.com/en-us/sql/t-sql/language-elements/reserved-keywords-transact-sql?view=sql-server-2017COUNT(asso2.id)>1 as association is incorrect. The Sql server does not accept such syntax. I changed it to CASE WHEN COUNT(asso2.id)>1 THEN 1 ELSE 0 END as associationJDatabaseQuerySqlsrv method to correctly remove the DISTINCT keyword from column names in GROUP BY statement.Test the list of articles on MySql on a multilingual website.
Sql Server may still be broken due to an additional error in SQL queries to the the session table.
[Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Implicit conversion from data type nvarchar to varbinary is not allowed. Use the CONVERT function to run this query
Article List still works on mysql.
Article List on frontend / backend does not work on SQL Server. (multilingual)
No
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration com_content MS SQL SQL Installation Libraries |
| Labels |
Added:
?
|
||
| Title |
|
||||||
I have tested this item
OK here using mysql
| Status | Pending | ⇒ | Ready to Commit |
RTC
| Labels |
Added:
?
|
||
| Status | Ready to Commit | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-11-28 15:06:11 |
| Closed_By | ⇒ | mbabker |
I have tested this item✅ successfully on 00d0017
on code review
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23175.