-
I have
``` ruby
gem "activerecord-jdbcmysql-adapter", :git => "https://github.com/nicksieger/activerecord-jdbc-adapter"
```
in my `Gemfile` and when I warble my application it does not work because …
-
reproduced with [gist](https://gist.github.com/senid231/b91bb2e51e7dd45be3d6c16c018dcbb5)
```ruby
begin
require 'bundler/inline'
require 'bundler'
rescue LoadError => e
STDERR.puts 'Bund…
-
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…
-
Hello,
I'm running into some problems when I'm trying to enrich data using input jdbc and filter jdbc_streaming.
My System:
Logstash - 6.4.0
logstash-input-jdbc - 4.3.11
logstash-filter-jdbc-…
-
While working on the original ClojureQL, I came across the dreaded delimited identifiers concept of SQL. With the new CQL, we currently can't access any SQL object that require delimited identifiers. …
budu updated
13 years ago
-
Hi,
When upgrading from jruby 9.3.2.0 to 9.3.4.0 I get the follwoing error: message.
```
rvm use jruby-9.3.4.0
jruby -S bundle install
jruby -S bundle exec rake assets:clean
jruby -S bundle …
-
I have a background job in which I need to access ActiveRecord models. If I start it without '-d', things work fine - I can access the database through AR models; but once I put '-d' in the command, …
-
In the license the usage of OSVDB is mentioned and references their license. OSVDB and OSF both shut down years ago. Is it still relevant to keep them in the license? Removing them would make the lice…
-
**NoMethodError: undefined method 'to_sql' for nil:NilClass**
The server starts fine and the application is running, I only get the above error while trying to load a particular grid.
**Gemfile:**
_…
-
This line:
```ruby
connection.add_foreign_key :entries, :users, :name => 'entries_user_id_fk'
```
fails with:
```text
ActiveRecord::MismatchedForeignKey: Column `user_id` on table `e…
enebo updated
6 years ago