Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #5191 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

[PATCH] Firebird charset set incorrectly

Reported by: Ken Kunz <kennethkunz@gmail.com> Assigned to: David
Priority: normal Milestone: 1.2
Component: ActiveRecord Version: 0.14.2
Severity: normal Keywords: firebird charset character set connection
Cc:

Description

There's a defect in the Firebird adapter that causes the character set for the db connection to not be set properly based on the :charset connection option.

The attached patch addresses the bug and includes a new Firebird-specific unit test.

This patch does not strictly depend on #5188, but it is recommended that #5188 be applied first.

Attachments

fb-charset-r4366.diff (3.6 kB) - added by Ken Kunz <kennethkunz@gmail.com> on 05/26/06 08:11:29.
patch file based on rev. 4366

Change History

05/26/06 08:11:29 changed by Ken Kunz <kennethkunz@gmail.com>

  • attachment fb-charset-r4366.diff added.

patch file based on rev. 4366

06/03/06 21:57:05 changed by david

  • status changed from new to closed.
  • resolution set to fixed.

(In [4424]) Fixed issues with BLOB limits, charsets, and booleans for Firebird (closes #5194, #5191, #5189) [kennethkunz@gmail.com]