This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 241107

Summary: Feature: mysql autocomplete with tablePrefix constants (PHP)
Product: db Reporter: dicexq
Component: MySQLAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: normal Keywords: USABILITY
Priority: P4    
Version: 8.0   
Hardware: PC   
OS: Windows 8   
Issue Type: ENHANCEMENT Exception Reporter:

Description dicexq 2014-01-29 11:38:34 UTC
Product Version = NetBeans IDE 8.0 Beta (Build 201401141042)
Operating System = Windows 8 version 6.2 running on amd64
Java; VM; Vendor = 1.7.0_45
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.45-b08
Comment 1 dicexq 2014-01-29 12:10:10 UTC
Feature request: mysql autocomplete works fine. But often a constant is used to define a table prefix like: mysql_query("SELECT * FROM "._DB_PREFIX."tablename"); autocomplete wont work since the tablename cant be found / mysql syntax is incorrect.