2018-09-09 14:36 GMT+02:00 Robert Klein :
> On Wed, 5 Sep 2018 08:56:02 +0200
> Robert Klein wrote:
>
> > Hi Cecil,
> >
> > On Mon, 3 Sep 2018 03:23:17 +0200
> > Cecil Westerhof wrote:
> >
> > > It has to do with the data. With the following I can reproduce it:
> > > #+BEGIN_SRC sqlite :db ~/tes
On Wed, 5 Sep 2018 08:56:02 +0200
Robert Klein wrote:
> Hi Cecil,
>
> On Mon, 3 Sep 2018 03:23:17 +0200
> Cecil Westerhof wrote:
>
> > It has to do with the data. With the following I can reproduce it:
> > #+BEGIN_SRC sqlite :db ~/testingOrgBabel.sqlite :colnames yes
> > DROP TABLE IF EXISTS q
Hi Cecil,
On Mon, 3 Sep 2018 03:23:17 +0200
Cecil Westerhof wrote:
> It has to do with the data. With the following I can reproduce it:
> #+BEGIN_SRC sqlite :db ~/testingOrgBabel.sqlite :colnames yes
> DROP TABLE IF EXISTS quotes
> ;
> CREATE TABLE "quotes" (
> quoteID TEXT
It has to do with the data. With the following I can reproduce it:
#+BEGIN_SRC sqlite :db ~/testingOrgBabel.sqlite :colnames yes
DROP TABLE IF EXISTS quotes
;
CREATE TABLE "quotes" (
quoteID TEXT PRIMARY KEY,
quote TEXT NOT NULL UNIQUE,
lastUsedTEXT,
2018-09-01 14:24 GMT+02:00 Robert Klein :
> Hi Cecil,
>
> On Sat, 1 Sep 2018 11:12:57 +0200
> Cecil Westerhof wrote:
>
> > 2018-08-31 13:22 GMT+02:00 Robert Klein :
> >
> > > On Fri, 31 Aug 2018 12:24:33 +0200
> > > Cecil Westerhof wrote:
> > >
> > > > 2018-08-31 11:17 GMT+02:00 Robert Klein :
>
2018-09-02 15:22 GMT+02:00 Cecil Westerhof :
>
>
> 2018-09-01 14:24 GMT+02:00 Robert Klein :
>
>> Hi Cecil,
>>
>> On Sat, 1 Sep 2018 11:12:57 +0200
>> Cecil Westerhof wrote:
>>
>> > 2018-08-31 13:22 GMT+02:00 Robert Klein :
>> >
>> > > On Fri, 31 Aug 2018 12:24:33 +0200
>> > > Cecil Westerhof wr
2018-09-01 14:24 GMT+02:00 Robert Klein :
> Hi Cecil,
>
> On Sat, 1 Sep 2018 11:12:57 +0200
> Cecil Westerhof wrote:
>
> > 2018-08-31 13:22 GMT+02:00 Robert Klein :
> >
> > > On Fri, 31 Aug 2018 12:24:33 +0200
> > > Cecil Westerhof wrote:
> > >
> > > > 2018-08-31 11:17 GMT+02:00 Robert Klein :
>
Hi Cecil,
On Sat, 1 Sep 2018 11:12:57 +0200
Cecil Westerhof wrote:
> 2018-08-31 13:22 GMT+02:00 Robert Klein :
>
> > On Fri, 31 Aug 2018 12:24:33 +0200
> > Cecil Westerhof wrote:
> >
> > > 2018-08-31 11:17 GMT+02:00 Robert Klein :
> > >
> > > > Hi Cecil,
> > > >
> > > > On Fri, 31 Aug 2018
2018-08-31 13:22 GMT+02:00 Robert Klein :
> On Fri, 31 Aug 2018 12:24:33 +0200
> Cecil Westerhof wrote:
>
> > 2018-08-31 11:17 GMT+02:00 Robert Klein :
> >
> > > Hi Cecil,
> > >
> > > On Fri, 31 Aug 2018 10:47:50 +0200
> > > Cecil Westerhof wrote:
> > >
> > > > I have a strange problem with org-
Hi Cecil,
On Fri, 31 Aug 2018 12:24:33 +0200
Cecil Westerhof wrote:
> 2018-08-31 11:17 GMT+02:00 Robert Klein :
>
> > Hi Cecil,
> >
> > On Fri, 31 Aug 2018 10:47:50 +0200
> > Cecil Westerhof wrote:
> >
> > > I have a strange problem with org-babel and SQLite.
> > >
> > > I have a database t
2018-08-31 11:17 GMT+02:00 Robert Klein :
> Hi Cecil,
>
> On Fri, 31 Aug 2018 10:47:50 +0200
> Cecil Westerhof wrote:
>
> > I have a strange problem with org-babel and SQLite.
> >
> > I have a database that is created with:
> > CREATE TABLE "quotes" (
> > quoteID TEXT
Hi Cecil,
On Fri, 31 Aug 2018 10:47:50 +0200
Cecil Westerhof wrote:
> I have a strange problem with org-babel and SQLite.
>
> I have a database that is created with:
> CREATE TABLE "quotes" (
> quoteID TEXT PRIMARY KEY,
> quote TEXT NOT NULL UNIQ
I have a strange problem with org-babel and SQLite.
I have a database that is created with:
CREATE TABLE "quotes" (
quoteID TEXT PRIMARY KEY,
quote TEXT NOT NULL UNIQUE,
lastUsedTEXT,
totalUsed INT DEFAULT 'unused'
13 matches
Mail list logo