openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
sqlite3-ruby
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 12, 2024 — Aug 12, 2025
Showing page 45 of 47
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add a .gitignore file
Jamis Buck
More...
about 17 years ago
rename README to README.rdoc.
Jamis Buck
More...
about 17 years ago
use a real CHANGELOG to track significant changes in a human-readable fashion
Jamis Buck
More...
about 17 years ago
unquote double-quoted values, too.
Jamis Buck
More...
about 17 years ago
Inherit from StandardError for SQLite3 exceptions so that they are caught with a standard rescue
Rob Holland
More...
about 17 years ago
Add test for defaults from Daniel RodrÃguez Troitiño
Rob Holland
More...
about 17 years ago
add missing require
Rob Holland
More...
about 17 years ago
add missing require
Rob Holland
More...
about 17 years ago
rename data structures to avoid collion on win32. based on patch by: Luis Lavena
Rob Holland
More...
about 17 years ago
check for the rt library and fdatasync so we link against that when needed
Rob Holland
More...
about 17 years ago
use Date directly for parsing rather than going via Time
Rob Holland
More...
about 17 years ago
be more granular with time/data translation
Rob Holland
More...
about 17 years ago
amend rdoc to make it clear to use Statement#execute to execute a prepared statement
Rob Holland
More...
about 17 years ago
Revert "amend rdoc to make it clear to use Statement#execute to execute a prepared statement"
Rob Holland
More...
about 17 years ago
amend rdoc to make it clear to use Statement#execute to execute a prepared statement
Rob Holland
More...
about 17 years ago
switch to mocha
Rob Holland
More...
about 17 years ago
small style fix
Rob Holland
More...
about 17 years ago
doc fix from rubyforge [#16451]
Rob Holland
More...
about 17 years ago
Move to mocha instead of flexmock.
Rob Holland
More...
over 17 years ago
Add missing method, just because
Rob Holland
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.
Rob Holland
More...
over 17 years ago
Use int_bind64 on Fixnum values larger than a 32bit C int can take.
Rob Holland
More...
over 17 years ago
Use true/false for the busy_handler return value as the rdoc suggests.
Rob Holland
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.
Rob Holland
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.
Rob Holland
More...
over 17 years ago
Correct busy_handler documentation
Rob Holland
More...
over 17 years ago
kill the paranoid copy of the license at the top of every source file
Jamis Buck
More...
over 17 years ago
use a more recent email address
Jamis Buck
More...
over 17 years ago
indicate github as the source code repository
Jamis Buck
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)
Jamis Buck
More...
over 17 years ago
←
1
2
…
39
40
41
42
43
44
45
46
47
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree