0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 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... over 11 years ago
Additional error checking for JNI calls More... over 11 years ago
enyo.sqlite3.DatabaseTest.testInterrupt(): More flexibility More... over 11 years ago
enyo.sqlite3.Native.installStringCollation(): Fix flag argument More... over 11 years ago
enyo.sqlite3.StatementTest.testBindObject(): Fix expected object type More... over 11 years ago
java.enyo.sqlite3.StatementTest.testColumnDouble(): Fix JUnit bit rot More... over 11 years ago
enyo.sqlite3.NativeTest.testColumn_double(): Fix JUnit bit rot More... over 11 years ago
build.xml: Fail build on native compilation error More... over 11 years ago
enyo.sqlite3.Statement.bindObject(Object): new method More... over 16 years ago
Implement support for collation requests More... over 16 years ago
Test interrupt facility More... over 16 years ago
Compile Java sources with debugging information More... over 16 years ago
Database test: do not hide exceptions in initialization More... over 16 years ago
Statements need a counter to detect recursion, a simple flag leads to bugs More... over 16 years ago
Implement user-defined collations More... over 16 years ago
Implement busy handler callbacks More... over 16 years ago
Check for recursive use of SQL statements More... over 16 years ago
Statement: rename checkActive() method to checkDBActive() More... over 16 years ago
Maintain a list of active database objects More... over 16 years ago
Pass database wrapper object to native statement functions More... over 16 years ago
Add performance/leak test for statement wrappers More... over 16 years ago
Pass database wrapper object to native functions More... over 16 years ago
Introduce DECLARE_STMT helper macro More... over 16 years ago