That fixed both PostgreSQL and sqlite!
Thank you!!
Blake
On Fri, Apr 18, 2014 at 10:52 PM, Elias Mårtenson wrote:
> I think I know now.
>
> You have updated GNU APL but you haven't recompiled the SQL library.
>
> It happened to me previously actually.
>
> Regards,
> Elias
>
>
> On 19 April 2
I think I know now.
You have updated GNU APL but you haven't recompiled the SQL library.
It happened to me previously actually.
Regards,
Elias
On 19 April 2014 10:45, Blake McBride wrote:
> $ sqlite3 sqlite.db
> SQLite version 3.7.17 2013-05-20 00:56:22
> Enter ".help" for instructions
> Ent
$ sqlite3 sqlite.db
SQLite version 3.7.17 2013-05-20 00:56:22
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> select * from mytable;
238|Blake
892|Sam
111|George
--
db←'sqlite' SQL∆Connect 'sqlite.db'