HI, 2010/9/9 Igor Tandetnik <[email protected]>
> Fabio Spadaro <[email protected]> wrote: > > Can you determine in the blob's data > > what is buffered file type and what was its original length? > > You retrieve the size of the BLOB field with sqlite3_column_bytes function, > or with length() function in SQL. > > I'm not familiar with the term "buffered file type". SQLite certainly > doesn't store any such thing in the BLOB column. If you need to track some > kind of metadata about your BLOB, store it yourself in additional columns in > the same row. > -- > Igor Tandetnik > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > I use DB-API 2.0 interface for SQLite databases for python and seems that there is not a function equivalent or wrong? -- Fabio Spadaro www.fabiospadaro.com _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

