You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The below error occurs while using a query builder with join (tried inner and left join). And, this occurs only in v3.1.3 and not in v3.1.2.
code: 'ER_DUP_FIELDNAME',
errno: 1060,
sqlState: '42S21',
sqlMessage: "Duplicate column name 'id'",
query: 'SELECT COUNT(*) AS `value` FROM (SELECT * FROM `code` `c` INNER JOIN `user` `u` ON `u`.`id`=`c`.`userId` ORDER BY `c`.`id` DESC) `uniqueTableAlias`',
parameters: []
The text was updated successfully, but these errors were encountered:
The below error occurs while using a query builder with join (tried inner and left join). And, this occurs only in v3.1.3 and not in v3.1.2.
The text was updated successfully, but these errors were encountered: