active-group / active-group/sqlosure

`top` generates a query that is invalid for MSSQL

オープン
#7 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Clojure
スター
7
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

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`.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。