Re: [sqlite] Patch to pass collation through to Virtual Tables (The Patch Text)

2011-09-09 Thread Ben Harper
: 09 September 2011 03:18 PM To: sqlite-users@sqlite.org Subject: [sqlite] Patch to pass collation through to Virtual Tables Hi, I have attached a one-liner (vtab-collation.patch) that sends collation information through to virtual tables. The bigger patch (vtab-collation-full.patch) illustrates

[sqlite] Patch to pass collation through to Virtual Tables

2011-09-09 Thread Ben Harper
Hi, I have attached a one-liner (vtab-collation.patch) that sends collation information through to virtual tables. The bigger patch (vtab-collation-full.patch) illustrates the header file changes necessary to make this compile. Unfortunately, it's not as simple as just one line of code, since m