CAST expression support
Bug #681121 reported by
Jelmer Vernooij
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Storm |
Fix Released
|
Medium
|
Jelmer Vernooij |
Bug Description
Storm doesn't have a a way to do casts at the moment without resorting to the use of SQL(). It would be useful if a Cast() function was available in storm.expr.
Related branches
lp://staging/~jelmer/storm/cast
- Jamu Kakar (community): Approve
- Gustavo Niemeyer: Approve
-
Diff: 48 lines (+27/-0)2 files modifiedstorm/expr.py (+20/-0)
tests/expr.py (+7/-0)
Changed in storm: | |
milestone: | none → 0.19 |
assignee: | nobody → Jelmer Vernooij (jelmer) |
importance: | Undecided → Medium |
status: | New → In Progress |
Changed in storm: | |
status: | In Progress → Fix Committed |
tags: | added: verified |
tags: | removed: verified |
Changed in storm: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.