mirror of
https://github.com/dbcli/pgcli.git
synced 2024-11-09 16:34:32 +03:00
Set default data_formatting to nothing.
This commit is contained in:
parent
4edd124c0d
commit
17d3f05d56
@ -138,5 +138,5 @@ Token.Toolbar.Transaction.Failed = 'bg:#222222 #ff005f bold'
|
||||
# for decimal "d" - 12345678, ",d" - 12,345,678
|
||||
# for float "g" - 123456.78, ",g" - 123,456.78
|
||||
[data_formats]
|
||||
decimal = ",d"
|
||||
float = ",g"
|
||||
decimal = ""
|
||||
float = ""
|
||||
|
Loading…
Reference in New Issue
Block a user