Open GoogleCodeExporter opened 9 years ago
Hi. I am looking exactly for this extension but I have problems to implement
it. Could you share your solution with me, please?
Original comment by ple...@gmail.com
on 17 Nov 2014 at 6:28
> Could you share your solution with me, please?
Sure, where do you need help?
With the patch itself or with implementing a new Collation in Java after
applying the patch to your version of the library?
Original comment by Mastache...@gmail.com
on 17 Nov 2014 at 7:36
I understand how it works and how it use in Java, when sqlite already supports
it. I try to fix latest version 3.8.7 to add this feature. I looks like sqlite
library was a little bit rearranged since your patch was created. For example
Conn class use for private field in Collation class doesn't exist anymore, etc.
Original comment by ple...@gmail.com
on 17 Nov 2014 at 7:53
Ok, I think, I fixed everything. There is a last step, compile NativeDB.c to
support new links to native libraries. Could you suggest some right (and
simple) way, please?
Original comment by ple...@gmail.com
on 17 Nov 2014 at 8:30
Doesn't that happen automatically when you build the project using Maven?
> "make native"
Sorry, I try my best to remember, but this has been over 2 years and I've
basically not touched any C code ever since.
Original comment by Mastache...@gmail.com
on 17 Nov 2014 at 8:39
Thank you. I am sure I find a way, just there was a hope to ask and get some
ideas. I was surprised that this useful feature is missing even a support is so
simple. For example custom functions are supported and this is very similar.
Have a nice evening (or day).
Original comment by ple...@gmail.com
on 17 Nov 2014 at 8:46
Original issue reported on code.google.com by
Mastache...@gmail.com
on 30 Apr 2012 at 11:18Attachments: