Note that there are some explanatory texts on larger screens.

plurals
  1. POSQLite data types in version 4?
    primarykey
    data
    text
    <p><strong>I know there are a lot of places where I can find sqlite data types such as in <a href="http://www.sqlite.org/datatype3.html" rel="nofollow noreferrer">this link</a> or <a href="https://stackoverflow.com/questions/3388098/sqlite-data-types">this other link</a>.</strong></p> <p><strong>Maybe this question sounds stupid when I mention version 4 because version 4 documentation is not out there on the internet or maybe I have not been able to find it. Why is it that the dll library that I downloaded from SQLite site has:</strong></p> <p><img src="https://i.stack.imgur.com/c9S6M.png" alt="enter image description here"></p> <p><strong>also when I downloaded that library from <a href="http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki" rel="nofollow noreferrer">here</a> (sqlite-netFx40-setup-bundle-x86-2010-1.0.79.0.exe) and install the visual studio plugins I am able to create sqlite databases in visual studio as:</strong></p> <p><img src="https://i.stack.imgur.com/qr2NS.png" alt="enter image description here"></p> <h2>Note that I have several data types!!</h2> <p><strong>I am very confused on the versions of sqlite. Am I using sqlite version 3? What are the data types that I can use with the version that I downloaded from <a href="http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki" rel="nofollow noreferrer">here</a>? If I am using sqlite version 3, then why does the visual studio table designer for sqlite gives me different data types than the ones from the documentation?</strong></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload