| Anonymous | Login | Signup for a new account | 2010-09-10 09:39 EEST |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ << ] [ >> ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0000006 | [qot] general | crash | always | 2008-06-04 16:24 | 2008-12-16 11:07 | |||||||
| Reporter | anonymous | View Status | public | |||||||||
| Assigned To | administrator | |||||||||||
| Priority | normal | Resolution | fixed | |||||||||
| Status | feedback | Product Version | 0.0.3 | |||||||||
| Summary | 0000006: crash with bigint, datetime, enum field types | |||||||||||
| Description | Under windows, it's crashing when the DDL has bigint, datetime and enum field types | |||||||||||
| Additional Information |
Sample: CREATE SCHEMA qot_test; USE qot_test; CREATE TABLE videos ( id int(20) NOT NULL auto_increment, created datetime default NULL, user_id int(20) NOT NULL, video_category_id int(20) NOT NULL, title varchar(250) NOT NULL, PRIMARY KEY (id) ); |
|||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||
| Mantis 1.1.1[^] Copyright © 2000 - 2008 Mantis Group |