Code Monkey home page Code Monkey logo

Comments (7)

iahmed9312 avatar iahmed9312 commented on September 24, 2024 2

Thank you for your reply.

The template is set to Settings.TemplateType = TemplateType.EfCore7

To replicate my situation please follow the steps:

  1. Create new database (Database1)
  2. Create table (Table1)
  3. Create trigger for Table1

If you run POCO in Database1 it will run correctly and it will add (HasTrigger to Table1)

To get to my issue please follow the steps:

  1. Create a new database (Database2)
  2. Create new Synonym pointing to Database1.dbo.Table1

Now if you run POCO on Database2 it will run correctly except it will not add (HasTrigger to Table1)

I hope it is clear.

from entityframework-reverse-poco-code-first-generator.

iahmed9312 avatar iahmed9312 commented on September 24, 2024 1

Please note you have to change FilterSettings.IncludeSynonyms = true in your .tt settings file

from entityframework-reverse-poco-code-first-generator.

sjh37 avatar sjh37 commented on September 24, 2024 1

Try the attached file. It only works on SQL Server currently. Let me know if it works for you.
EF.Reverse.POCO.v3.zip

from entityframework-reverse-poco-code-first-generator.

sjh37 avatar sjh37 commented on September 24, 2024

Hi. HasTrigger was added to v3.8.1 and enhanced in v3.8.2.
See release v3.8.2 notes

Please show me the SQL to create the trigger for the table, and the SQL for the table so that I may test it.

from entityframework-reverse-poco-code-first-generator.

sjh37 avatar sjh37 commented on September 24, 2024

I also wanted to check you have set Settings.TemplateType = TemplateType.EfCore7 in your .tt settings file.

from entityframework-reverse-poco-code-first-generator.

iahmed9312 avatar iahmed9312 commented on September 24, 2024

Thank you very much, it is working perfectly!

from entityframework-reverse-poco-code-first-generator.

sjh37 avatar sjh37 commented on September 24, 2024

Released in v3.9.0

from entityframework-reverse-poco-code-first-generator.

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.