Re: [sqlite] Is there available sample "featured" SQLite database file?

2013-06-28 Thread Sqlite Dog
> Here is your starter schema (and perfectly valid): > create table ""("" ""); Thanks for this snippet! Actually found a bug :) > For performance testing this could be helpful with the --dump-sql arg: > https://code.google.com/p/apsw/source/browse/tools/speedtest.py Well, performance is

Re: [sqlite] Is there available sample "featured" SQLite database file?

2013-06-28 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28/06/13 01:12, Sqlite Dog wrote: > I'm wondering is there available sample "feature-tight" > "limit-striking" SQLite database (or SQL script) for GUI manager > testing purposes? You can certainly measure coverage of sqlite3.c itself when running

[sqlite] Is there available sample "featured" SQLite database file?

2013-06-28 Thread Sqlite Dog
Hi, we are developing (yet another :) SQLite manager. I'm wondering is there available sample "feature-tight" "limit-striking" SQLite database (or SQL script) for GUI manager testing purposes? Like: - identifier names contains spaces, UNICODE chars, are surrounded by [], by "" or not surrounded