[sqlite] What's the status of SQLite4? Where can I find its source code?

2015-10-06 Thread Stefanos Sofroniou
@Scott Robison +1 mate; I thought the same thing as I was reading this. Maybe a different concept, something like SQLiteNG (SQLite Next Generation)? It's just a thought, that's all. Cheers. On 10/05/2015 05:47 PM, Scott Robison wrote: > It seems to me the reason these questions keep coming up

[sqlite] Latest SQLite version for Java

2012-06-29 Thread stefanos sofroniou
Greetings everyone. I have searched a bit how to use SQLite's latest version in Java and unfortunately did not find anything other than SQLiteJDBC (which is really outdated) and sqlite4java (which has not released any update for about a year now). I feel a bit bittered with the way Java is

Re: [sqlite] Load SQLite from InputStream in Java as ReadOnly

2012-06-28 Thread stefanos sofroniou
Hector, here's the link from official SQLite website about Flags for File opening operations:  http://www.sqlite.org/c3ref/c_open_autoproxy.html Unfortunately I don't know anything (yet!) about SQLite under Java. If you need any other kind of help, let me know.

Re: [sqlite] Foreign key constraint failed

2012-06-03 Thread stefanos sofroniou
You are missing parentheses here: create table if not exists a (id integer primary key autoincrement, a text unique, b default current_timestamp); create table if not exists b (id integer primary key autoincrement, a integer references a(id) on update cascade on delete cascade, b text, c text,

[sqlite] Clarification about NULL NOT Constraints

2012-04-24 Thread stefanos sofroniou
Dear all, I have been gazing my code for amount 20 minutes now and I really need your help with this silly yet simple code. CREATE TABLE testing( id integer primary key, name text not null default 'hello'); * If I insert an empty row with null values, it does not work. * If I

Re: [sqlite] Problem with sqlite and codeblocks (mingw)

2012-01-28 Thread stefanos sofroniou
Robert, Have you tried wxSQLite3? It works like a charm for many wxWidgets' projects. Here's the link http://wxcode.sourceforge.net/components/wxsqlite3/ Regards, Stefanos > > From: Robert Gdula >To: sqlite-users@sqlite.org >Sent:

Re: [sqlite] SQLite Expert

2011-11-01 Thread stefanos sofroniou
It's one of the best programs I have tested myself. I have even suggested to Bogdan to add forms to make it even a better application for covering GUI needs for complex database like in my case where I have to deal with stock taking and cartridges. I hope he do something about it because

Re: [sqlite] select where date < 30 days ago

2011-09-23 Thread stefanos sofroniou
Miklos, have you tried something like SELECT * FROM ticket WHERE time BETWEEN '2011-08-01' AND '2011-09-01'; ? I have my "time" as current_timestamp and gives me data like "2011-09-23 17:44:48", so using the above method works just fine with me. > >From:

Re: [sqlite] Clarification about Triggers

2011-09-16 Thread stefanos sofroniou
values(new.rowid); >end; >insert into temp_02 values(2.0); >insert into temp_01 values(1.0); >select * from total; > >select * from row; >-1 > > > >Michael D. Black >Senior Scientist >NG Information Systems >Advanced Analytics Directorate > > > &

Re: [sqlite] Clarification about Triggers

2011-08-30 Thread stefanos sofroniou
value from a row of my choice. From: Igor Tandetnik <itandet...@mvps.org> To: sqlite-users@sqlite.org Sent: Tuesday, August 30, 2011 3:18 PM Subject: Re: [sqlite] Clarification about Triggers stefanos sofroniou <stefanossofroniou...@yahoo.com> wrote

[sqlite] Clarification about Triggers

2011-08-30 Thread stefanos sofroniou
Hello everyone. I have successfully created a trigger for experimentation and I would like your help for implementing the concept behind of it. My table pollaplasiasmos (which stands for multiplication in Greek, even though I used English characters to write it [Gree-glish]), takes 3 values: