Open main menu

CDOT Wiki β

Changes

My Applied Research Log

979 bytes added, 20:58, 26 January 2014
no edit summary
{{Admon/obsolete}}
 
== [[Common Problems and Solutions]] ==
== January - March 2012 ==
* continuous construction of the NEXJNexJ-CDOT knowledge base
* contributions to the SQLite open source community (NexJ SQLite Adapter)
* contributions to the PostgreSQL open source community (NexJ PostgreSQL Adapter)
*February- March**Web/Ex meeting with NexJ (3/13/2012)** identification of '''research problemsbeing solved'''*** ICU (''' being solvedInternational Components Unicode''') support by SQLite [http://site.icu-project.org/]*** NexJ extension of SQLite to supprot support full text search [http://www.sqlite.org/fts3.html#appendix_a]**** the '''rank''' function for the Windows and Linux platforms
*** the full text search problem
**** Android Quick Tip: Using SQLite FTS Tables (September 30, 2011) [http://blog.andresteingress.com/2011/09/30/android-quick-tip-using-sqlite-fts-tables/]
**** Android SQLite Database and ContentProvider - Tutorial (Lars Vogel, 2012) [http://www.vogella.de/articles/AndroidSQLite/article.html]
**** Search with InnoDB By Bertrand Matthelié (Oracle's MySQL Blog, Nov 09, 2011) [https://blogs.oracle.com/MySQL/entry/full_text_search_with_innodbFull-Text]
**** Natural Language Full-Text Searches (MySQL) [http://dev.mysql.com/doc/refman/5.0/en/fulltext-natural-language.html]
**** Is Full Text search the answer? (stackoverflow 2009) [http://stackoverflow.com/questions/614358/is-full-text-search-the-answer]
** identification of '''inter-related issues''' (code repository)
*** 79, 80 (open)**** create top-lovel makefile*** 75(open), 77**** the NexJ Framework expects SQLite to support UNICODE collations*** 84, 7685 (open)**** add build steps (the Linux command line compile options, 79Windows) to the project makefile under the compile label*** 82, 78 83**** append extensions to SQLite Library (open issuessqlite.c): [[notes - 82, 83 |notes]]*** 76**** SQLiteDataSourceWrapper: logic to identify the current os and architecture for loading the appropriate extension*** 65, 64, 61, 60, 59, 49 (resolved issues)**** NexJ extension of SQLite to suppport the analytical rank function rank?in FTS (full text search)
*** 1
** code inspection