Giter VIP home page Giter VIP logo

Comments (4)

Azhkanizkael avatar Azhkanizkael commented on July 26, 2024 1

A fix to this is to alter the query used to populate this data to read inside of DatabaseSourceGateway.cs:

SELECT sm.object_id, ISNULL('[' + OBJECT_SCHEMA_NAME(sm.object_id)+ '].[' + OBJECT_NAME(sm.object_id) + ']','[' + st.name + ']')  object_name, sm.definition, sm.uses_quoted_identifier FROM sys.sql_modules sm LEFT JOIN sys.triggers st ON st.object_id = sm.object_id WHERE sm.object_id NOT IN (SELECT object_id FROM sys.objects WHERE type = 'IF');

I've made a fix for this in my fork of the project:
https://github.com/Azhkanizkael/SQLCover/blob/master/src/SQLCover/SQLCover/Source/DatabaseSourceGateway.cs

from sqlcover.

GoEddie avatar GoEddie commented on July 26, 2024 1

I am starting to put together the next release, I will include this fix in that release.

Thanks @Azhkanizkael for the fix :)

from sqlcover.

Radamonas avatar Radamonas commented on July 26, 2024

Do you know when we could expect the fix for this issue to be released?

from sqlcover.

GoEddie avatar GoEddie commented on July 26, 2024

This should be included in 0.5.0:

https://github.com/GoEddie/SQLCover/releases/tag/0.5.0

any problems please re-open and let me know

from sqlcover.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.