Bug Report #4394

MySQL enum doesn't handle values with parentheses

Added by Chris Bandy 4 months ago. Updated 4 months ago.

Status:Closed Start date:01/09/2012
Priority:Normal Due date:
Assignee:Chris Bandy % Done:

100%

Category:-
Target version:Kohana v3.x - v3.2.1
Resolution:fixed Points:1

Description

This field's Type looks like enum('student','professional','retired','other (see description)').
Kohana_Database::_parse_type, when parsing this thing, returns "enum')" as its type, and "'student','professional','retired','other (see description" as its length.

Should have type 'enum' and length "'student','professional','retired','other (see description)'".


Related issues

blocked by Database - Bug Report #4393: MySQL enum doesn't handle values with parentheses Kohana v3.x - v3.1.5 Closed 01/09/2012

Associated revisions

Revision 7109723b
Added by Chris Bandy 4 months ago

Merge branch '3.1/develop' into 3.2/develop. Fixes #4394

History

Updated by Chris Bandy 4 months ago

  • Resolution set to fixed

Updated by Chris Bandy 4 months ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

Also available in: Atom PDF