Skip to content

Commit

Permalink
add insert schema
Browse files Browse the repository at this point in the history
  • Loading branch information
xunkai55-ood committed Jan 9, 2015
1 parent 40393e4 commit 7fa2473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cli/sqleast.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ string beautiful(string &s) {
if (i == 0 || t[k] == ' ') {

} else {

t += ' ';
k += 1;
}
} else {
t += s[i];
Expand Down

0 comments on commit 7fa2473

Please sign in to comment.