openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
DataObjects
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 19 hours
ago. based on code collected
2 days
ago.
Feb 24, 2025 — Feb 24, 2026
Showing page 56 of 100
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
- do_sqlite3 now uses sqlite3_open_v2() if it is compiled against sqlite >= 3.5.0 - in such case the following query_options will be honoured and passed to sqlite_open_v2 - read_only => SQLITE_OPEN_READ_ONLY - read_write => SQLITE_OPEN_READ_WRITE - create => SQLITE_OPEN_CREATE - no_mutex => SQLITE_OPEN_NOMUTEX - full_mutex => SQLITE_OPEN_FULLMUTEX - see http://www.sqlite.org/c3ref/open.html for more details - example: sqlite3://path/to/file.db?read_only=true will open that connection in read only mode - in case sqlite is < 3.5.0 these flags are silently ignored - added specs to cover this - added DataObjects::Sqlite3.sqlite3_version method that returns the sqlite3 version in use
Ognen Ivanovski
More...
about 17 years ago
[do_*] Remove/change pendings in specs
pietia
More...
about 17 years ago
[do_*] Remove/change pendings in specs
pietia
More...
about 17 years ago
[do_*] Add implementation of AbstractDriverDefinition#supportsJdbcScrollableResultSets() to each driver
pietia
More...
about 17 years ago
[do_*] Add implementation of AbstractDriverDefinition#supportsJdbcScrollableResultSets() to each driver
pietia
More...
about 17 years ago
[do_jdbc] Add method to DriverDefinition's API tells if jdbc driver supports scrollable ResultSets.
pietia
More...
about 17 years ago
[do_jdbc] Add method to DriverDefinition's API tells if jdbc driver supports scrollable ResultSets.
pietia
More...
about 17 years ago
Increase extlib dependency to 0.9.11
Dan Kubb
More...
about 17 years ago
Increase extlib dependency to 0.9.11
Dan Kubb
More...
about 17 years ago
Updated version and gem dependencies
Dirkjan Bussink
More...
about 17 years ago
Updated version and gem dependencies
Dirkjan Bussink
More...
about 17 years ago
Update LICENSE files and change maintainer in Rakefile's
Dirkjan Bussink
More...
about 17 years ago
Update LICENSE files and change maintainer in Rakefile's
Dirkjan Bussink
More...
about 17 years ago
Update History.txt files with the release changes
Dirkjan Bussink
More...
about 17 years ago
Update History.txt files with the release changes
Dirkjan Bussink
More...
about 17 years ago
Fix platform name for cross compile do_sqlite3
Dirkjan Bussink
More...
about 17 years ago
Fix platform name for cross compile do_sqlite3
Dirkjan Bussink
More...
about 17 years ago
Mark two specs that fail on 1.8.6/MRI as pending, for further work
Alex Coles
More...
about 17 years ago
Mark two specs that fail on 1.8.6/MRI as pending, for further work
Alex Coles
More...
about 17 years ago
Typo fixes in specs
Alex Coles
More...
about 17 years ago
Typo fixes in specs
Alex Coles
More...
about 17 years ago
Stripped whitespace with 'sake strip'
Alex Coles
More...
about 17 years ago
Stripped whitespace with 'sake strip'
Alex Coles
More...
about 17 years ago
Merge commit '38a589b9b376e9f897a8fb000762ad6851f7235f'
Alex Coles
More...
about 17 years ago
Merge commit '38a589b9b376e9f897a8fb000762ad6851f7235f'
Alex Coles
More...
about 17 years ago
Fix do_mysql building
Dirkjan Bussink
More...
about 17 years ago
Fix do_mysql building
Dirkjan Bussink
More...
about 17 years ago
Remove useless 1.9 checks
Dirkjan Bussink
More...
about 17 years ago
Remove useless 1.9 checks
Dirkjan Bussink
More...
about 17 years ago
Fix building do_postgres on 1.9 and fix Rational issues
Dirkjan Bussink
More...
about 17 years ago
←
1
2
…
52
53
54
55
56
57
58
59
60
…
99
100
→
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