Eric Waters
Eric Waters
If you force pagination by narrowing your console window to force the following output to paginate: ``` sql select 'This is a long string that will cause the output to...
If you tab complete in the where clause, we should be able in most cases to know which table(s) you are selecting from and can give you a list of...
I often need to share tabular data (the output of a select statement) with others. Copy and paste works, but looses the color and bolding and often requires some work...
Upon selecting a very large and wide data set, there is a lot of processing to be done to compute optimal UnicodeBox tables. Take this example I just ran into:...
Non-intuitively, `Term::Readline::Zoid` makes the backspace key act like the delete key if there's no characters before the prompt.
If you tab complete on `table_name.` the '.' will be interpreted as any character in the regex. This should match on a literal period.
Sometimes it's nice to `select * from table` but omit one of the columns. To do this currently, you have to then explicitly list each column name. How about something...
When you're in the incremental reverse search mode, you can get into a situation where it appears nothing is happening and that you're stuck. This happens when you've typed a...