SQLLEX v0.2.0.0 #42
v1a0
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Changed returning data type
By now all select-like methods returns
List[Tuple]
instead ofList[List]
PostgreSQL support
In sqllex v0.2 added basic PostgreSQL support, it's not fully functional now, but it's
in developing progress. It's based on the same structure as SQLite3x and work at the same logic.
If some constants or operator was not added yet, try to enter it as string:
LIKE support + some syntax sugar
Added LIKE support, and some syntax sugar I called "column-like-regex"
Release candidates chronology
v0.2.0.0
[LIKE, regex]
for a dict init-ing issue #v0.2.0.0-rc5
WHERE=( column |LIKE| reg_ex )
)v0.2.0.0-rc4
v0.2.0.0-rc3
v0.2.0.0-rc2
v0.2.0.0-rc1
This discussion was created from the release SQLLEX v0.2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions