Martijn de Haan

Results 7 issues of Martijn de Haan

Whatever you type in Mammoth gets translated to SQL 1 to 1 (more or less). The point is at least that this makes the order of functions important. For example,...

good first issue

Currently, constraints and indices are only supported if you manually add them to your migrations. Instead, we want to be able to define them similar to tables in TypeScript land...

The `.returning()` function currently only supports strings (which should be the target table's column names). In reality they can accept any expression and (returning) query. This should be supported: ```sql...

good first issue

Currently, it's not possible to select from multiple tables e.g. `db.select(foo.id).from(foo, bar)` (you could do a cross join but ok). So we want to accept multiple from items in the...

good first issue

I had to remove the listen part, as it created a redirect loop. I'm pushing this upstream, but I'm not too sure if this is useful for anyone else?

I assume a nullable column with a value's length of 0xFFFF should actually become null (see #33). The length is set based on emptyPossible so that is does not break...

I need a way to check if the user is able to send a mail. Please let me know if you have any feedback.