Hoon Wee

Results 13 issues of Hoon Wee

## Background Elixir, a functional programming language which runs above BEAM(Erlang virtual machine), has earned its reputation for being scalable, fault-tolerant and reliable in distributed systems. The language itself has...

enhancement

## Add typed array as table column type Resolves #1483 . ## Examples ### Create table ```sql CREATE TABLE sal_emp ( name text, pay_by_quarter integer[], schedule text[][] ); ``` ###...

Currently GlueSQL has a `List` type, which can include different types of elements. There might be some use cases for `Typed Array`, like the one in PostgreSQL. Example would look...

enhancement