Project

General

Profile

Task #66738

Updated by Mathias Schreiber almost 9 years ago

Since we are the only project on the entire planet that actually parses the SQL to find out what's going on in the schema we now need to make the SQL parser aware of combined indexes. 

 Our current investigation suspect problems with multiple parenthesis. Enjoy :) 

 Example of expected code to be executed: 
 <pre>uid_foreign,tablenames(255),fieldname(255),sorting_foreign.</pre>

Back