LucidDB / luciddb

DEFUNCT: See README
https://github.com/LucidDB/luciddb
Apache License 2.0
52 stars 24 forks source link

[FRG-62] sqlline hangs when run from backgrounded GUI #808

Open dynamobi-build opened 12 years ago

dynamobi-build commented 12 years ago

[reporter="jvs", created="Wed, 8 Mar 2006 14:47:55 -0500 (GMT-05:00)"] If you bg a GUI such as Intellij or JSwat which is running sqlline (e.g. to
execute a Farrago SQL-based test case), it will hang until you put it back in
the foreground. Julian's workaround is to spawn via xterm so it can run in the
foreground there.

I tried setting property jline.terminal to jline.UnsupportedTerminal but it
didn't work.