Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
744ed99
fix(playground): move useState/useCallback above early returns to fix…
Mar 22, 2026
c5063a8
feat(dialect): add DialectMariaDB constant to keyword dialect system
Mar 22, 2026
2e65aad
fix(dialect): return MYSQL_SPECIFIC for DialectMariaDB and add to val…
Mar 22, 2026
28cd2e3
fix(dialect): wire DialectMariaDB into keywords.New() to load MYSQL_S…
Mar 22, 2026
870a783
test(dialect): add TestDialectMariaDB_InheritsMySQL to guard MySQL ke…
Mar 22, 2026
c9cc078
feat(dialect): add MARIADB_SPECIFIC keyword list extending MySQL dialect
Mar 22, 2026
b488bcf
feat(dialect): add MariaDB auto-detection hints (SEQUENCE, VERSIONING…
Mar 22, 2026
0d75548
fix(dialect): remove over-broad START WITH hint and complete DetectDi…
Mar 22, 2026
c0231ce
fix(dialect): restore MariaDB CONNECT BY hint and add accumulation test
Mar 22, 2026
4e9637d
feat(ast): add CreateSequenceStatement, DropSequenceStatement, AlterS…
Mar 22, 2026
ec6c3b4
fix(ast): nil guard in sequence ToSQL, split Restart field, add seque…
Mar 22, 2026
9f1ee1c
feat(ast): add ForSystemTimeClause, PeriodDefinition, temporal table …
Mar 22, 2026
6957c80
fix(ast): add SQL() methods to temporal/CONNECT BY types and fix Sele…
Mar 22, 2026
8dab637
feat(parser): implement CREATE/DROP/ALTER SEQUENCE parsing for MariaD…
Mar 22, 2026
ddbacba
feat(parser): implement temporal table parsing (FOR SYSTEM_TIME, WITH…
Mar 22, 2026
dded46c
feat(parser): implement CONNECT BY hierarchical query parsing for Mar…
Mar 22, 2026
376c8bd
fix(parser): add bare RESTART test and nil guard for CONNECT BY condi…
Mar 22, 2026
c553acd
test(parser): add MariaDB SQL test data files and file-based integrat…
Mar 23, 2026
256d1bf
docs: add MariaDB dialect to SQL_COMPATIBILITY.md and CHANGELOG.md
Mar 23, 2026
f003e2b
fix(mariadb): address code review issues across AST, keywords, and pa…
Mar 23, 2026
a9a51be
fix(mariadb): address second code review pass — Pos, NO CACHE, CONNEC…
Mar 23, 2026
4476749
Merge branch 'main' into feat/mariadb-dialect
ajitpratap0 Mar 23, 2026
c80cffe
fix(mariadb): correct START WITH/CONNECT BY SQL order and implement P…
Mar 23, 2026
4f5d0fb
fix(mariadb): code review fixes — pool comments, expressionNode docs,…
Mar 23, 2026
64bf553
fix(dialect): reduce MariaDB CONNECT BY hint weight to 2 so Oracle wi…
Mar 23, 2026
751e859
fix(mariadb): address code review — CycleOption enum, CACHE validatio…
Mar 23, 2026
32d42de
bench(mariadb): add MariaDB-specific parsing benchmarks
Mar 24, 2026
ad412e4
feat(playground): add Snowflake and MariaDB to dialect dropdown
Mar 25, 2026
45f14d3
fix(wasm): add mariadb to dialectMap so playground selection takes ef…
Mar 25, 2026
118b561
fix(wasm): add clickhouse to dialectMap (pre-existing silent fallback…
Mar 25, 2026
0f092d1
fix(config): add snowflake to validDialects and update help text
Mar 25, 2026
e06ac08
fix(config): add snowflake+mariadb to internal ValidDialects, tests, …
Mar 25, 2026
0a697e3
fix(config): update remaining dialect doc strings and LSP runtime des…
Mar 25, 2026
4a43386
docs: update dialect counts 7→8 and add MariaDB to all doc lists
Mar 25, 2026
94905ca
docs: update dialect counts in publishing drafts (7→8, add MariaDB)
Mar 25, 2026
91a5fe5
Merge branch 'main' into feat/mariadb-dialect
ajitpratap0 Mar 25, 2026
28d8cc4
chore: remove plan files from PR (internal docs)
Mar 25, 2026
a207517
fix(analytics): add missing Analytics component to layout
Mar 25, 2026
748e17f
fix(website): add Speed Insights, fix Analytics CSP
Mar 25, 2026
2ccbb3e
Merge branch 'main' into feat/mariadb-dialect
ajitpratap0 Mar 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const nextConfig: NextConfig = {
headers: [
{
key: 'Content-Security-Policy',
value: "default-src 'self'; script-src 'self' 'unsafe-inline' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; font-src 'self'; img-src 'self' https://img.shields.io https://goreportcard.com https://*.shields.io data:; connect-src 'self' https://*.sentry.io; worker-src 'self' blob:; frame-ancestors 'none'; base-uri 'self'; form-action 'self'",
value: "default-src 'self'; script-src 'self' 'unsafe-inline' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; font-src 'self'; img-src 'self' https://img.shields.io https://goreportcard.com https://*.shields.io data:; connect-src 'self' https://*.sentry.io https://vitals.vercel-insights.com; worker-src 'self' blob:; frame-ancestors 'none'; base-uri 'self'; form-action 'self'",
},
{
key: 'Strict-Transport-Security',
Expand Down
39 changes: 39 additions & 0 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@
},
"dependencies": {
"@codemirror/lang-sql": "^6.10.0",
"@lezer/highlight": "^1.2.3",
"@codemirror/state": "^6.6.0",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.40.0",
"@lezer/highlight": "^1.2.3",
"@sentry/nextjs": "^10.43.0",
"@tailwindcss/typography": "^0.5.19",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"codemirror": "^6.0.2",
"framer-motion": "^12.36.0",
"fuse.js": "^7.1.0",
Expand Down
4 changes: 4 additions & 0 deletions website/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { instrumentSans, jetbrainsMono } from '@/lib/fonts';
import { Navbar } from '@/components/layout/Navbar';
import { Footer } from '@/components/layout/Footer';
import { ServiceWorkerRegister } from '@/components/ServiceWorkerRegister';
import { Analytics } from '@vercel/analytics/next';
import { SpeedInsights } from '@vercel/speed-insights/next';
import './globals.css';

export const metadata: Metadata = {
Expand Down Expand Up @@ -91,6 +93,8 @@ export default function RootLayout({
<main id="main-content" className="pt-16">{children}</main>
<Footer />
<ServiceWorkerRegister />
<Analytics />
<SpeedInsights />
</body>
</html>
);
Expand Down
Loading