Giter VIP home page Giter VIP logo

Comments (11)

muhammetustaoglu avatar muhammetustaoglu commented on July 23, 2024 1

It's ok. I have no rush. I'll create a PR. Review it when you have time. Btw, nice feature. Congrats!

from hangfire.tags.

erwin-faceit avatar erwin-faceit commented on July 23, 2024 1

Sorry for the late reaction to this, caught up in regular work. I've just pushed an update of the components.

About updating the Hangfire version: usually packages reference the lowest possible version to maintain compatibility with older projects. You're free to use a higher version though, it should give no problems whatsoever.

from hangfire.tags.

erwin-faceit avatar erwin-faceit commented on July 23, 2024

With what type of database? I’ve not seen this error before.

from hangfire.tags.

muhammetustaoglu avatar muhammetustaoglu commented on July 23, 2024

We try this on MS Sql Server.

from hangfire.tags.

muhammetustaoglu avatar muhammetustaoglu commented on July 23, 2024

SqlTagsServiceStorage.cs page line 104 and 205. Can you fix the lines and create new version please? We would like to use this nuget package. Besides, hangfire version is also a little bit old. May be you can update it either.

from hangfire.tags.

erwin-faceit avatar erwin-faceit commented on July 23, 2024

We use this on MSSql in production for a few years now. What is the database collation used? If that contains CS, can you change that to CI?

from hangfire.tags.

muhammetustaoglu avatar muhammetustaoglu commented on July 23, 2024

Our database collation is "Turkish_CI_AS", so im sorry but it is already case insensitive

from hangfire.tags.

erwin-faceit avatar erwin-faceit commented on July 23, 2024

I’ll try to create a reproduction of this issue, but am on holiday this week.

from hangfire.tags.

erwin-faceit avatar erwin-faceit commented on July 23, 2024

I’m a bit surprised though:

The way to determine if a database or database object is to check its "COLLATION" property and look for "CI" or "CS" in the result. The CI indicates that the server is case insensitive.

from hangfire.tags.

muhammetustaoglu avatar muhammetustaoglu commented on July 23, 2024

Since i'm not authorized, i cant create PR. :(

from hangfire.tags.

muhammetustaoglu avatar muhammetustaoglu commented on July 23, 2024

Hello,
Did you have chance to debug the issue?

from hangfire.tags.

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.