Version: 12.0.0
Build #: 29863
Build Date: 2012-Oct-20 08:16:18 PM
Connect to MySQL 5.5 server
Open a Query Window against Northwind database
Type query
replace into categories(^)
As in attached pic, ADS does not correctly display the columns. Compare with similar INSERT operation
|
79 KB
|
62 KB
The REPLACE command implementation in the autocomplete parser had been just a stub. Now it is implemented exactly like the INSERT command.
Issue #7838 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 13.0-alpha-16 |
No time estimate |
The REPLACE command implementation in the autocomplete parser had been just a stub. Now it is implemented exactly like the INSERT command.