0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 07, 2024 — Sep 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use proper endianness on tests for UTF-16. Fixes #51 More... almost 14 years ago
Use proper endianness when testing for UTF-16. Closes #40 More... almost 14 years ago
Merge pull request #50 from augusto/master More... almost 14 years ago
Added minimum SQLite required version to README More... almost 14 years ago
Add missing .gemtest More... about 14 years ago
Prepare for release More... about 14 years ago
Properly detect cross-compiler during extconf More... about 14 years ago
Suppress 1.9.3 unused variable warning More... about 14 years ago
Update CHANGELOG to reflect merge changes. More... about 14 years ago
Merge branch 'build-statically' More... about 14 years ago
Remove dir_config hardcoded path options More... about 14 years ago
Upgrade SQLite3 version dependency More... about 14 years ago
Don't copy values into HashWithFields again, just make them accessibly by offset. More... over 14 years ago
Bump sqlite3 version More... over 14 years ago
Disable dir_config when building statically More... over 14 years ago
Renamed extconfig static option to avoid ruby conflicts More... over 14 years ago
Doh, bitten by copy and paste, again More... over 14 years ago
Build extension and link statically against sqlite3 More... over 14 years ago
Remove post_install message for binaries More... over 14 years ago
Rework external sqlite3 dependency and use MiniPortile More... over 14 years ago
Remove vendor references from extension configuration More... over 14 years ago
Upgrade sqlite3 version dependency More... over 14 years ago
Add development dependency: MiniPortile More... over 14 years ago
ensures statement encoding is utf-8 before calling sqlite3_prepare_v2. fixes #31 More... over 14 years ago
Get transaction_active? results from sqlite3_get_autocommit instead of an ivar which can get desynchronized. More... over 14 years ago
fixing segmentation fault when nil is passed to Statement.new. fixes #28 More... over 14 years ago
removing most links to rubyforge. fixes #26 More... over 14 years ago
adding a test for rubyforge [#28382] More... over 14 years ago
The sqlite3-ruby gem has been renamed to just sqlite3, so reflect this in the README. More... over 14 years ago
Restore compatibility with SQLite < 3.6.16. This is especially useful for people who are stuck on slightly older systems like Debian 5. More... over 14 years ago