Bug Report #4394
MySQL enum doesn't handle values with parentheses
| Status: | Closed | Start date: | 01/09/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % 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
Associated revisions
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
Applied in changeset 7109723b97383d2594abc324627500a7a02fdd56.