David R

Results 6 comments of David R

![image](https://user-images.githubusercontent.com/36316706/166310268-e5cc72ef-a7f9-4f2c-85fb-c9e29fd92817.png)

Is there a reason to sanitize the column at all? In the postgrest-js client all we do is remove whitespaces.

I'm fine with escaping ',:()', but escaping '.' results in a wrong behaviour which makes it impossible to filter on foreign columns. eq('table_a.table_b.id', my_id) will currently resolve to "table_a.table_b.id", but...

[Example](https://gist.github.com/Vidski/ebb81b6ffde8c84ad5929e8510a2ea1d)

https://github.com/coreybutler/node-windows https://github.com/coreybutler/node-linux https://github.com/coreybutler/node-mac has a utility to run Node.js scripts as services

Just in case anyone else has problems using the docker example. I upped pysaml2 to 7.1.2. When using the remote fetch url, make sure to use http://sp:8000/saml2/metadata/ and that all...