We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ec465 commit 6889005Copy full SHA for 6889005
1 file changed
README.md
@@ -13,8 +13,10 @@ Currently very picky and only likes `mysqldump` generated output dumps. Milage m
13
14
While the code is quite usable and useful, I still have a ways to go.
15
16
-- [ ] Query fields without backticks - currently all fields must be wrapped in backticks.
17
-- [ ] Basic WHERE support - not currently implemented.
+- [ ] Query fields without backticks - currently all fields **must** be wrapped in backticks.
+- [ ] General Expression Support
18
+ - [ ] Basic WHERE support
19
+ - [ ] Basic ORDER BY support
20
- [ ] Optimization of heavily `\`'d string parsing
21
22
## Installation
0 commit comments