System.Data.SQLite

Check-in [391d528e55]
Login

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

Overview
Comment:DataSourceInformation schema fixes
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sourceforge
Files: files | file ages | folders
SHA1: 391d528e55b895eb209ab73fb3b69154a0997678
User & Date: rmsimpson 2005-11-03 20:39:36.000
Context
2005-11-03
20:41
Minor conversion fixes check-in: 7df5ddfcd3 user: rmsimpson tags: sourceforge
20:39
DataSourceInformation schema fixes check-in: 391d528e55 user: rmsimpson tags: sourceforge
20:38
1.0.21 RTM check-in: c5b1eab3b4 user: rmsimpson tags: sourceforge
Changes
Unified Diff Ignore Whitespace Patch
Changes to System.Data.SQLite/SQLiteConnection.cs.
816
817
818
819
820
821
822
823
824

825
826
827
828
829
830
831
        "SQLite",
        _sql.Version,
        _sql.Version,
        3,
        null,
        2,
        false,
        "?",
        "?",

        0,
        null,
        @"(([^\[]|\]\])*)",
        2,
        ";",
        @"'(([^']|'')*)'",
        null







|
<
>







816
817
818
819
820
821
822
823

824
825
826
827
828
829
830
831
        "SQLite",
        _sql.Version,
        _sql.Version,
        3,
        null,
        2,
        false,
        "{0}",

        null,
        0,
        null,
        @"(([^\[]|\]\])*)",
        2,
        ";",
        @"'(([^']|'')*)'",
        null