Noboru Saito

Results 123 comments of Noboru Saito

Thank you for your suggestion. > The sqlite string functions are not powerful. I agree, the sqlite3 function may be inconvenient. However, I think it's hard to implement a shell...

If the field name contains spaces, it must be enclosed in quotation marks. Quotation marks depend on the database driver. SQLite 3 is double quotes (") and backquotes (`). ```...

Of course, workarounds are possible. But I would like to show the user the best way to configure the pager. I think it's better to just write one line in...

I sent a pull request to xo/tblfmt. Please let me know if you have any problems.

Sorry, stddev is not available because it is not included in SQLite3. Recommend using PostgreSQL driver or MySQL driver.

Thank you for the issue. I hope this can be done, but I don't think it will be used much in practice, and simplicity may be sacrificed.

> I don't like this design. My rough idea is: I understand what you say. > LoadLocalInfile can be implemented using it. Yes. I think it is good. However, the...

I'm done with mine, so I'll close it.

Implemented in v0.20.0. Please give it a try. (This release may be unstable.)

I officially released v0.30.0. This has been resolved.