'Execute Current' in SQL console not working as expected
Has anyone encountered an issue with executing the current statement in the latest (Maia) IU-92.105 build (Mac version) where more than just the current statement is executed? I've experienced where it selects 6 statements, but the Output window shows a SQL grammar error that leads me to think that it tried to execute only part of one of the sql statements. So it appears that visually, complete statements are selected, but it only tried to execute a partial statement. The console is connected to a MySQL data source. As far as I can tell, this was last working as expected in IU-92.94 build. Interestingly, ctrl-W correctly expands to select the statement as expected.
Kind regards,
Joe
Please sign in to leave a comment.
Not sure I could have timed the question any better , but I just downloaded IntellijIDEA 9 release and the problem does not appear anymore; executing current statement works as expected.
Kind regards,
Joe
Fixed in 93.13 (release build)
intellijoe wrote: