-
I currently receive the following error when migrating:
Mysql2::Error: Table 'redmine.votes' doesn't exist: ALTER TABLE `votes` ADD `vote_count` int(11) DEFAULT 1 NOT NULL/opt/redmine-2.5.1/clean/ruby…
-
Hey guys,
First off, I am loving the gem. Firebird DB adapters are hardly maintained and any knowledge about them seems very sparse, so thanks for that.
When I do `rake db:schema:dump`, some of…
-
```
Couldn't create database for {"adapter"=>"mysql2", "encoding"=>"utf8", "reconnect"=>true, "database"=>"huginn", "pool"=>5, "username"=>"root", "password"=>"CHANGEME", "host"=>nil, "port"=>nil,…
-
It seems that the "is_public" column doesn't exist anymore...
/mylyn/version?key=ae33f3a...
``` xml
2.8.2.stable
2.3.2.devel
3.2.13
```
Production log:
```
Started GET "/mylyn/querie…
-
Has the purpose of `ActiveHash` changed?
Many of the recent feature requests feel like it is going towards an in-memory thread safe transactional database.
### `README.md` [[ref]](https://gith…
-
### Steps to reproduce
```ruby
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.…
-
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…
-
Given a Background migration with a relation that uses `includes`, e.g.
```ruby
module OnlineMigrations::BackgroundMigrations
class BMigration < OnlineMigrations::BackgroundMigration
def r…
-
Hi,
I think the use_sql feature is not at all ready for production yet. I have an `apartment.rb` that looks like this:
``` ruby
Apartment.configure do |config|
config.excluded_models = ["User", "P…
-
Hello,
I am trying to execute a transaction with the model.
It works:
```crystal
User.adapter.database.transaction do |tx|
# here the lang is "en"
ret = tx.connection.exec "UPDATE user…