altsql-shell icon indicating copy to clipboard operation
altsql-shell copied to clipboard

An easily extensible DBI shell, perfect for a drop-in replacement to mysql-client

Results 26 altsql-shell issues
Sort by recently updated
recently updated
newest added

I've made the mysql developer tests configurable with more environment variables. I've also made it more obvious that it skips out of the box so that a dev is more...

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...

bug

Issue #14 is fixed on master, so releasing to CPAN would be good to update the changes since latest release

Typically in a system supporting readline bindings, Alt+B moves the cursor one word backward and Alt+F moves it one word forward. In AltSQL, Alt+B works, but Alt+F does nothing.

Although the shell correctly intercepts `^C` whilst editing an SQL command line, Ctrl+C exits both the pager and AltSQL itself when viewing a query result with enough rows that the...

I keep exiting by mistake because decades of readline use (Emacs, bash, &c.) have conditioned me to type C-d to delete a character. This is another version of the C-c...

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...

enhancement

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...

enhancement

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:...

enhancement