Activity overview
Latest activity by dbrinkerhoff
It looks like this was fixed with the current version of SQL Prompt (10.11.10.27545). I can't recreate the problem. / comments
It looks like this was fixed with the current version of SQL Prompt (10.11.10.27545). I can't recreate the problem.
SQL Prompt formatting -- incorrectly qualifying constraint names
Recently I've noticed a problem when attempting to use the formatting feature of SQL Prompt. The "qualify object names" step is adding the table name to the name of constraints in some circumstanc...
Formatter removes table from columns in WHERE clause even when it's ambiguous otherwise
First, here is the sample code: CREATE TABLE dbo.#Isolates
(
MICSourceID VARCHAR(3)
,VisitID VARCHAR(256)
,PatientID ...
That looks like it's working. If I find any files where it fails, I'll post again. Thanks so much for the quick response! / comments
That looks like it's working. If I find any files where it fails, I'll post again. Thanks so much for the quick response!
Formatting issue -- uppercasing non-keywords
Let me start by saying I don't have a good example to reproduce. This issue is happening with long scripts that rely on in-house tables, etc. If it is needed I will take the time to find one.
Wha...