<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El lun., 15 de abr. de 2019 a la(s) 09:59, Peter Peyotle (<a href="mailto:peterpeyotle@gmx.de">peterpeyotle@gmx.de</a>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div bgcolor="#FFFFFF">
<p><span class="gmail-m_743519439909551003tlid-translation gmail-m_743519439909551003translation" lang="en">I query the sqlite3 version in Gambas Ide with "select
sqlite_version ()" I get 3.11.<br>
I ask in the shell with "sqlite - version" I get "not
installed". OK.<br></span></p></div></blockquote><div>when you ask to ide the returned version are sahred lib</div><div><br></div><div>in the console that "sqlite" command are not installed only shared lib! obvious!</div><div><br></div><div>THAT WAS THE PROBLEM!<br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div bgcolor="#FFFFFF"><p><span class="gmail-m_743519439909551003tlid-translation gmail-m_743519439909551003translation" lang="en">
I install the most recent from the sqlite page about compiling I
get with "sqlite --version" the correct installed version. In
Gambas, however, still the 3.11. And gb.db.sqlite3 also uses
these because the features like "select * from pragma_table_info
...." are not supported. Only from version 3.16. So Gambas
really uses the 3.11.<br>
On my laptop I have the version 3.18 installed via another
source with ppa with "sudo apt-get install ....".<br>
Here also in Gambas then the version 3.18 is displayed and the
pragma functions are available.<br>
I think there has to be an environment variable or something
similar for gb.db.sqlite3 to use the installed sqlite version as
well.<br>
So how do I get Gambas to support the installed latest sqlite3
version as well?<br>
<br>
best regards<br>
Klaus-Peter</span></p>
</div>
<br>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
</blockquote></div></div>