Babu Annamalai

Results 63 comments of Babu Annamalai

Thanks @AndreasKl I have had a look at these projects when I was starting on the implementation but had focused on using https://www.nuget.org/packages/PostgreSql.Binaries.Lite/ which only supported Windows. I will have...

> So at this point this package only works on windows right? Yep!

I have some plans to deal with this, will keep you posted. Note that the binaries lite is also not kept upto date.

@atrauzzi I had a look at what you have implemented, the embedding approach look okay since you don't need to download the files on demand. But it only supports running...

@AlexFlat I shall have a look at this issue and get back to you. Following are the possible quick remedies: - pass a server param `statement_timeout` and the value so...

I have observed this issue as well. Env: Ubuntu 16.04. That said, I also love sql-cli, great tool!

I was think about some use cases on the same lines, have some neat ideas. I will put some thoughts/functionality on my next window of time to work on this....

These are quite custom things and would suggest you to do a pre-processing step using [HtmlAgilityPack](https://www.nuget.org/packages/HtmlAgilityPack/) to convert/process the required html nodes as per your requirements and then pass the...

Quick follow on note, I think there is room to extend `PassThroughTags` to render as text with an additional option rather html. Let me have a look and revert.

Note that styles are never processed by the library except for some special cases where specific class names are checked. Hence don't think I would be able to handle this.