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
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,14 @@ sqlread is a mysql dump parser that allows you to query MySQL dumps directly wit
9
9
10
10
Currently very picky and only likes `mysqldump` generated output dumps. Milage may vary on dumps created with other tools like Navicat. Compatability is a work in progress.
11
11
12
+
## Todo:
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.
0 commit comments