Comments
1 comment
-
Hi there,
Thanks for this. Unfortunately I appear to have committed a bit of a schoolboy error with the alias generation that leads to duplicate aliases being created. Fortunately it's fairly easy to fix, but very annoying nonetheless.
The c.c.FirstName issue actually affects a variety of identifiers, including those prefixed with schemas, table/view names, aliases etc, which we'll be fixing for the final release.
Thanks,
Bart
Add comment
Please sign in to leave a comment.
If i type the first few characters of the field it will work fine, if i prefix it with the alias, it will get added twice.
Starting with:
If i type first[space], last[space] i get:
If i type C.first[space], C.last[space] i get: