[DBAL-293] mysql platform can not choose text type column Created: 20/Jun/12 Updated: 08/Sep/12 |
|
| Status: | In Progress |
| Project: | Doctrine DBAL |
| Component/s: | Platforms |
| Affects Version/s: | 2.2.2 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Kiichi Kajiura | Assignee: | Benjamin Eberlei |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
getVarcharMaxLength() in DBAL/Platforms/MySqlPlatform.php returns 65535; |
| Comments |
| Comment by Benjamin Eberlei [ 05/Jul/12 ] |
|
How do you call the schema/platform code? The code is correct, i think you are using it wrong. |
| Comment by Kiichi Kajiura [ 19/Jul/12 ] |
|
I don't use it directly. |