We're Here to Help
Encountered an obscure dialect grammar issue? Have an idea for a new code exporter or formatting rule? Reach out to our engineering team directly.
Send Us a Message
Fill out the form below and we will reply directly to your email address.
Direct Communication
When submitting SQL syntax bug reports, please redact sensitive credentials, real production table names, or customer data. Use generic placeholders like table_a and col_1.
Frequently Asked Support Questions
Why does my dialect report a syntax error?
Ensure you have selected the matching database engine from the toolbar. Features like Snowflake QUALIFY or PostgreSQL JSONB arrow operators (->>) require their respective dialect parser to be active.
Can I request support for a custom SQL dialect?
Yes! Use the contact form with the "New Database Engine Request" category and include a link to the official dialect documentation or grammar specification.
Can I use this tool offline in an air-gapped environment?
Yes. Once loaded in your browser tab, all formatting engines operate in local memory without pinging any servers. You can disconnect your network connection and continue formatting.
Is there any query size limit?
Because execution runs locally in your device's V8 engine, the only limitation is available client RAM. Our parser comfortably handles queries exceeding 10,000+ lines.