|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
|
|
|
Re: Fwd: Urgent Question>> Hello, >> Please I’m new using SQLite3 and I have to use it with blobs, so >> please I want from you to send me a full example on how to use blobs >> (read/write) with full explained documentation. >> Please respond rapidly. Hi- try this example. Blob Example <http://www.sqlite.org/cvstrac/wiki?p=BlobExample> Here's the wiki for more focused info- Wiki <http://www.sqlite.org/cvstrac/wiki> - Gary Gabriel _______________________________________________ sqlite-users mailing list sqlite-users@... http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users |
|
|
test harness?I am encountering significant differences in the way the data libraries
for SQLite produced by a "major player" are handling joins, unions, and inline views, in combination, compared to several other GUI front ends for SQLite which have been well-received and which jibe with each other. Is there a standard test-harness that will reveal the degree of SQLite-compatibility of these libraries? Can I point these libraries at a harness database, run a set of standard queries, and compare the results with what ought to have been produced? _______________________________________________ sqlite-users mailing list sqlite-users@... http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users |
|
|
Re: test harness?On 6 Nov 2009, at 4:08am, Tim Romano wrote: > I am encountering significant differences in the way the data > libraries > for SQLite produced by a "major player" are handling joins, unions, > and > inline views, in combination, compared to several other GUI front ends > for SQLite which have been well-received and which jibe with each > other. Is there a standard test-harness that will reveal the degree > of > SQLite-compatibility of these libraries? Can I point these > libraries at > a harness database, run a set of standard queries, and compare the > results with what ought to have been produced? I don't think there's any automated way of doing it. You may have to look through the results for the strange behaviour you think exists, and without knowing exactly which features you're talking about it's hard to tell you where to look. But this page <http://www.sqlite.org/testing.html> explains SQLite's own testing suites, and tells you where to find two out of three of them. You may be able to use these to prove that your "mayor player"'s code is wrong, or perhaps even vice versa. Does that help ? Simon. _______________________________________________ sqlite-users mailing list sqlite-users@... http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users |
|
|
Re: test harness?Very helpful, Simon. Thank you.
_______________________________________________ sqlite-users mailing list sqlite-users@... http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users |
| Free embeddable forum powered by Nabble | Forum Help |