Skip to content

Commit 6889005

Browse files
authored
Update README.md
1 parent 82ec465 commit 6889005

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ Currently very picky and only likes `mysqldump` generated output dumps. Milage m
1313

1414
While the code is quite usable and useful, I still have a ways to go.
1515

16-
- [ ] Query fields without backticks - currently all fields must be wrapped in backticks.
17-
- [ ] Basic WHERE support - not currently implemented.
16+
- [ ] Query fields without backticks - currently all fields **must** be wrapped in backticks.
17+
- [ ] General Expression Support
18+
- [ ] Basic WHERE support
19+
- [ ] Basic ORDER BY support
1820
- [ ] Optimization of heavily `\`'d string parsing
1921

2022
## Installation

0 commit comments

Comments
 (0)