Re: [sqlite] SQLite patch contribution

2013-07-22 Thread Eric Sink
You could include us as another group who would like to see this functionality added to virtual tables. -- E On Jul 22, 2013, at 8:46 AM, Richard Hipp wrote: > On Mon, Jul 22, 2013 at 10:27 AM, Dušan Paulovič wrote: > >> So, in other words, there is no way for programmers from EU to contri

Re: [sqlite] SQLite patch contribution

2013-07-22 Thread Dušan Paulovič
I think it is not important only for me, but for all who want to use xBestIndex and xFilter functions and correctly solve all possible scenarios. Is there a way I can determine in xBestIndex/xFilter a collation sequence used in constraints? - perhaps not. All I found is that if I do not solve const

Re: [sqlite] SQLite patch contribution

2013-07-22 Thread Stephan Beal
On Mon, Jul 22, 2013 at 4:18 PM, Richard Hipp wrote: > From what I understand, no. In the EU you can not give away, disavow, or > otherwise dispose of your moral rights. You can enter into an agreement to > not enforce your moral rights, but you can never do away with them. > FWIW: Germany is

Re: [sqlite] SQLite patch contribution

2013-07-22 Thread Richard Hipp
On Mon, Jul 22, 2013 at 9:42 AM, Adam DeVita wrote: > Is it possible for one in a nation that doesn't permit dedication to > public domain to simply gift the work (and intellectual rights) to > someone personally, who can and will the reassign it to the public > domain (such as a member of the sq

Re: [sqlite] SQLite patch contribution

2013-07-22 Thread Richard Hipp
On Mon, Jul 22, 2013 at 10:27 AM, Dušan Paulovič wrote: > So, in other words, there is no way for programmers from EU to contribute > on SQLite? > Is there any other option? > Is there a plan to solve xBestIndex collation issue? > Actually implementing such a patch is trivial. We'll do that for

Re: [sqlite] SQLite patch contribution

2013-07-22 Thread Dušan Paulovič
So, in other words, there is no way for programmers from EU to contribute on SQLite? Is there any other option? Is there a plan to solve xBestIndex collation issue? Thanks 2013/7/22 Richard Hipp > On Mon, Jul 22, 2013 at 9:42 AM, Adam DeVita wrote: > > > Is it possible for one in a nation th

Re: [sqlite] SQLite patch contribution

2013-07-22 Thread Adam DeVita
Is it possible for one in a nation that doesn't permit dedication to public domain to simply gift the work (and intellectual rights) to someone personally, who can and will the reassign it to the public domain (such as a member of the sqlite dev team)? On Mon, Jul 22, 2013 at 9:30 AM, Dušan Paulov

Re: [sqlite] SQLite patch contribution

2013-07-22 Thread Dušan Paulovič
1. I am not citizen of Czech Republic (but citizen of Slovak Republic with similar law) 2. If I do not want apply my copyrights, I can public my code without it. 2013/7/22 Richard Hipp > On Mon, Jul 22, 2013 at 8:10 AM, Dušan Paulovič > wrote: > > > Hello, I like to make a patch for SQLite so

Re: [sqlite] SQLite patch contribution

2013-07-22 Thread Richard Hipp
On Mon, Jul 22, 2013 at 8:10 AM, Dušan Paulovič wrote: > Hello, I like to make a patch for SQLite so that function xBestIndex gets a > collation sequences as a part of sqlite3_index_info structure. Patch will > be binary compatible with previous versions, so all existing virtual table > implemen

[sqlite] SQLite patch contribution

2013-07-22 Thread Dušan Paulovič
Hello, I like to make a patch for SQLite so that function xBestIndex gets a collation sequences as a part of sqlite3_index_info structure. Patch will be binary compatible with previous versions, so all existing virtual table implementations will work with new version. I understand, that I must att