tea bone
DTDrizzle Team
•Created by tea bone on 8/28/2023 in #help
Is there a way to create check constraint?
I need to have a check constraint in my schema. I know check function is currently not supported, but is there a way to hack our way into implementing it?
2 replies
DTDrizzle Team
•Created by tea bone on 8/7/2023 in #help
After upgrading to 0.28.0 from 0.27.2, it is unable to infer the array type
Here is my schema definition:
And when I run the following query:
The inferred type of rows is this:
2 replies
DTDrizzle Team
•Created by tea bone on 8/4/2023 in #help
tsc fails to build due to errors
When I run
tsc
to compile the project to javascript, I am getting the following error:
Weird thing is, it actually compiles successfully, and I can start the app. Can I just ignore the error?3 replies