active-group / active-group/sqlosure
`top` generates a query that is invalid for MSSQL
Ouverte
- Langage dominant
- Clojure
- Étoiles
- 7
- Forks
- 0
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
The `(top!)` query generates an SQL statement like `select ... from ... limit N`, but MSSQL does not accept that. There the result set can be reduced like `select top N from ...`.
Afaik, there is no way to change that in a custom 'backend', is it?
I don't know if adjusting the SQL generated from the expression is the best way to go, or allowing a library user to add new sqlosure expressions, so that I could write my own `mssql-top`.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.