GithubHelp home page GithubHelp logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
ExecuteQuery is part of the SQLiteDatabase class in the Benchmark sample.

It is not part of the C# implementation, simply a sample.

Any volunteers to extend the functionality of this class?

Original comment by [email protected] on 21 Jan 2010 at 3:29

  • Changed state: Accepted
  • Added labels: Priority-Low, Type-Enhancement
  • Removed labels: Priority-Medium, Type-Defect

from csharp-sqlite.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
The problem seems to be the function csSQLite.sqlite3_column_type, it only 
returns
the type SQLITE_NULL (5).

Original comment by seeseekey on 21 Jan 2010 at 4:50

from csharp-sqlite.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024

Original comment by [email protected] on 21 Jan 2010 at 8:37

  • Added labels: Priority-Medium, Type-Defect
  • Removed labels: Priority-Low, Type-Enhancement

from csharp-sqlite.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
column_type is returned correctly under version 3.6.22;  
Please update to latest version and retest;

Note: column_type will be SQLITE_NULL if no rows are returned.


Original comment by [email protected] on 26 Jan 2010 at 2:19

  • Changed state: CannotReproduce

from csharp-sqlite.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
I had test the newest version and can reproduce the error again. I had attach a
modified benchmark.cs which i used to reproduce the error.

Original comment by seeseekey on 26 Jan 2010 at 3:13

Attachments:

from csharp-sqlite.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
Added Column type to returned DataTable in SQLiteDatabase class

Original comment by [email protected] on 26 Jan 2010 at 4:19

  • Changed state: Fixed

from csharp-sqlite.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
[deleted comment]

from csharp-sqlite.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
The change of column data type cannot be done after table has been populated. 
The 
implemented change table.Columns[i].DataType = typeof(String);
Genereates the following error.

"Cannot change DataType of a column once it has data"

Reading and setting the schema could be defined as a separate method which is 
run 
before the readrows process is done.

By the way will the change also work for in query casts like:

CAST(columnName as Integer) as Alias1?

I have done some testing and it seems as if data type string (5) is returned 
regardless. 

Original comment by [email protected] on 28 Jan 2010 at 1:27

from csharp-sqlite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.