Prisma Studio does not show additional spaces in between two works.
Original: https://discord.com/channels/937751382725886062/1146889757364850791/1371493729243893861
Does Prisma get rid of additional spaces between entries? For example, I saved abc Hrl123 but it's being returned as abc Hrl123 This is showing one space instead of 7.
3 Replies
You're in no rush, so we'll let a dev step in. Enjoy your coffee, or drop into
#ask-ai
if you get antsy for a second opinion!Hey!
Yes, you are correct in your observation. The extra spaces in between were truncated when I tried it.
Is this behaviour causing issues for you?
Yes, for some reason its also being returned truncated when I display it on the front end. I run a code-quiz platform and because its truncated it's displaying the wrong answer to the user
If you add an entry to the db with a bunch of spaces in between two characters, and then read from the db programatically, does it return it with or without all the extra spaces?