cloudspannerecosystem / memefish

memefish is the foundation to analyze Spanner SQL
https://cloudspannerecosystem.dev/memefish/
MIT License
76 stars 19 forks source link

Add support for CREATE VIEW with SQL SECURITY DEFINER #75

Closed toga4 closed 1 year ago

toga4 commented 1 year ago

This PR add support DEFINER security type for CREATE VIEW DDL.

I have referenced an existing implementation of TableSampleMethod while working on this feature.

makenowjust commented 1 year ago

@toga4 Thank you!