Back to the month index |
Back to the list index
|
Roland Haenel (rh@ginster.de)
Tue, 14 Jan 1997 15:33:22 +0100
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
- Next message: rasmus@mail1.bellglobal.com: "Re: [mSQL] 2.0 - can it cache results?"
- Previous message: David J. Hughes: "Re: [mSQL] 2.0 - can it cache results?"
- In reply to: rasmus@mail1.bellglobal.com: "Re: [mSQL] 2.0 - can it cache results?"
- Next in thread: David J. Hughes: "Re: [mSQL] mSQL 2.0 Beta 3 Available"
- Reply: David J. Hughes: "Re: [mSQL] mSQL 2.0 Beta 3 Available"
Message-Id: <32DB9932.35D444F5@ginster.de> Date: Tue, 14 Jan 1997 15:33:22 +0100 From: Roland Haenel <rh@ginster.de> Subject: Re: [mSQL] mSQL 2.0 Beta 3 Available> The third public Beta release of mSQL 2.0 is now available from
> http://Hughes.com.au/
Great! I have just startet working with msql, and do
consider porting a large application (a combined NNTP/SMTP/POP3/HTTP
intranet server) to it.
> This Beta release was scheduled for next Monday but was brought forward
> due to the impact of some of the bugs fixed by this release.
Well, I seem to have encountered some of these bugs, two of
them have survived in this release, however. I suppose you
already know, but just in case you do not:
SELECT _rowid, name, phone FROM phonebook
did not work properly in 2.0b2 (garbled output) for me, but it
does work now. However,
SELECT _rowid, name, phone FROM phonebook ORDER BY name
does *not* work, garbled output again.
And the other one: If you execute an incorrect sql statement like
INSERT INTO phonebook VALUES ('roland', 12346
in msql - note the missing ')' - the server responses with
something like
error foobar /=)¶%" ...
Looks like your parser skips the \0 at the end of the
character string.
Hope this helps,
Roland
-- rh@ginster.de (Roland Haenel), GINSTER Onlinedienste GmbH-------------------------------------------------------------------------- To remove yourself from the Mini SQL mailing list send a message containing "unsubscribe" to "unsubscribe" to msql-list-request@bunyip.com. Send a message containing "info msql-list" to majordomo@bunyip.com for info on monthly archives of the list. For more help, mail owner-msql-list@bunyip.com NOT the msql-list!
- Next message: rasmus@mail1.bellglobal.com: "Re: [mSQL] 2.0 - can it cache results?"
- Previous message: David J. Hughes: "Re: [mSQL] 2.0 - can it cache results?"
- In reply to: rasmus@mail1.bellglobal.com: "Re: [mSQL] 2.0 - can it cache results?"
- Next in thread: David J. Hughes: "Re: [mSQL] mSQL 2.0 Beta 3 Available"
- Reply: David J. Hughes: "Re: [mSQL] mSQL 2.0 Beta 3 Available"