chrix75

Results 3 issues of chrix75

Hello, I've used this plugin with my Java project (specially, the Martin's metrics) but I start developing with Kotlin language and I've noticed those metrics don't work (no result is...

I've got a table with a column that has type `Array(Nullable(Float64))`. In my Java code, I do something like: ```java Double[] values = {1.0}; preparedStatement.setArray(1, preparedStatement.getConnection().createArrayOf("DOUBLE", values)); ``` When the...

bug

Hi, When I try to install the mysql lib, I get this error: dyld: Library not loaded: libmysqlclient.18.dylib Referenced from: /private/var/folders/fk/339860r16j759wmsfmjkyr4h0000gn/T/mysql-0.1.1.7-26496/mysql-0.1.1.7/dist/build/Database/MySQL/Base/C_hsc_make Reason: image not found I try the install with...