in

System.Data.SQLite

An open-source, enhanced version of the SQLite database engine for Windows

SQLiteTest on Orcas Beta 1

Last post 06-15-2007 1:10 PM by Robert Simpson. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 05-30-2007 10:47 PM

    SQLiteTest on Orcas Beta 1

    I finally managed to *nearly* build the vNext test on Orcas Beta 1. I changed the imports, switched to .NET 3.5, regenerated the code file for the model, but I'm down to 6 errors, 1 for each Linq statement.

    On each line just after the "from var in object", I get a :

    Error: Cannot convert anonymous method block to type 'string' because it is not a delegate type

    i.e.

    var categories = from c in db.Categories
                                 orderby c.CategoryName
                                 select c;

    from c in db.Categories
                        select new { Name = c.CategoryName }
  • 05-30-2007 10:51 PM In reply to

    Re: SQLiteTest on Orcas Beta 1

    Yea, I need to go over the LINQ code changes since the tech preview version and get the vNext provider up to date with the latest SQLite codebase.

    Robert

     

  • 06-10-2007 3:32 AM In reply to

    Re: SQLiteTest on Orcas Beta 1

    Did you get the chance to install Orcas Beta 1 yet ? Surely you can't miss the intellisense crashing on you when you try a templated extension method... ;)
  • 06-15-2007 11:44 AM In reply to

    Re: SQLiteTest on Orcas Beta 1

    Hi there,

    this is hot stuff and I'm really looking forward to a working version of SQLite vNext for Orcas!
    Any updates about the status? Or are the sources of the current development stage available so people could provide patches or ideas to speed up the process?

    Thanks for the great work
    Bastian

    @ins0mniaque: May I ask you how you managed to (almost) get the demo running on Orcas Beta1? I tried for hours and didn't even get as far..
  • 06-15-2007 1:10 PM In reply to

    Re: SQLiteTest on Orcas Beta 1

    I have the Orcas 1 beta, and have installed it -- but I haven't had time to incorporate any of the changes into a provider yet.  There've been a LOT of changes and most of them undocumented.  It also looks like 3rd party provider support won't officially make it into the Orcas release ... I guess that remains to be seen.

    When I have some time I'll be going over it.  There's some xml manifests I need to include, and a bunch of other things.  Looks like they've also added support for insert/update/delete into the query pipeline that needs coding as well.

    Robert

     

Page 1 of 1 (5 items)
Powered by Community Server (Commercial Edition), by Telligent Systems