tcables
tcables
@punksta any recent progress on these features? This really is a fantastic project!
This was my fault. iisexpress-proxy tried to bind to `vEthernet (WSL): http://172.20.16.` which is docker and my `Ethernet 2: http://192.168.56.1` which is VirtualBox's network. I told it to just bind...
It seems what I described was somehow coincidental. When binding to just the default network interface, it will work most of the time for my aspnet core app. But randomly...
> * [ ] Show Java stacktrace in `JdbcException` * [ ] Show Java stacktrace in `JdbcException`, **_with full exception message_**
Use the Factory Pattern to provide connections that you pool. Wrap the JdbcConnections in a class that can hold a reference to the pool, that which the pool will recycle...
Would you be able to provide example code?
@talibnawaz I'm sorry I'm not a primary developer, I just contributed once and answered a couple questions. I would recommend downloading the codebase, adding it to your solution, referencing it...
> JdbcUrl = "jdbc:MyDriver:HOST='localhost';PORT='8087';UID='admin;PWD='123';ACC='Admin'" }; If im reading that correctly, you are missing a single quote ( ` ' ` ) after `UID='admin ` (`;PWD=`). But as a future feature,...