Git Product home page Git Product logo

Comments (4)

AstreaTSS avatar AstreaTSS commented on September 26, 2024

The database has been switched to one that uses IPv4 properly. Thus, I'll likely end up using Prisma.

from ultimateinvestigator.

AstreaTSS avatar AstreaTSS commented on September 26, 2024

Turns out Prisma doesn't have case-insensitive comparisons for scalar lists/arrays, as noted by prisma/prisma#8387.

This unfortunately means we're forced to use another ORM, as said comparisons are used often in Ultimate Investigator.

from ultimateinvestigator.

AstreaTSS avatar AstreaTSS commented on September 26, 2024

Seems like most ORMs can't support this simple feature, ugh.

If anyone finds one that can, link it here. Otherwise, I'll keep using tortoise until/unless Prisma finally gets a move on with the above PR (seems unlikely, since it's been dead for a while).

from ultimateinvestigator.

AstreaTSS avatar AstreaTSS commented on September 26, 2024

Decided to just make my own queries for case-insensitive comparisons against arrays.

from ultimateinvestigator.

Related Issues (5)

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.