7
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor typo More... about 1 year ago
Bump version to 5.66.0 More... about 1 year ago
Add a spec guard for old versions of SQLite More... about 1 year ago
Recognize SQLite error related to strict tables as a constraint violation when using the amalgalite adapter More... about 1 year ago
chore: add new issues template
BK
More... about 1 year ago
Make Dataset#count work correctly for datasets using Dataset#values (Fixes #1992) More... about 1 year ago
fix typo in test doc_string More... about 1 year ago
Make Dataset#empty? handle custom SQL on Oracle More... about 1 year ago
Make Dataset#count with no argument/block handle dataset with custom SQL using ORDER BY on MSSQL More... about 1 year ago
Avoid loading full row in Dataset#empty? More... about 1 year ago
fix empty? for datasets containing null More... about 1 year ago
Bump version to 5.65.0 More... about 1 year ago
Fix union eager loader when using pg_auto_parameterize extension if association dataset uses placeholders More... about 1 year ago
Fix documentation bugs in association basics guide More... about 1 year ago
Make pg_auto_parameterize placeholder loader actually speed things up More... over 1 year ago
Allow pg_auto_parameterize extension to use placeholder loaders More... over 1 year ago
Update documentation regarding return values of dataset modification methods when using custom SQL More... over 1 year ago
Do not include :min_value and :max_value schema entries for decimal/numeric columns on MySQL versions not supporting check constraints More... over 1 year ago
Bump copyright year More... over 1 year ago
Make Database#indexes return indexes for partitioned tables on PostgreSQL 11+ More... over 1 year ago
Use empty? instead of count for validate uniqueness More... over 1 year ago
Enable CI testing on JRuby 9.4 More... over 1 year ago
Bump version to 5.64.0 More... over 1 year ago
Make decimal/numeric type min/max value specs pass for the odbc adapter More... over 1 year ago
Skip decimal min_value/max_value test on MySQL versions where integer test is skipped More... over 1 year ago
Determine min/max values for integer columns on jdbc/oracle More... over 1 year ago
Add a spec for min_value/max_value provided by adapter code More... over 1 year ago
Add CI for Ruby 3.2 More... over 1 year ago
Don't run PostgreSQL integration tests on Ruby 3.2 in CI More... over 1 year ago
Scale greater than precision is only supported on PostgreSQL 15+ More... over 1 year ago