2
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Feb 24, 2025 — Feb 24, 2026
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 More... about 17 years ago
[do_*] Remove/change pendings in specs More... about 17 years ago
[do_*] Remove/change pendings in specs More... about 17 years ago
[do_*] Add implementation of AbstractDriverDefinition#supportsJdbcScrollableResultSets() to each driver More... about 17 years ago
[do_*] Add implementation of AbstractDriverDefinition#supportsJdbcScrollableResultSets() to each driver More... about 17 years ago
[do_jdbc] Add method to DriverDefinition's API tells if jdbc driver supports scrollable ResultSets. More... about 17 years ago
[do_jdbc] Add method to DriverDefinition's API tells if jdbc driver supports scrollable ResultSets. More... about 17 years ago
Increase extlib dependency to 0.9.11 More... about 17 years ago
Increase extlib dependency to 0.9.11 More... about 17 years ago
Updated version and gem dependencies More... about 17 years ago
Updated version and gem dependencies More... about 17 years ago
Update LICENSE files and change maintainer in Rakefile's More... about 17 years ago
Update LICENSE files and change maintainer in Rakefile's More... about 17 years ago
Update History.txt files with the release changes More... about 17 years ago
Update History.txt files with the release changes More... about 17 years ago
Fix platform name for cross compile do_sqlite3 More... about 17 years ago
Fix platform name for cross compile do_sqlite3 More... about 17 years ago
Mark two specs that fail on 1.8.6/MRI as pending, for further work More... about 17 years ago
Mark two specs that fail on 1.8.6/MRI as pending, for further work More... about 17 years ago
Typo fixes in specs More... about 17 years ago
Typo fixes in specs More... about 17 years ago
Stripped whitespace with 'sake strip' More... about 17 years ago
Stripped whitespace with 'sake strip' More... about 17 years ago
Merge commit '38a589b9b376e9f897a8fb000762ad6851f7235f' More... about 17 years ago
Merge commit '38a589b9b376e9f897a8fb000762ad6851f7235f' More... about 17 years ago
Fix do_mysql building More... about 17 years ago
Fix do_mysql building More... about 17 years ago
Remove useless 1.9 checks More... about 17 years ago
Remove useless 1.9 checks More... about 17 years ago
Fix building do_postgres on 1.9 and fix Rational issues More... about 17 years ago