1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 02, 2024 — Apr 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1170 from JesseChavez/fix_some_basic_stuff More... about 1 month ago
Add failing test for a basic raw prepared statement query (test does not exist in active record tests) More... about 1 month ago
Register supported adapters, fixes loading gem from local path More... about 2 months ago
Fix finder queries (prepared statement and raw sql clause: User.where('created_at > ?', time)) More... about 2 months ago
Merge pull request #1169 from JesseChavez/rails_72_fixes_part2 More... about 2 months ago
Revert "Postgres, call check_version when configuring connection (same as CRuby adapter)" More... about 2 months ago
Postgres, support ApplicationName config to distinguish db connections More... about 2 months ago
Postgres, fix quote_column_name definition, fixes many tests More... about 2 months ago
Postgres, call check_version when configuring connection (same as CRuby adapter) More... about 2 months ago
Postgres, fix a bunch of schema dump and enum tests More... about 2 months ago
Postgres, fix undefined decode_dates, just defining it fixes few tests More... about 2 months ago
Sqlite, fix connection no db test More... about 2 months ago
Sqlite, fix and enabled support for virtual columns More... about 2 months ago
Fix undefined method value_for_database in log More... about 2 months ago
Sqlite, fix active? and disconnect! is synchronized More... about 2 months ago
Sqlite, fix setting pragmas tests More... about 2 months ago
Sqlite, this seems to fix the below tests however we can't update AR tests and it's hard to check if transaction is open with jdbc More... about 2 months ago
Mysql, fix some relevant unit tests (connection settings) More... about 2 months ago
Mysql, AR has mysql2 as only adapter registered so just supporting mysql2 as adapter value More... about 2 months ago
Sqlite, ensure we delete the database when start running tests More... about 2 months ago
Merge pull request #1168 from JesseChavez/rails_72_fixes_part1 More... about 2 months ago
Sqlite, fix test_sqlite_add_column_in_transaction, failing due old monkey patch for mssql More... about 2 months ago
Mysql, fix some AR test failing due mysql2_connection (database_exists? is implemented in abstract class) More... about 2 months ago
Mysql, fix some excludes to be able runn AR tests More... about 2 months ago
Mysql, fix own dump schema tests More... about 2 months ago
Mysql, fix undefined clear_active_connections! in own tests More... about 2 months ago
Mysql, fix undefined database_version to run rails tests More... about 2 months ago
Sqlite, fix Fix serialization tests More... about 2 months ago
Sqlite, fix undefined method 'length' for 0:Integer for execute_batch More... about 2 months ago
Sqlite, fix undefined quote_string and quote_column_name and others More... about 2 months ago