-
include std/filesys.e
include eusql.e
EUSQLRESULT db
delete_file("test.edb")
db = create_db("test.edb")
?db -- shouldn't db be a string here?.
2009-07-27 23:49:54 UTC by cklester
-
mattlewis committed revision 53 to the EuSQL SVN repository, changing 1 files.
2009-07-27 20:32:00 UTC by mattlewis
-
Improved error checking for attempts to create duplicate fields. Fixed in r52.
2009-07-27 16:29:33 UTC by mattlewis
-
mattlewis committed revision 52 to the EuSQL SVN repository, changing 1 files.
2009-07-27 16:29:01 UTC by mattlewis
-
Run attached program. eusql is crashing with the following message. EuSQL is trying to access an element of the third element of ok, which is an empty sequence.
c:/eu_include/eusql/eusql.e:7860 in function create_field()
subscript value 1 is out of bounds, reading from a sequence of length 0
db_name = {116't',101'e',115's',116't',105'i',110'n',103'g',46'.',101'e',
100'd',98'b'}...
2009-07-24 21:55:35 UTC by cklester
-
cklester committed revision 51 to the EuSQL SVN repository, changing 1 files.
2009-07-20 16:46:20 UTC by cklester
-
mattlewis committed revision 50 to the EuSQL SVN repository, changing 1 files.
2009-07-20 13:11:20 UTC by mattlewis
-
This was actually a problem in booleval.e from matheval. A single IN parameter was being parsed as a constant, as wasn't being handled properly.
2009-02-10 10:16:42 UTC by mattlewis
-
For the attached database, using the following query deletes all records instead of the one record:
delete * from members where id.user_id in (525)
There is only one record where id.user_id = 525, but all records get deleted.
2009-02-10 04:39:36 UTC by cklester
-
cklester committed revision 49 to the EuSQL SVN repository, changing 1 files.
2009-02-04 03:57:54 UTC by cklester