Code Monkey home page Code Monkey logo

Comments (2)

kyamagu avatar kyamagu commented on May 30, 2024

I can't reproduce such behavior. Are you treating BLOB as a string somewhere?

>> sqlite3.open('test.sqlite3');
>> sqlite3.execute('CREATE TABLE records("blob" BLOB)');
>> sqlite3.execute('INSERT INTO records VALUES (?)', zeros(1,10,'uint8'));
>> record = sqlite3.execute('SELECT * FROM records')

record = 

    blob: [0 0 0 0 0 0 0 0 0 0]

If you wish to save a Matlab variable, you might want to check a serialize function at https://github.com/kyamagu/matlab-serialization

from matlab-sqlite3-driver.

jpjacobs avatar jpjacobs commented on May 30, 2024

Thanks for the speedy answer.
Checking the differences between your example and what I wrote up, I found
the culprit:
I was indeed trying to just use a string indeed. I guess I was too used to
using strings for binary data in Lua :).
Using uint8 instead does work.

Kind regards,

Jan-Pieter

2013/11/18 Kota Yamaguchi [email protected]

I can't reproduce such behavior. Are you treating BLOB as a string
somewhere?

sqlite3.open('test.sqlite3');
sqlite3.execute('CREATE TABLE records("blob" BLOB)');
sqlite3.execute('INSERT INTO records VALUES (?)', zeros(1,10,'uint8'));
record = sqlite3.execute('SELECT * FROM records')

record =

blob: [0 0 0 0 0 0 0 0 0 0]

If you wish to save a Matlab variable, you might want to check a serializefunction at
https://github.com/kyamagu/matlab-serialization


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-28708176
.

from matlab-sqlite3-driver.

Related Issues (11)

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.