Skip to content

0.8.8

Latest
Compare
Choose a tag to compare
@cosformula cosformula released this 12 Aug 04:50
· 20 commits to main since this release

Features

  • Support transculsion with params:
    // first create a query with slot
    select * from test.order_x limit {{limit}}
    // this query can be used in another query like this:
    select * from {{lYQZVPExSyRMbKb7lICsY(limit="20")}}
    // multiple slot is supported, use comma to sperate
    select * from {{lYQZVPExSyRMbKb7lICsY(limit="20",end="2021-02")}}
    // params also can be filled with context variable value:
    select * from {{lYQZVPExSyRMbKb7lICsY(limit=limit)}}
  • Support date input block.

Enhancements

  • Improve table image detecting and better displaying.

Bugfixs

  • Initial password was not set.
  • Fix dupliacted SQL query.

Screenshots

image

image