FWIW, I always expect to use quotes around column names with spaces, but I expect "normal" column names, i.e. /[a-zA-Z_]+/ column names to case-insensitive or auto converted. This is pretty consistent among vendors so I imagine most developers have the same assumptions.
-Mark On Dec 10, 8:31 pm, Thomas Mueller <[email protected]> wrote: > Converting column names to uppercase in CSVREAD > might be an option, but the problem is that many CSV files use spaces > in column names, so it would only be a partial solution. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
