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
Add reset command !reset all - resets all sqlline properties (deliberately did not allow to reset all with !reset (without arguments) since this is high prone to user to hit enter prematurely). !reset <property> - resets property to default.
Enhance set command
Currently set command does the following: !set - lists all properties and their values !set <key> <value> - sets property to the given value
Add: !set all - equivalent to !set to match !reset all syntax !set <property> - lists current property value
The text was updated successfully, but these errors were encountered:
Add reset command
!reset all
- resets all sqlline properties (deliberately did not allow to reset all with!reset
(without arguments) since this is high prone to user to hit enter prematurely).!reset <property>
- resets property to default.Enhance set command
Currently set command does the following:
!set
- lists all properties and their values!set <key> <value>
- sets property to the given valueAdd:
!set all
- equivalent to!set
to match!reset all
syntax!set <property>
- lists current property valueThe text was updated successfully, but these errors were encountered: