Skip to content

0.16.0

Compare
Choose a tag to compare
@tyt2y3 tyt2y3 released this 02 Sep 07:56
  • [[#112]] Introduce Nullable trait to permit custom Option<T>

  • [[#113]] ValueType trait should have a non-panic-ing method

  • [[#114]] ValueType revamp

    1. Remove ValueTypeDefault
    2. Change type_name to return String
  • [[#115]] Postgres concatenate operator (||)

  • [[#117]] Lock support (FOR SHARE, FOR UPDATE) for SELECT statement