Sean Linsley

Results 75 comments of Sean Linsley

Yes, `nodes()` was a bare minimum implementation to get the test suite passing (copied from the pg_query Ruby gem). There isn't a foolproof way to know if we've covered all...

I think that's from a missing system dependency. `brew install cmake` might fix it. Once you do get it working, feel free to open a PR to update the documentation!

Since any solution to the stack overflow issue would involve pulling in dependencies that most users won't need, I decided to document this issue in the README so downstream applications...

However, JSON support seems to be much better. Maybe the documentation should point users to `jsonb[]` / `Vec` with examples. ```rs use sqlx::Row; use serde_json::{json, Value}; let a = vec![json!([1]),...

@jim-mlodgenski could you link to documentation showing how to use pg_tle with PL/Rust especially when running in an AWS managed database? I can't find any documentation (or even comments) suggesting...