Difference between revisions of "Notes - 82, 83"

From CDOT Wiki
Jump to: navigation, search
(Created page with '<pre> Notes on #82, 83 #83 SQLite Library: Remove xerial build Download a working xerial jar and place all of NexJ's sqlite binaries inside of it #82 SQLite Library: append…')
 
 
Line 11: Line 11:
  
 
some of the files that are affected
 
some of the files that are affected
(commit numbers: 0432e057he39, 5249cc014c4)
+
(commit numbers: 0432e057he39, 5249cc014c4, b03b4dcd6523)
  
 
etc/src/sqlite/src/jdbc/README
 
etc/src/sqlite/src/jdbc/README

Latest revision as of 15:58, 9 March 2012

Notes on #82, 83

#83 SQLite Library: Remove xerial build
    Download a working xerial jar and place all of NexJ's sqlite binaries inside of it

#82 SQLite Library: append extensions to sqlite.c
    By appending all extensions to the sqlite.c, we take out the extension loading in the data source wrapper
    and remove the need to need to compile extensions separately.


some of the files that are affected
(commit numbers: 0432e057he39, 5249cc014c4, b03b4dcd6523)

etc/src/sqlite/src/jdbc/README
  - How to compile a new version of SQLiteJDBC

etc/src/sqlite/makefile

etc/src/sqlite/src/jdbc/Makefile

etc/src/sqlite/src/jdbc/Makefile.common

etc/src/sqlite/src/jdbc/Makefile.package

etc/src/sqlite/src/jdbc/lib/org/sqlite/OSInfo.class

etc/src/sqlite/src/extensions/sqliteNexjExtension.c