rkg-mm

Results 114 comments of rkg-mm

Seems like DTrack uses TEXT datatype, but MSSQL doesn't support DISTINCT on it. According to https://stackoverflow.com/questions/8056339/ef-the-text-data-type-cannot-be-selected-as-distinct-because-it-is-not-comparab the question should be: Why do we use TEXT as datatype instead VARCHAR(MAX)?

Which fields would be affected by this? Since you drop support for MSSQL anyway with 5.x, maybe as quick fix those fields can be excluded...

For the moment those are not used in the UI, but could be in future once we add expanding of those table rows. Could also cast these 2 in the...

I haven't found the time to update our instance yet. But I also think @rbt-mm tested this with MSSQL...

@jkowalleck do you still plan to add this cli switch? any plan when?

Is it possible to say when this will be available? We would like to have a 2-way sync for Dependency-Track tool, which so far only supports from DT into DD....

I am seeing the same issue - not the first time. But what @nscuro said makes sense. I don't have the /data volume mounted, so if there is a key...

Yes please add some hint about this in the docs, that would help :)

I didn't see it anymore at the moment.

Looking into this I wonder why endpoint `/v1/tag/{policyUuid}` is related to policies. The description "Returns a list of all tags" is misleading as well, as it only returns a list...