f-raffa

Results 5 comments of f-raffa

> Anything we can do to help out? Yeah, actually if there was something we could do to help out I'd like to contribute... Because of my job I worked...

> I've created a full sql parser / transpiler from scratch and am actively developing it. It has a full tokenizer / parser and doens't use regex. > > It...

@tobymao: I see. I'd like simply to parse and format a sql statement without transpiling it. Does your app provide such a functionality? May you please share the command that...

I also played a little with this. I created a super class which just splits the statement and reimplemented the two filters ReindentFilter and AlignedIndentFilter as subclasses of the first...

@mkmoisen: https://github.com/f-raffa/sqlparse/tree/new-splitting-and-grouping-logic let me know if you can access it