1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/src
Christopher Kolstad 32dd377c3e
fix: Use knex whereLike instead of whereRaw to fix escaping (#6041)
This escape with `??` double escaped the LIKE query causing no results.
This updates to using whereLike, which does the correct escaping for
string query.
2024-01-26 10:44:53 +01:00
..
lib fix: Use knex whereLike instead of whereRaw to fix escaping (#6041) 2024-01-26 10:44:53 +01:00
mailtemplates Fix email template scheduled change conflict (#5957) 2024-01-19 14:57:00 +02:00
migrations feat: user trends migration (#6030) 2024-01-25 12:56:29 +01:00
test chore: implement created_by_user_id in features (#5994) 2024-01-25 13:09:30 +01:00
migrator.ts chore: This helps output the migrations being applied (#6004) 2024-01-23 16:01:36 +01:00
server-dev.ts Executive Dashboard page setup (#5949) 2024-01-18 12:32:25 +01:00
server.ts