Abrar Khan

Results 6 issues of Abrar Khan

Hi, I am using sqlparser 0.4.0 and rust version 1.36.0 Sql Query ` SELECT "emp"."id" FROM "emp" WHERE "emp"."id" = $1 LIMIT $2 -- binds: [123, 5] ` Parse error...

I am using sqlparser 0.4.0 with rust version 1.36.0 Query: ` SELECT "emp"."id", "emp"."data" FROM "emp" WHERE id = $1 AND data->>'id'=$2 -- binds: ["emp_name", "123"] ` Error: `ParserError("Expected an...

In the below example `readers` and `writers` are not getting inherited from `sitemap` for request `/` and `/inheritance/`. ``` -- fpm.sitemap: writers: foo-people readers: fifthtry-people # Home: / confidential: false...

Currently we are serving all documents and static files from dependencies over HTTP. Only following must be served. # Serve-able Documents All FTD/MD files of current packages are "serve-able documents"....

Wrong line number is coming in error because we are pushing auto imports in the virtual document before parsing it. Solution: We need auto-import in the document aliases, so while...

- We can parse URL after last `:` - If there is no URL provided so we should not link it.