Jason Ozias
Jason Ozias
I'm not really sure either, but it was triggered from the following: ``` let len: isize = isize::try_from(self.conn.num_app_context)?; ``` where I was converting from a `u32` in a FFI binding...
Here is the error if I comment out the impl. ``` error[E0277]: the trait bound `error::Error: std::convert::From` is not satisfied --> src/context/params.rs:312:26 | 312 | let len: isize = isize::try_from(self.conn.num_app_context)?;...
Have you tried the `maxidle` config? See the readme for usage.
I assume `KognitioJDBC.jar` is in the top level of your project? If it is, I'm not sure why it's not finding the class. You may also want to try a...
0.7.4 has been released back in January and lodash has been updated to 4.17.20.
There is not. It is a very basic pool. I will have some time after the first of the year to look into making the pool more robust.
`PreparedStatement.setDate` takes a `java.sql.Date` as the argument, so you have to construct one via `newInstance` from the node-java library. I'm not sure why it wouldn't error out when you give...
I will have some more time after the new year. I'm am going to implement a promise oriented API (in addition to maintaining the current API).
Merged your pull request for this. Closing.
Ah, I should've read closer. Streams....you included bytes.