0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 12, 2024 — Aug 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add a .gitignore file More... about 17 years ago
rename README to README.rdoc. More... about 17 years ago
use a real CHANGELOG to track significant changes in a human-readable fashion More... about 17 years ago
unquote double-quoted values, too. More... about 17 years ago
Inherit from StandardError for SQLite3 exceptions so that they are caught with a standard rescue More... about 17 years ago
Add test for defaults from Daniel Rodríguez Troitiño More... about 17 years ago
add missing require More... about 17 years ago
add missing require More... about 17 years ago
rename data structures to avoid collion on win32. based on patch by: Luis Lavena More... about 17 years ago
check for the rt library and fdatasync so we link against that when needed More... about 17 years ago
use Date directly for parsing rather than going via Time More... about 17 years ago
be more granular with time/data translation More... about 17 years ago
amend rdoc to make it clear to use Statement#execute to execute a prepared statement More... about 17 years ago
Revert "amend rdoc to make it clear to use Statement#execute to execute a prepared statement" More... about 17 years ago
amend rdoc to make it clear to use Statement#execute to execute a prepared statement More... about 17 years ago
switch to mocha More... about 17 years ago
small style fix More... about 17 years ago
doc fix from rubyforge [#16451] More... about 17 years ago
Move to mocha instead of flexmock. More... over 17 years ago
Add missing method, just because More... over 17 years ago
Work around a quirk in SQLite's error reporting by calling sqlite3_reset to produce a more informative error code upon a failure from sqlite3_step. More... over 17 years ago
Use int_bind64 on Fixnum values larger than a 32bit C int can take. More... over 17 years ago
Use true/false for the busy_handler return value as the rdoc suggests. More... over 17 years ago
Up the busy_timeout test time so that systems on which SQLite has reverted to using sleep instead of usleep can still pass the tests. More... over 17 years ago
Adjust test cases such that there is no possibility of using the same database handle from more than one thread, as per the SQLite usage API requirements. More... over 17 years ago
Correct busy_handler documentation More... over 17 years ago
kill the paranoid copy of the license at the top of every source file More... over 17 years ago
use a more recent email address More... over 17 years ago
indicate github as the source code repository More... over 17 years ago
check for TEXT columns before NULL, on the assumption that TEXT will be more common than NULL (thanks Erik Veenstra) More... over 17 years ago