Output of your second request

TABLE_SCHEM main TABLE_TYPE INDEX TABLE_CAT sqlite_sql REMARKS TABLE_NAME edition TABLE_TYPE INDEX REMARKS sqlite_sql TABLE_CAT TABLE_NAME image TABLE_SCHEM main TABLE_SCHEM main TABLE_TYPE INDEX TABLE_CAT sqlite_sql CREATE UNIQUE INDEX index_abcd on image (a, b, c, d) REMARKS TABLE_NAME image TABLE_TYPE INDEX sqlite_sql CREATE INDEX index_tileset on image (tileset) TABLE_NAME image REMARKS TABLE_CAT TABLE_SCHEM main REMARKS sqlite_sql CREATE INDEX index_retrieved_tileset on image (retrieved, t +ileset) TABLE_NAME image TABLE_CAT TABLE_TYPE INDEX TABLE_SCHEM main REMARKS sqlite_sql TABLE_NAME sqlite_master TABLE_CAT TABLE_TYPE SYSTEM TABLE TABLE_SCHEM main TABLE_SCHEM temp TABLE_NAME sqlite_temp_master sqlite_sql REMARKS TABLE_CAT TABLE_TYPE SYSTEM TABLE TABLE_SCHEM main TABLE_CAT sqlite_sql CREATE TABLE edition (tileset int, edition int, unique (til +eset)) REMARKS TABLE_NAME edition TABLE_TYPE TABLE TABLE_SCHEM main TABLE_TYPE TABLE sqlite_sql CREATE TABLE image (a int, b int, c int, d int, tileset int +, retrieved int, current bool, etag text, size int, data blob, UNIQUE +(a, b, c, d) ON CONFLICT REPLACE) REMARKS TABLE_NAME image TABLE_CAT TABLE_SCHEM main TABLE_TYPE TABLE sqlite_sql CREATE TABLE version (version int, locale text) REMARKS TABLE_NAME version TABLE_CAT

In reply to Re^6: help figuring out what a section of script does by michaelsingleton
in thread help figuring out what a section of script does by michaelsingleton

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.