Ryan Lambert

Results 14 comments of Ryan Lambert

Binaries available on the [0.6.0 release](https://github.com/rustprooflabs/pgdd/releases/tag/0.6.0)!

Hi @farazfazli Using PL/Rust functions from any kind of application will be similar to using PL/pgSQL functions from the same application. You'll connect to PostgreSQL and run SQL queries that...

I have also encountered this with `dialect = tsql` on the `where_clause`, `from_clause`, and `statement_terminator`. I've tried the following in `.sqlfluff`: ``` [sqlfluff:layout:type:where_clause] line_position = alone:strict [sqlfluff:layout:type:from_clause] line_position = alone:strict...

I like the idea of being able to add `IDENTITY` columns. I like Variant B because I don't see the point of an identity column without a `UNIQUE` constraint, or...