Tim Pope
Tim Pope
I suppose I don't see much harm in adding support. Can your use of `cat` be replaced with an argument instead? No sense tying to UNIX unnecessarily. Let's drop the...
This sounds handy, but really, really complicated to implement, and I'm pretty convinced it wouldn't be worth it for just this one use case.
To elaborate a bit, the sole purpose of commentary is temporarily commenting out code. In the jsp/php/erb case, you can use `` comments (or whatever) to comment out HTML, JavaScript,...
I haven't had a chance to test this so I'm just going to trust that it works, thanks!
Actually `CmdlineLeave` was added in 8.0.1206, this needs a version guard.
Generally speaking, to add support for a new command-line argument, the general procedure is to find the corresponding [connection property](https://learn.microsoft.com/en-us/sql/connect/jdbc/setting-the-connection-properties?view=sql-server-ver16), and turn it into a query parameter. For example, the...
@danarth I think you're onto something. But `fedauth` in particular looks like it might be specific to `go-mssqldb`? It also uses `user id` while we use `user` or `userName`. If...
> I think it's going to be tricky to provide a solution for this adapter that is compatible with both the ODBC version and go version of the `sqlcmd` utility...
Reeeeally hesitant to make this switch, at least not without harder evidence. I've had hard-to-reproduce problems in the past where using `!` caused weird redraw issues that vanished with `system()`....
Yeah I was worried about that. Note you can include a single quote in a single quoted string by doubling it.