From 299a8db13aa7990033b14883cb7ed5dacfa45d53 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 19 Aug 2026 05:09:20 +0000 Subject: [PATCH] Upgrade marino to v0.2.0 Marino v0.2.0 rewrites the MySQL parser as hand-written recursive descent, removing goyacc, and adds support for many more MySQL statements. No API changes required in the dolphin engine. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01FsVVSBUeX4PSFRoe5UMoN6 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index acd10af37c..c640857aa6 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/spf13/cobra v1.10.2 github.com/spf13/pflag v1.0.10 github.com/sqlc-dev/doubleclick v1.0.0 - github.com/sqlc-dev/marino v0.1.0 + github.com/sqlc-dev/marino v0.2.0 github.com/sqlc-dev/meyer v0.1.1 github.com/sqlc-dev/oliphant v0.1.0 github.com/sqlc-dev/teesql v1.1.0 diff --git a/go.sum b/go.sum index 99d3140970..066582c795 100644 --- a/go.sum +++ b/go.sum @@ -67,8 +67,8 @@ github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk= github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/sqlc-dev/doubleclick v1.0.0 h1:2/OApfQ2eLgcfa/Fqs8WSMA6atH0G8j9hHbQIgMfAXI= github.com/sqlc-dev/doubleclick v1.0.0/go.mod h1:ODHRroSrk/rr5neRHlWMSRijqOak8YmNaO3VAZCNl5Y= -github.com/sqlc-dev/marino v0.1.0 h1:8Fn13vFhx7OUcmDFfRZdf3zARAbNl04Lcy74211ZpIw= -github.com/sqlc-dev/marino v0.1.0/go.mod h1:mQxC2dgDE0DWHMb2B5jZNk7KToJuS6wnxnffBfYnq08= +github.com/sqlc-dev/marino v0.2.0 h1:sPGDuaiO+NCY5Nf++u9+nCVTQ2/Euj8pE7Xmf/D4x64= +github.com/sqlc-dev/marino v0.2.0/go.mod h1:mQxC2dgDE0DWHMb2B5jZNk7KToJuS6wnxnffBfYnq08= github.com/sqlc-dev/meyer v0.1.1 h1:BAeZcfgLyTnk9f90DyGEKXPrHxtgvVD/DTM6awq2kUY= github.com/sqlc-dev/meyer v0.1.1/go.mod h1:pS4USCRf/SLjWtaMcnTo4YrEEFKBj8CyyqlxcVUJQH8= github.com/sqlc-dev/oliphant v0.1.0 h1:RAsO6BMitIzB2+swx/qzUR5nf6w4cQ1abgHIu+Fgppo=