1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
Nov 22, 2023 — Nov 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1164 from JesseChavez/more_rails_71_fixes More... 10 days ago
Fix jdbc-mysql, name need to follow jar file naming More... 11 days ago
Postgres, define dbconsole method to fix a handful of tests More... 11 days ago
Remove execute since it's defined in AR abstract class, only raw_execute is needed More... 11 days ago
Postgres, do not skip test serial with trigger, fixed in rails 7.1.4 More... 12 days ago
Update version for botched 9.1.0 release More... 26 days ago
MySQL Connector/J 9.1.0 More... 26 days ago
MySQL Connector/J 8.4.0 More... 26 days ago
Bump smallest version for botched release More... 26 days ago
MySQL Connector/J driver 8.2.0 More... 26 days ago
Merge pull request #1158 from headius/sqlite-jdbc-3.46.1.1 More... about 2 months ago
Update sqlite3 jdbc to 3.46.1.1 More... about 2 months ago
Merge pull request #1156 from JesseChavez/rails_71_tests_one More... 4 months ago
Mysql, fix active? method, it was forcing to reconnect when it should not More... 4 months ago
Postgres, fix reset! method, several test were failing due this issue More... 4 months ago
Postgres, fix argument error for method enable_extension and disable_extension More... 4 months ago
Mysql, fix stackoverflow in some tests due unable to find type More... 4 months ago
Sqlite, add note about strict strings not supported by the jdbc driver More... 4 months ago
Sqlite, remove duplicated definition of configure_connection method More... 4 months ago
Merge pull request #1155 from JesseChavez/rails_71_own_tests_bootup More... 4 months ago
Fix boot up postgres rails tests, add undefined method `supports_identity_columns?' More... 4 months ago
Fix boot up rails tests, use Postgres 11 since rails test schema has incompatible code to postgres 10 More... 4 months ago
Skip postgres serial with trigger test, the issue is in AR 7.1, issue was logged in rails repo More... 4 months ago
Merge pull request #1153 from JesseChavez/rails_71_support_arjdbc_postgres More... 4 months ago
Delete test about loading postgres jdbc driver for java 7 More... 4 months ago
Fix postgres test for rake db:drop (non-existing database) More... 4 months ago
Fix postgres test for rake db:structure:dump and db:structure:load More... 4 months ago
Fix postgres big decimal test, it shows up when prepared statement is disabled and relates to CVE-2022-44566 fix More... 4 months ago
Fix postgres foreign_keys test, it became pg gem specific More... 4 months ago
Fix postgres timestamp type test More... 4 months ago