help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SQLITE with Octave


From: Andreas Weber
Subject: Re: SQLITE with Octave
Date: Wed, 10 May 2017 21:54:04 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.3.0

Am 10.05.2017 um 20:53 schrieb Przemek Klosowski:
> On 05/10/2017 11:50 AM, FMourad wrote:
>> Hello everybody, 
>>
>> I have browsed all the topics related to the use of sqlite on octave without
>> finding a clear solution to my situlation. 
>> According to the following octave wiki :
>> http://wiki.octave.org/Database_package , two github repositories can be
>> exploited as sqlite wrappers on octave, but my attemps to use these projects
>> were unsuccessful. 
>> These are the links to the repositories : 
>> •https://github.com/rmartinjak/mex-sqlite3
>> •https://github.com/Andy1978/octave-sqlite
> Well, git log shows that the first one was last worked on in 2014 and
> the second one in 2016. Neither seems to compile at the moment, but the
> second one seems a better bet, just because it IS a little more recent,
> and it currently has a silly fail on a test code:
> 
> cl_sqlite3_handler.cc: In member function ‘void sqlite3_handler::testme()’:
> cl_sqlite3_handler.cc:198:24: error: no matching function for call to
> ‘Matrix::assign(int, int, int, int)’
>    a.assign (5,5,123,666)
> 
> I just commented this line out and the code seems to compile and work on
> its own tests, but crashes on my simple database.

The second repo is mine and it's still in a very early stage and not
ment to solve any purpose yet. Tis is the reason there isn't even a
README. Perhaps I should add a big fat warning.

-- Andy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]