We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c53a220 + 9c43251 commit e7b3aacCopy full SHA for e7b3aac
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## 0.6
4
5
+### 0.6.3
6
+
7
+- Fix: do not add alias to group by columns in the case if the column not selected (#37)
8
9
### 0.6.2
10
11
- feat: migrate from poetry to uv
pypika_tortoise/__init__.py
@@ -38,4 +38,4 @@
38
NULL = NullValue()
39
SYSTEM_TIME = SystemTimeValue()
40
41
-__version__ = "0.6.2"
+__version__ = "0.6.3"
0 commit comments