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

Ticket #8400 (assigned defect)

Opened 1 year ago

Last modified 6 months ago

[PATCH] sybase_adapter.rb does not support reconnects

Reported by: cohenn95 Assigned to: vaxine19 (accepted)
Priority: high Milestone: 1.2.7
Component: ActiveRecord Version: edge
Severity: major Keywords: sybase production bug
Cc:

Description

rails apps using sybase adapter need to be restarted if DB connection is lost. Here is a change I made that seems to work so that is not needed.

Attachments

sybase_patch.txt (2.1 kB) - added by cohenn95 on 05/18/07 19:06:01.

Change History

05/18/07 19:06:01 changed by cohenn95

  • attachment sybase_patch.txt added.

05/18/07 19:07:15 changed by cohenn95

  • summary changed from [PATH] sybase_adapter.rb does not support reconnects to [PATCH] sybase_adapter.rb does not support reconnects.

12/28/07 19:40:19 changed by vaxine19

  • keywords changed from sybase to sybase production bug.
  • priority changed from low to normal.
  • type changed from enhancement to defect.
  • severity changed from normal to major.

This is a production level issue, since one needs the app to come back up after a database restart.

01/02/08 20:08:19 changed by vaxine19

  • priority changed from normal to high.

This adapter just got moved to a gem. Can someone try to merge this change in to that if this change works?

01/04/08 22:54:09 changed by vaxine19

  • owner changed from core to vaxine19.
  • status changed from new to assigned.