You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After dbcli/cli_helpers#97 we can set the
alignment on a per-column basis using the colalign parameter.
In this PR we upgrade cli_helpers and set colalign for columns with
a numeric type. This is more performant than using tabulate's
numparse capability, and unlike numparse, works on nullable numeric
columns.
The default alignment for numeric columns is changed from left to
right, on the basis that this is the default for the vendor client.
However, the user is free to change it back in ~/.myclirc .
0 commit comments