Skip to content

Commit

Permalink
fix(modelql)!: disable implicit queries to avoid accidental performan…
Browse files Browse the repository at this point in the history
…ce issues

You should fix the unintended implicit queries or use .query explicitly.
You can also set the environment variable MODELQL_IMPLICIT_QUERIES_ENABLED=true to re-enable this
feature.
  • Loading branch information
slisson committed Dec 8, 2024
1 parent b7734da commit 57e46ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
package org.modelix.modelql.client

actual val implicitQueriesEnabled: Boolean
get() = false
get() = false

0 comments on commit 57e46ee

Please sign in to comment.