snl-dev-team / snl-inventory-app

Scalable, user-friendly inventory management software with support for automated reporting and multi-level relations between orders, products, and materials.
2 stars 0 forks source link

SQL String Bug #54

Closed jacksonet00 closed 3 years ago

jacksonet00 commented 3 years ago

You cannot name a product with an ' character. (Obviously a very low importance bug).

znields commented 3 years ago

Looks like we can prevent this issues by doubling quotes in our strings. See https://stackoverflow.com/questions/1586560/how-do-i-escape-a-single-quote-in-sql-server.

@lnields want to take care of this?

znields commented 3 years ago

migration to graphql fixed