Skip to content

Commit 268a169

Browse files
authored
fix: ** (power) does not get translated to POWER in MSSQL (#34)
* refactor: simplify SqlContext class * fix: change `**` name of mssql from POW to POWER * fix: mssql pow function not work as expected * Rollback sqlcontext copy * refactor: support get dialect special name for a function
1 parent 7e3f5fc commit 268a169

File tree

5 files changed

+139
-104
lines changed

5 files changed

+139
-104
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 0.6
44

5+
### 0.6.2 (Unreleased)
6+
7+
- fix: `** (power)` does not get translated to POWER in MSSQL (#34)
8+
59
### 0.6.1
610

711
- Add `JSONAttributeCriterion` (#33)

0 commit comments

Comments
 (0)