0
I Use This!
Activity Not Available

Commits : Listings

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