0
I Use This!
Activity Not Available

Commits : Listings

Analyzed almost 2 years ago. based on code collected almost 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... almost 12 years ago
Update the .gitignore file More... almost 12 years ago
Run test suite after build More... almost 12 years ago
Properly build against default-jdk More... almost 12 years ago
Locate the include path for <jni.h> More... almost 12 years ago
Activate JNI checking in tests More... almost 12 years ago
Enable Java compiler warnings More... almost 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... about 17 years ago
Implement support for collation requests More... about 17 years ago
Test interrupt facility More... about 17 years ago
Compile Java sources with debugging information More... about 17 years ago
Database test: do not hide exceptions in initialization More... about 17 years ago
Statements need a counter to detect recursion, a simple flag leads to bugs More... about 17 years ago
Implement user-defined collations More... about 17 years ago
Implement busy handler callbacks More... about 17 years ago
Check for recursive use of SQL statements More... about 17 years ago
Statement: rename checkActive() method to checkDBActive() More... about 17 years ago
Maintain a list of active database objects More... about 17 years ago
Pass database wrapper object to native statement functions More... about 17 years ago
Add performance/leak test for statement wrappers More... about 17 years ago
Pass database wrapper object to native functions More... about 17 years ago
Introduce DECLARE_STMT helper macro More... about 17 years ago