c - Get column type per row -


i have table few rows. datatypes not set in table structure , rows integers while blobs.

how figure out what's what? i'm using c api.

sqlite3_column_type gives me same datatype rows, isn't correct.

  1. sqlite3_column_type function gives actual type of data.
  2. beware when value other sqlite3_column_* functions, sqlite converts data has , type changes reflect that. ask types before doing else row.
  3. there logic converts values when inserting them. data expect? check typeof sql function (the sqlite3_column_type c function , typeof sql function should return same value).

Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -