We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22501e5 commit 210960dCopy full SHA for 210960d
README.md
@@ -114,7 +114,7 @@ Want to contribute by reporting a problem/bug? Feel free to use [the issue track
114
Roadmap
115
=======
116
117
-- ~~it's not commited to the repository yet~~, but soon termsql will support shorter SQL statements,
+- ~~it's not documented in the man page yet~~, but termsql supports shorter SQL statements,
118
where "from tbl" and other repetitive text isn't required anymore.
119
- "select col0,col1 where col1='foo'" => "select col0,col1 from tbl where col1='foo'"
120
- this particular feature is now commited and working given that you have sqlparse module version 0.1.15 and up
0 commit comments