Posts
Sort by recent activity
BUG: Table VIEW CHANGE TRACKING perm from DB (10.2/7&11.0b)
My Case
I have a scripts folder which includes "GRANT VIEW CHANGE TRACKING ON table TO user" and these appear as differences during a compare, although the permission IS granted in the DB.
It appea...
Any release that fixes SC-6564?
Any release that fixes SC-6564?
BUG: Incorrect column permissions shown/scripted (10.5&10.4)
Execute (I used SQL x64 Version: 11.0.3000.0):
CREATE TABLE [ColTest]([A] [int], [int], [C] [int], [D] [int])
GRANT UPDATE ([C]) ON [dbo].[ColTest] TO [public]
ALTER TABLE [ColTest] DROP COLUMN
-...
I don't want it to recognise my SqlProj file (10.3+)
We have a ".sqlproj" file that includes all the scripts generated by the "Create Scripts Folder..." option.
Because the scripts aren't compatible with a Visual Studio database project, the build ac...
BUG:Reflector missing UINT to ULONG casts with Shift Left
Reflector (6.5.0.135) doesn't recognise the need for a cast when a UINT is cast to a ULONG before performing a Shift Left operation.
Example:
public class ReflectorTest
{
public ulong uint...