Karol Bucek

Results 252 comments of Karol Bucek

@giosakti thanks for the report(s) ... we'll pretty low on maintainers thus would recommend looking into this on your own. try [setting up the tests](https://github.com/jruby/activerecord-jdbc-adapter/blob/master/RUNNING_TESTS.md) against a [test](https://github.com/jruby/activerecord-jdbc-adapter/blob/master/test/db/mssql.rb) [DB](https://github.com/jruby/activerecord-jdbc-adapter/blob/master/test/db/mssql_config.rb) to...

thanks, the rake tasks are mostly tested while assuming adapter: set to concrete adapter (`adapter: jdbc` will be deprecated for setups where it's not "needed") ... I'm suprised by your...

@cap10morgan `adapter: mysql` should work just fine with SSL ... show us the (DB) config if it does not.

@cap10morgan still no database configuration with ssl params ! ... it's just about the very same if you must look at MySQL connector J documentation and specify the `properties:` as...

http://dev.mysql.com/doc/connector-j/en/connector-j-reference-configuration-properties.html any of those (URL) properties can be set ... just like our README explains, there's a sample : ``` production: adapter: mysql username: blog password: blog url: "jdbc:mysql://localhost:3306/blog?profileSQL=true" properties:...

well you likely get the same error with `adapter: jdbc` if not that's a bug otherwise it's a DB setup issue

@cap10morgan sorry, but this is really low-priority (for me) ... I'm not exactly sure what to do here without testing this out myself, I would rather expect you to tell...

if you're using the correct driver, just specify the required `properties: ` under your configuration and it will work e.g. ``` production: adapter: mssql properties: authenticationScheme: JavaKerberos ... ```

thanks for the report, we're a bit low on MS-SQL maintainers, the code is quite "non-trivial" and seems that every time someone fixes something other pieces might get broken. so...

we didn't look into support for running AR-JDBC with DB2 systems, however we welcome the effort. ... you should change the branch from master to target **50-stable** so it gets...