| Anonymous | Login | Signup for a new account | 2010-09-07 19:22 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 | ||||
| 0000003 | [qot] general | crash | always | 2008-04-30 17:28 | 2008-06-15 16:12 | ||||
| Reporter | anonymous | View Status | public | ||||||
| Assigned To | administrator | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | resolved | Product Version | 0.0.3 | ||||||
| Summary | 0000003: Segfault for queries that use table alias | ||||||||
| Description |
This is for 0.0.3 which is not yet able to be chosen in Product Version field. This query type works: SELECT table.field FROM table WHERE table.field2 = 'x'; These query types segfault: SELECT t1.field FROM table AS t1 WHERE t1.field2 = 'x'; SELECT t1.field FROM table t1 WHERE t1.field2 = 'x'; |
||||||||
| Additional Information | The last query is the type of query that is generated by Catalyst, a perl MVC project. | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.1.1[^] Copyright © 2000 - 2008 Mantis Group |