Brandon Black wrote: > Are those sql_maker settings generic to MySQL in general? We could > put them in Storage/DBI/Mysql.pm in -current. No. It's an SQL::Abstract::Limit object, which inherits from SQL::Abstract, which can quote_char() and name_sep(). MySQL uses `, but others use [] afair. -- Bernhard Graf