bug in autocomplete select in mssql 2005 in heidy 9.1.0.4867

[expired user #8687]'s profile image [expired user #8687] posted 9 years ago in General Permalink
Hi,
when I try to use auto completion it generates following select which is wrong:
SELECT *, SCHEMA_NAME("schema_id") AS 'schema' FROM "vsi"."sys"."objects" WHERE "type" IN ('P', 'U', 'V', 'TR', 'FN', 'TF');

Problem is that I it's creates double prefix for system table (vsi.sys.objects). vsi is our inner prefix.

Thanks

Please login to leave a reply, or register at first.