0
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 1 year ago.
Sep 21, 2023 — Sep 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add additional C include path needed by some distributions More... over 11 years ago
Update the .gitignore file More... over 11 years ago
Run test suite after build More... over 11 years ago
Properly build against default-jdk More... over 11 years ago
Locate the include path for <jni.h> More... over 11 years ago
Activate JNI checking in tests More... over 11 years ago
Enable Java compiler warnings More... over 11 years ago
enyo.sqlite3.Statement: Use statement index instead of direct pointer More... almost 12 years ago
Additional error checking for JNI calls More... almost 12 years ago
enyo.sqlite3.DatabaseTest.testInterrupt(): More flexibility More... almost 12 years ago
enyo.sqlite3.Native.installStringCollation(): Fix flag argument More... almost 12 years ago
enyo.sqlite3.StatementTest.testBindObject(): Fix expected object type More... almost 12 years ago
java.enyo.sqlite3.StatementTest.testColumnDouble(): Fix JUnit bit rot More... almost 12 years ago
enyo.sqlite3.NativeTest.testColumn_double(): Fix JUnit bit rot More... almost 12 years ago
build.xml: Fail build on native compilation error More... almost 12 years ago
enyo.sqlite3.Statement.bindObject(Object): new method More... over 16 years ago
Implement support for collation requests More... almost 17 years ago
Test interrupt facility More... almost 17 years ago
Compile Java sources with debugging information More... almost 17 years ago
Database test: do not hide exceptions in initialization More... almost 17 years ago
Statements need a counter to detect recursion, a simple flag leads to bugs More... almost 17 years ago
Implement user-defined collations More... almost 17 years ago
Implement busy handler callbacks More... almost 17 years ago
Check for recursive use of SQL statements More... almost 17 years ago
Statement: rename checkActive() method to checkDBActive() More... almost 17 years ago
Maintain a list of active database objects More... almost 17 years ago
Pass database wrapper object to native statement functions More... almost 17 years ago
Add performance/leak test for statement wrappers More... almost 17 years ago
Pass database wrapper object to native functions More... almost 17 years ago
Introduce DECLARE_STMT helper macro More... almost 17 years ago