SQLite

View Ticket
Login
Ticket Hash: dc3a6e5b31378eea92795c64ed25385eb07d61ed
Title: Shell doesn't htmlify column headers
Status: Fixed Type: Code_Defect
Severity: Minor Priority: Low
Subsystem: Shell Resolution: Fixed
Last Modified: 2009-10-21 14:09:03
Version Found In: 3.6.18
Description:
sqlite> .mode html
sqlite> .header ON
sqlite> select 'P&L';
<TR><TH>'P&L'</TH></TR>
<TR><TD>P&amp;L</TD>
</TR>

The fix is that output_html_string should be called when outputting the header row just like it is for the rows.


shane added on 2009-10-21 14:09:03:
Check-in [c8815fcd88].