WakaTime
DTDrizzle Team
•Created by Screw on 10/19/2023 in #help
where filter returning typescript error when nested within a with
it's actually filtering comments then joining, not filtering on the joined table
7 replies
DTDrizzle Team
•Created by Screw on 10/19/2023 in #help
where filter returning typescript error when nested within a with
oh nvm, the docs aren't clear https://discord.com/channels/1043890932593987624/1113148605142945822/1151552569408229496
7 replies
DTDrizzle Team
•Created by Screw on 10/19/2023 in #help
where filter returning typescript error when nested within a with
also wondering why the docs stills show this possible. the docs are out of date?
7 replies
DTDrizzle Team
•Created by saM69420 on 10/5/2023 in #help
Creating a Case-Insensitive Unique Index
8 replies
DTDrizzle Team
•Created by saM69420 on 10/5/2023 in #help
Creating a Case-Insensitive Unique Index
also check out the citext extension for postgres (install it on your database) then use this answer to create a custom citext column type: https://www.answeroverflow.com/m/1101376236267253841
8 replies