Coding Shorts: EF8 - Breaking Change for Compatibility Level

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ม.ค. 2025

ความคิดเห็น • 13

  • @godfathermikal
    @godfathermikal ปีที่แล้ว +1

    This is great! Going through upgrades of EF and .Net now. Good to know this ahead of time. 🙏

  • @jawwadalam
    @jawwadalam ปีที่แล้ว

    Wonderful! Short, sweet and very informative! Thank you!

  • @ehssilva
    @ehssilva ปีที่แล้ว

    Perfect, thank you!

  • @henrik3098
    @henrik3098 ปีที่แล้ว

    wow really great video shawn =)

  • @freddyccix
    @freddyccix 9 หลายเดือนก่อน

    For me EF 8 was generating OPENJSON instead of WHERE [Column] IN ([Comma-separated strings]), thanks for the info

  • @jeanhibbert
    @jeanhibbert ปีที่แล้ว

    Thanks Shawn. :)

  • @PCM-Data8
    @PCM-Data8 ปีที่แล้ว

    How do you set the compatibility level, when using the `AddDbContextFactory` pattern? This method doesn't exist, anywhere!

  • @mouradaissani8957
    @mouradaissani8957 ปีที่แล้ว

    Thank you, so if i choose the compatibility level = 120 , it will work for the above levels also? (150,..)

    • @swildermuth
      @swildermuth  ปีที่แล้ว

      Yes it will. You should use the compatibility level that the actual database uses. 150 is the default.