Upper Camel Case for Data Types
dei401
Posts: 5 Bronze 2
in SQL Prompt
When selecting Upper Camel Case for Data Types, I am finding some inconsistencies: "TinyInt", "DateTime" are as expected, but then we have "Smallint", and "Varchar"...shouldn't these be "SmallInt" and "VarChar" respectively?
These minor(?) inconsistencies are cause for failing code review.
Please provide a list of all built-in data types and their correct Upper Camel Case form.
Thank you!
These minor(?) inconsistencies are cause for failing code review.
Please provide a list of all built-in data types and their correct Upper Camel Case form.
Thank you!
Tagged:
Answers
I believe I have found where this is set and will discuss with the team what the best options here are. At the very least I think Smallint should match BigInt.
I will update here when I have further information.
Kind regards,
Alex
Have you visited our Help Center?
Thank you for your prompt response.
I appreciate you looking into this.
Best regards,
David
Apologies for the delay! This has now been fixed in the latest version so it now UpperCamelCases to You can download the latest version from our FTP here:
ftp://support.red-gate.com/patches/SQLPrompt/14Dec2018/SQLPrompt_9.4.6.7396.exe
Kind regards,
Alex
Have you visited our Help Center?