Andrew Lamb

Results 1965 comments of Andrew Lamb

Thank you for the analysis @Nikita-str -- @baoyachi do you have a suggested fix for this issue?

It would be great to figure out what is going on here and add the relevant support

I wonder if it would be apprpriate to use [IdentWithAlias](https://docs.rs/sqlparser/latest/sqlparser/ast/struct.IdentWithAlias.html) instead of `ObjectName` 🤔

It looks to me like the parser doesn't quite handle parsing the entire set of mysql `CREATE TABLE` syntax. A fix would be most appreciated. Thank you for the report...

Thank you @jjbayer -- this would indeed be nice to fix. I do suspect this would be less likely to happen in release builds

This one appears to be stalled. Marking as Draft until we sort out what is needed

This basic plan seems reasonable to me, though it will cause substantial conflicts with anyone who as an outstaning PR 🤔

> @alamb If possible, we can break it up into some issues and PRs to step through this refactoring. Sounds like a good plan for me > Do you have...

> What are your thoughts on creating a trait Parse to implement for the structures/enums, instead of loose functions? I am not quite sure what you are proposing @AugustoFKL --...

> What is the reason for that particular design decision versus providing a more general Visitor implementation? The core reasons are to keep this crate easy to extend with new...