| Bug #28437 | Query Builder missing tinytext columns | ||
|---|---|---|---|
| Submitted: | 15 May 2007 10:14 | Modified: | 14 Jun 2007 9:14 |
| Reporter: | Hendrik Wiese | ||
| Status: | Closed | ||
| Category: | Connector/Net | Severity: | S1 (Critical) |
| Version: | 5.1 | OS: | Microsoft Windows (VS.NET 2005) |
| Assigned to: | Target Version: | ||
| Tags: | Query Builder | ||
[15 May 2007 10:14]
Hendrik Wiese
[22 May 2007 22:24]
Tonci Grgin
Hi Hendrik and thanks for your report. Verified as described with
- MySQL server 5.0.38BK on WinXP Pro SP2 localhost
- c/NET 5.1 GA, NET fw 2.0
- VS2005Pro SP1
C:\mysql507\bin>mysql -uroot test
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.0.38-log Source distribution
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> create table bug28437 (
-> Id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
-> TestCol1 VARCHAR(25),
-> TestCol2 TINYTEXT,
-> TestCol3 INT,
-> TestCol4 DATE);
Query OK, 0 rows affected (0.14 sec)
[22 May 2007 22:26]
Tonci Grgin
Strangly enough, drag&drop works
Attachment: 28437-1.jpg (image/jpeg, text), 32.97 KiB.
[12 Jun 2007 0:27]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/28542
[14 Jun 2007 9:14]
MC Brown
A note has been added to the 5.1.2 changelog.
