we have 5 different table prefixes we use and some build on the others. The all start with tbl.... what happens is that since tbl is the first in the list when it meets that criteria it stops and applies an alias. Here is an example:
You have 2 prefixes set up to be ignored tbl & tblX
When you have a table that is named tblXAbcdEfg the alias is XAE when it should be AE. It would probably work if you could change the order in which it check the list, of if it did a check against the entire list not just the first one it comes to.
We are running version 3.9.
You have 2 prefixes set up to be ignored tbl & tblX
When you have a table that is named tblXAbcdEfg the alias is XAE when it should be AE. It would probably work if you could change the order in which it check the list, of if it did a check against the entire list not just the first one it comes to.
We are running version 3.9.