support UUID type so can directly use uuid in WITH clauses | Commit | Description | | -- | -- | | [1c77032](https://github.com/bluerelay/windyquery/commit/1c77032bed6d4ea60b98d1775f5f9f154814911f) | WITH clause can handle UUID datatype |
<a name="0.0.32"></a>
0.0.32
support UUID type so can directly use uuid in WHERE and INSERT clauses | Commit | Description | | -- | -- | | [ff26940](https://github.com/bluerelay/windyquery/commit/ff269403aa946f393b378d605b4a19e843d1a9de) | able to insert UUID datatype |
<a name="0.0.31"></a>
0.0.31
CREATE TABLE can set default by using functions | Commit | Description | | -- | -- | | [e9e06a7](https://github.com/bluerelay/windyquery/commit/e9e06a7b503f3adfc40bd524eca4e37a4615c789) | use function to generate default on table create |
<a name="0.0.30"></a>
0.0.30
able to run multiple queries in raw method | Commit | Description | | -- | -- | | [0ddf803](https://github.com/bluerelay/windyquery/commit/0ddf8035327e982846d2e7b5b9d360749d6fe3e1) | raw method can run multiple queries |
<a name="0.0.29"></a>
0.0.29
encode connection strs for migration cmd | Commit | Description | | -- | -- | | [dbd8f0e](https://github.com/bluerelay/windyquery/commit/dbd8f0ea4be4fdb0af4008c95501814ee4a6c522) | encode migration db password and other conn strs |
<a name="0.0.28"></a>
0.0.28
raise exception when the connection is closed during listening on a channel | Commit | Description | | -- | -- | | [830859a](https://github.com/bluerelay/windyquery/commit/830859a0d23207717a75b73737c48b25ddd8e1f9) | raise error if connection is closed during listen |