[PATCH][LNT] Fix upgrade_3_to_4 and upgrade_4_to_5 to also work on Postgres

Kristof Beyls kristof.beyls at arm.com
Mon May 11 08:02:24 PDT 2015


Hi James,

 

When creating a new LNT server instance using a postgresql DB server, the
creation fails
when running the upgrades, as Postgres seems to require quotes around the
table and
column names if the names are not all lowercase.

 

Could you have a look at the attached patch to see if it looks fine? It's
quite trivial, but
given this is my first change in this area, I thought it would be good if
you'd have a look
nonetheless.

 

Thanks,

 

Kristof

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150511/14e51687/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lnt_quote_names.diff
Type: application/octet-stream
Size: 1586 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150511/14e51687/attachment.obj>


More information about the llvm-commits mailing list