Mohammad Dashti

Results 11 comments of Mohammad Dashti

The [rust-s3](https://github.com/durch/rust-s3) project was apparently working fine before and could parse this xml: ```xml RelationalAI / 0 1000 true ``` But, it does not work now, and it might be...

Well, you can replace the whole module and that's what I'm looking for. I want to be able to run `include("Parent.jl")` twice and everything would've worked fine if ChildCxxWrap was...

> The default would have to be user specified otherwise people could be very surprised when we assume the local time zone or UTC. @omus Agreed, It's better for it...

Thanks for the reference to PR #525. Cool stuff! However, that PR only uses [pg_query.rs](https://github.com/pganalyze/pg_query.rs) without removing the current usages of `sqlparser`. I'll create a PR for that.

@levkk This PR is ready for code-review. The changes mainly help pgcat developers to avoid seeing a lot of (unnecessary) warnings in the test outputs. It's helped me find/fix a...

@levkk I'm OK with changing the `warning` to `debug` (which is related to these lines: https://github.com/postgresml/pgcat/pull/621/files#diff-f078eca5d7bf721ab0c80995b0cbb209c87bfda478f20788f7289ae3b79cd8a4R393-R401), but the issue is still there that we will end up trying to parse...

@richorama, thank you for bringing up this issue. As @ph1ll mentioned, we had this in our mind from the very beginning. These are three clean commits that should be included...

@Arshia001, I check the build scripts (both Build.cmd and src/Build.cmd) and they ran to completion without any error. The steps that I took are the following: 1) cloned a fresh...

> Similarly: is there a way that I can choose to run only one test out of a test suite?