I am preparing a new version of SQL::Abstract::More , aimed principally at solving several long-standing bugs when param ‘quote_char’ is non-empty (i.e when the user wants to generate SQL of shape like “SELECT Foo.col1, … FROM Foo etc.” ). While working on this I need some input from users, because the situation is a bit complicated: Originally SQL::Abstract::More was designed as an extension of the venerable SQL::Abstract and therefore inherited from it, including some internal undocumented behaviors. Then in version 2.0 Matt Trout completely rewrote the internal architecture of…