select * from [sales] where
4306038
4306001
4306011
4305948
4305955
4305861
4305792
4305883
4305907
4305908
4305798
4306018
4305998
4305919
4305966
4305987
4305991
4306015
morph it
select * from [sales] where
in ('4306038',
'4306001','4306011',
'4305948','4305955',
'4305861','4305792',
'4305883','4305907',
'4305908','4305798',
'4306018','4305998',
'4305919','4305966',
'4305987','4305991',
'4306015')
The cursor position is moved to the beginning of the morph instead of the end. In v17, the cursor position was at the end of the morph.
Lets make the behavior the same as v17.
@qa - this fix should only impact cursor placement for the Automate > Morph to Delimited List menu action.
Verified in ADS v18.0.15-1. Need to verify in 19.0.0-alpha-46
Verified in ADS v18.0.15-1. Need to verify in 19.0.0-alpha-46
Issue #15306 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 18.0.15-1, 19.0.0-alpha-46 |
No time estimate |
@qa - this fix should only impact cursor placement for the Automate > Morph to Delimited List menu action.