-
I'm writing as I've been having serious issues maintaining connections to an azure sql database.
I'm running a rails app that uses the activerecord-jdbcmssql-adapter to connect to an azure sql server…
-
#### Sample Schema
```ruby
Users {
id: int
company_id: int
options: json/jsonb
}
```
Writing query to retreive user records with `company_id` = 1, and whose `options` contains keys `key1…
-
I'm trying to upgrade the JRuby version of my Rails 4 application from 9.1.2.0 to 9.2.5.0 but faced an issue with migrations.
When a `rename_table` is used it does not issue an `ALTER INDEX` proper…
-
Hi:
I had my config file for netezza setup correctly, which I can connect when test
however, when I run it in jruby on rails, with its setup, its getting:
ActiveRecord::JDBCError: The driver encoun…
-
I am only getting the error when I do any kind of _insert_ statement. The error is coming from the _exec_insert_ method. I've got the transaction from the SQL Profiler tool, which you can see below an…
-
https://github.com/SnappyDataInc/snappydata
What are the steps to support this derby-like database? Will using the base Jdbc driver work?
Here is the jdbc driver. https://github.com/SnappyDataInc/s…
-
This affects ARJDBC 1.3 only. Versions 50+ were already patched as described below.
Transplanted from https://github.com/jruby/jruby/issues/6191#issuecomment-624282547
I believe the ArgumentErro…
-
Using Redmine 3.4.2 with jruby
I'm trying to migrate from MySQL to MSSQL, i used database migration tool from Microsoft. The migrated data seems fine, but I get this invalid SQL statments sometimes…
-
I'm having this issue when doing even a simple query like `User.first` on my development environment.
If I create my table with a custom schema:
```
class CreatePartyPartners < ActiveRecord::Migrat…
-
Snappydata is:
1. spark which allows us to use machine learning algorithms from spark
2. a sql database which allows us to use standard sql
3. apache licensed which is the same license as octo.ai
4. a…