Skip to content

Commit ccb3fc5

Browse files
committed
0.5.10
1 parent 8d213b4 commit ccb3fc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- restore filter pushdowns
2-
- support "create view"/"drop view"/"update view" (https://github.com/mabel-dev/opteryx-core/issues/17)
2+
- "DROP VIEW" doesn't work (https://github.com/mabel-dev/opteryx-core/issues/17)
33
- support "comment" (https://github.com/mabel-dev/opteryx-core/issues/31)
44
- support redoing the statistics `ANALYZE TABLE opteryx.test.astronauts` (https://github.com/mabel-dev/opteryx-core/issues/57)
55
- 'MAKE T' test to test using the opteryx.tests datasets

opteryx/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# THIS FILE IS AUTOMATICALLY UPDATED DURING THE BUILD PROCESS
22
# DO NOT EDIT THIS FILE DIRECTLY
33

4-
__build__ = 140
4+
__build__ = 141
55
__author__ = "@joocer"
66
__version__ = "0.5.9"
77
__lib__ = "opteryx-core"
8-
__build_date__ = "2026-01-04T19:08:10.859036+00:00Z"
8+
__build_date__ = "2026-01-04T19:08:13.754656+00:00Z"
99

1010
# Store the version here so:
1111
# 1) we don't load dependencies by storing it in __init__.py

0 commit comments

Comments
 (0)