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

Ticket #5139 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

[PATCH] Oracle boolean support, tests, etc

Reported by: mschoen Assigned to: David
Priority: normal Milestone:
Component: ActiveRecord Version:
Severity: normal Keywords:
Cc:

Description

The attached patch bundles in boolean support from #4811, fixes the testing issues from [4340], improves numeric limit handling, re: [4335], includes the last patch on #4017, makes logged sql a bit more useful by including the actual ids instead of just :id, and adds support for table names that include schema references (ref. #4968).

Attachments

oracle_boolean_plus.patch (12.8 kB) - added by mschoen on 05/21/06 07:17:00.

Change History

05/21/06 07:17:00 changed by mschoen

  • attachment oracle_boolean_plus.patch added.

05/21/06 15:11:02 changed by marcel

(In [4350]) Strip out leading schema name in classify. References #5139. [schoenm@earthlink.net]

05/21/06 15:13:36 changed by marcel

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

(In [4351]) Fix Oracle boolean support and tests. Closes #5139. [schoenm@earthlink.net]