petterik / lajter

MIT License
3 stars 0 forks source link

Keep parameterized queries separate #54

Closed petterik closed 5 years ago

petterik commented 5 years ago

When merging queries, they should be separated based on their params.

petterik commented 5 years ago

Nvm, we're not going to support query params, as inputs can be injected at read or send time. We never had query params in sulo and when asking around, it seems like many people avoid them.

If one wants different params for different views, they should create a new query name, which will keep the queries and patterns separate.