Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2181


Ignore:
Timestamp:
07/24/09 14:29:46 (15 years ago)
Author:
mkommend
Message:

added generated classes from DBLinq for sqlite support (ticket #712)

Location:
branches/HeuristicLab.Modeling Database Backend/sources
Files:
1 added
8 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.SQLiteBackend/3.2/Algorithm.cs

    r2179 r2181  
    2626    public int Id {
    2727      get { return this.id; }
    28       private set { this.id = value; }
     28      set { this.id = value; }
    2929    }
    3030
  • branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.SQLiteBackend/3.2/HeuristicLab.Modeling.SQLiteBackend-3.2.csproj

    r2179 r2181  
    6666  </PropertyGroup>
    6767  <ItemGroup>
     68    <Reference Include="DbLinq, Version=0.19.0.0, Culture=neutral, PublicKeyToken=61e015a67077348b, processorArchitecture=MSIL">
     69      <SpecificVersion>False</SpecificVersion>
     70      <HintPath>..\..\..\..\..\..\dblinq2007\build.dbg\DbLinq.dll</HintPath>
     71    </Reference>
     72    <Reference Include="DbLinq.Sqlite, Version=0.19.0.0, Culture=neutral, PublicKeyToken=61e015a67077348b, processorArchitecture=MSIL">
     73      <SpecificVersion>False</SpecificVersion>
     74      <HintPath>..\..\..\..\..\..\dblinq2007\build.dbg\DbLinq.Sqlite.dll</HintPath>
     75    </Reference>
    6876    <Reference Include="System" />
    6977    <Reference Include="System.Core">
     
    105113  </ItemGroup>
    106114  <ItemGroup>
    107     <Compile Include="Algorithm.cs" />
    108     <Compile Include="InputVariable.cs" />
    109     <Compile Include="InputVariableResult.cs" />
    110     <Compile Include="Model.cs" />
    111     <Compile Include="ModelingDataContext.cs" />
    112     <Compile Include="ModelResult.cs" />
    113     <Compile Include="Problem.cs" />
    114115    <Compile Include="Properties\AssemblyInfo.cs" />
    115     <Compile Include="Result.cs" />
    116     <Compile Include="Variable.cs" />
     116    <Compile Include="SQLiteMapping_generated.cs" />
    117117  </ItemGroup>
    118118  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  • branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.SQLiteBackend/3.2/Model.cs

    r2179 r2181  
    2525    public int Id {
    2626      get { return this.id; }
    27       private set { this.id = value; }
     27      set { this.id = value; }
    2828    }
    2929
  • branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.SQLiteBackend/3.2/ModelingDataContext.cs

    r2179 r2181  
    11using System;
    22using System.Collections.Generic;
    3 using System.Data.Linq;
     3
    44using System.Data.Linq.Mapping;
    5 using System.Data.Sql;
    6 using System.Text;
     5using DbLinq.Data.Linq;
     6using DbLinq.Sqlite;
     7using System.Text; 
     8using System.Data.SQLite;
    79
    810namespace HeuristicLab.Modeling.SQLiteBackend {
    9   public class ModelingDataContext : DataContext{
     11  public class ModelingDataContext : SqliteDataContext {
    1012
    1113    public static string connectionString;
     
    1517
    1618    public ModelingDataContext(string connection)
    17       : base(connection) {
     19      : base(new SQLiteConnection(connection)) {
    1820    }
    1921
  • branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.SQLiteBackend/3.2/Problem.cs

    r2179 r2181  
    2222    public int Id {
    2323      get { return this.id; }
    24       private set { this.id = value; }
     24      set { this.id = value; }
    2525    }
    2626
  • branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.SQLiteBackend/3.2/Result.cs

    r2179 r2181  
    2121    public int Id {
    2222      get { return this.id; }
    23       private set { this.id = value; }
     23      set { this.id = value; }
    2424    }
    2525
  • branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.SQLiteBackend/3.2/Variable.cs

    r2179 r2181  
    2121    public int Id {
    2222      get { return this.id; }
    23       private set { this.id = value; }
     23      set { this.id = value; }
    2424    }
    2525
  • branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.sln

    r2175 r2181  
    237237EndProject
    238238Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Modeling.SQLiteBackend-3.2", "HeuristicLab.Modeling.SQLiteBackend\3.2\HeuristicLab.Modeling.SQLiteBackend-3.2.csproj", "{2F4ADF67-B9DA-4E0D-A217-DF1CA8AD58CC}"
     239EndProject
     240Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Modeling.SQLServerCompactBackend-3.2", "HeuristicLab.Modeling.SQLServerCompactBackend\3.2\HeuristicLab.Modeling.SQLServerCompactBackend-3.2.csproj", "{9B4F7D05-CCE1-45BB-81D1-5D4925851901}"
    239241EndProject
    240242Global
     
    37953797    {2F4ADF67-B9DA-4E0D-A217-DF1CA8AD58CC}.Visualization Debug|x64.ActiveCfg = Debug|Any CPU
    37963798    {2F4ADF67-B9DA-4E0D-A217-DF1CA8AD58CC}.Visualization Debug|x86.ActiveCfg = Debug|Any CPU
     3799    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.CEDMA Debug|Any CPU.ActiveCfg = Debug|Any CPU
     3800    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.CEDMA Debug|Any CPU.Build.0 = Debug|Any CPU
     3801    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.CEDMA Debug|x64.ActiveCfg = Debug|x64
     3802    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.CEDMA Debug|x64.Build.0 = Debug|x64
     3803    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.CEDMA Debug|x86.ActiveCfg = Debug|x86
     3804    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.CEDMA Debug|x86.Build.0 = Debug|x86
     3805    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     3806    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.Debug|Any CPU.Build.0 = Debug|Any CPU
     3807    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.Debug|x64.ActiveCfg = Debug|x64
     3808    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.Debug|x64.Build.0 = Debug|x64
     3809    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.Debug|x86.ActiveCfg = Debug|x86
     3810    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.Debug|x86.Build.0 = Debug|x86
     3811    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.Modeling Debug|Any CPU.ActiveCfg = Debug|Any CPU
     3812    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.Modeling Debug|Any CPU.Build.0 = Debug|Any CPU
     3813    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.Modeling Debug|x64.ActiveCfg = Debug|x64
     3814    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.Modeling Debug|x64.Build.0 = Debug|x64
     3815    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.Modeling Debug|x86.ActiveCfg = Debug|x86
     3816    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.Modeling Debug|x86.Build.0 = Debug|x86
     3817    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.Release|Any CPU.ActiveCfg = Release|Any CPU
     3818    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.Release|Any CPU.Build.0 = Release|Any CPU
     3819    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.Release|x64.ActiveCfg = Release|x64
     3820    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.Release|x64.Build.0 = Release|x64
     3821    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.Release|x86.ActiveCfg = Release|x86
     3822    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.Release|x86.Build.0 = Release|x86
     3823    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.v3.2 Debug|Any CPU.ActiveCfg = Debug|Any CPU
     3824    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.v3.2 Debug|Any CPU.Build.0 = Debug|Any CPU
     3825    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.v3.2 Debug|x64.ActiveCfg = Debug|x64
     3826    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.v3.2 Debug|x64.Build.0 = Debug|x64
     3827    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.v3.2 Debug|x86.ActiveCfg = Debug|x86
     3828    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.v3.2 Debug|x86.Build.0 = Debug|x86
     3829    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.Visualization Debug|Any CPU.ActiveCfg = Debug|Any CPU
     3830    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.Visualization Debug|Any CPU.Build.0 = Debug|Any CPU
     3831    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.Visualization Debug|x64.ActiveCfg = Debug|x64
     3832    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.Visualization Debug|x64.Build.0 = Debug|x64
     3833    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.Visualization Debug|x86.ActiveCfg = Debug|x86
     3834    {9B4F7D05-CCE1-45BB-81D1-5D4925851901}.Visualization Debug|x86.Build.0 = Debug|x86
    37973835  EndGlobalSection
    37983836  GlobalSection(SolutionProperties) = preSolution
     
    38823920    {B9A64475-D542-47CF-9688-735F6224F055} = {410732DB-725A-4824-896B-C298978343C0}
    38833921    {2F4ADF67-B9DA-4E0D-A217-DF1CA8AD58CC} = {410732DB-725A-4824-896B-C298978343C0}
     3922    {9B4F7D05-CCE1-45BB-81D1-5D4925851901} = {410732DB-725A-4824-896B-C298978343C0}
    38843923    {A9E282EA-180F-4233-B809-AEDF0787545C} = {78982D7C-D63D-4A3D-AE1F-F58AC007603B}
    38853924    {BF7D9494-A586-457B-8DF9-ED599F9E6A71} = {78982D7C-D63D-4A3D-AE1F-F58AC007603B}
Note: See TracChangeset for help on using the changeset viewer.