System.Data.SQLite

Check-in [914957bb08]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:SQLite 3.22 code merge
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sourceforge
Files: files | file ages | folders
SHA1: 914957bb080d2535878e3d295fd2ef7b0b772e8c
User & Date: rmsimpson 2005-06-13 22:32:53.000
Context
2005-08-01
19:23
1.11 updates check-in: e79f975b58 user: rmsimpson tags: sourceforge
2005-06-13
22:32
SQLite 3.22 code merge check-in: 914957bb08 user: rmsimpson tags: sourceforge
22:32
SQLite 3.22 code merge check-in: 89d8c30683 user: rmsimpson tags: sourceforge
Changes
Unified Diff Ignore Whitespace Patch
Changes to readme.htm.
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
      <li>
        Open the <b>src\select.c</b>
      file.
      <li>
        Add <b>#include "../interop.h" </b>
      to the top of the file where the other include's are.
      <li>
        Scroll down the <b>select.c</b> file to around line <b>758</b>.&nbsp; Change 
        the name of the function <b>static void generateColumnNames </b>to <b>static void 
          _generateColumnNames</b> (<i>note the underscore in front of the name</i>).
      <li>
        Compile it.</li>
    </ol>
    <b></b>
    <h2>







|







93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
      <li>
        Open the <b>src\select.c</b>
      file.
      <li>
        Add <b>#include "../interop.h" </b>
      to the top of the file where the other include's are.
      <li>
        Scroll down the <b>select.c</b> file to around line <b>748</b>.&nbsp; Change 
        the name of the function <b>static void generateColumnNames </b>to <b>static void 
          _generateColumnNames</b> (<i>note the underscore in front of the name</i>).
      <li>
        Compile it.</li>
    </ol>
    <b></b>
    <h2>