PlanetTeamSpeak
PlanetTeamSpeak
Explore posts from servers
PPrisma
Created by PlanetTeamSpeak on 11/20/2024 in #help-and-questions
rawQuery compilation
After switching from mssql to Prisma ORM, I noticed that the rawQuery calls are much slower than they were on mssql. Do they get precompiled and cached and if not, is there any way to? I have a pretty big query that takes about 520ms to complete while it used to be about 20ms. I also cannot use TypedSQL as I'm using SQL Server as database.
14 replies
PPrisma
Created by PlanetTeamSpeak on 11/19/2024 in #help-and-questions
TypedSQL for SQL Server?
Are there any plans of adding support for SQL Server in TypedSQL? Seems like it wasn't even mentioned in the announcement nor was its lack of support mentioned. Only found out when I tried to use it.
5 replies
TIPThe Iris Project
Created by PlanetTeamSpeak on 7/19/2023 in #iris-issues
Vertex color is ignored when rendering
This is a bit of a technical question, but it has come to my attention that a rendering thing I do in my mod does not work when Iris is installed. I am rendering a texture overlay over the entire screen using the position, color, texture shader with the color of each vertex of the quad being 1, 0, 0, 0.33, but this color is completely ignored when Iris is installed. Without Iris, it renders the overlay translucent red as expected, but with Iris, it renders it as if the colour was white with an alpha of 1. The version of Minecraft I use is 1.19.2 and of Iris is 1.6.4. Is there anyone who could shed some light on this issue and tell me why it happens and preferably also how I can fix it?
23 replies