RE: EUSQL
- Posted by matthewwalkerlewis at YAHOO.COM Mar 01, 2001
- 470 views
> -----Original Message----- > From: Jonas Temple [mailto:jktemple at yhti.net] It looks like you're running "select * from...where...". Unfortunately, you can't use where clauses with select * in this release. I figured out how to flatten out all the fields in this case, so this problem should be solved. I'll try to get a new release out this weekend, once I've gotten a few other things worked out. For now, I recommend changing your select statement to explicitly list all the fields you want. I think you'll like the next release. I've just about got table creation 'automated', and datatypes implemented. > D:\EUPHORIA\include\eusql.e:1504 in function get_fields() > subscript value 0 is out of bounds, reading from a sequence > of length 2 > conditions = {{1,0,18,0,{84'T',69'E',77'M',74'J',79'O',78'N'}}} > ... called from D:\EUPHORIA\include\eusql.e:1669 in function > run_select() > sql = > {{{106'j',104'h',95'_',104'h',101'e',97'a',100'd',101'e',114'r'}}, > {{{0},{13}}},{{{42'*'},{74'J',72'H',95'_',72'H',69'E',65'A',68 > 'D',69'E', > 82'R',46'.',74'J',79'O',66'B',95'_',69'E',78'N',84'T',95'_',85 > 'U',83'S', > 69'E',82'R'}}},{{1,-2}},{{{1,0,18,0,{84'T',69'E',77'M',74'J',7 > 9'O',78'N'}}}}, Matt Lewis