Barry Pollard

Results 489 comments of Barry Pollard

Similar to #1532 (but slightly different)

Should be a simple matter of overriding `class CreateTableStatementSegment` in the dialect_clickhouse.py file and adding a test case as detailed in [Contributing Dialect Changes wiki](https://github.com/sqlfluff/sqlfluff/wiki/Contributing-Dialect-Changes) if anyone fancies a stab...

> Using H2PushResource (so without "as") force the browser to download twice the resource. It does not. Do you have an example? The `as` attribute is more needed for the...

@tlechauve I don't know if I would be as quick to close the issue. Technically, there should be no need for the as link, as I stated, but if browsers...

I can't repo this now either. Neither in Chrome mobile emulation on desktop, nor on iOS. I was previously able to repo in both. (I was the one that notice...

Actually you're right. There's two issues: 1. Get that error and error screen. This seems intermittent. Can reproduce on iOS again now quite consistently, but not on mobile emulator on...

I literally came here to suggest (and/or do) this! Great minds think alike @LPardue 😀

Would love this too. Here's the syntax we use just in case you code it based just on above example: ```SQL CREATE TEMPORARY FUNCTION getSomeThings(payload STRING) RETURNS STRUCT LANGUAGE js...

Did some investigations and it looks like sql-lint does a fairly basic check for semi-colons and assumes any semi-colon starts a new statement. For example: ```sql create function xor (a...

Hey @joereynolds not sure of @jirutka 's original use case (based on comments in #159 looks like he might be using Postgres) but I'd like this for BigQuery queries (as...