rails/activerecord/test
Mike Dalessio b2660d6f45
update sqlite3 adapter tests to accept error messages from v3.46.0
Upstream sqlite updated the error messages to be more descriptive
starting in v3.46.0. Where the error message might look like this in
earlier versions:

    no such column: non_existent

in 3.46.0 it looks like:

    no such column: "non_existent" - should this be a string literal in single-quotes?

The tests have been updated to accept either style of message.

The sqlite3-ruby gem will release a version with this vendored version
shortly, see https://github.com/sparklemotion/sqlite3-ruby/pull/536
2024-05-23 11:50:52 -04:00
..
active_record/connection_adapters Add deprecation and specific exceptions to warn when an adapter is using the legacy registration format in 7.2 2023-11-30 07:00:38 -05:00
activejob Merge pull request #51409 from fatkodima/fix-destroy_async-job-for-cpk 2024-05-02 16:57:50 +02:00
assets Replace test Man with Human 2020-08-14 11:37:09 -04:00
cases update sqlite3 adapter tests to accept error messages from v3.46.0 2024-05-23 11:50:52 -04:00
fixtures Add the ability to ignore counter cache columns while they are backfilling 2024-04-02 13:59:46 +03:00
migrations Sort migration ID as int in db:migrate:status for consistency. 2021-07-16 13:10:31 -05:00
models [Fix #51720] Infer association klass as top level if model has same demodularized name 2024-05-23 08:04:57 +09:00
schema Remove support for SQLServerAdapter, OracleAdapter and JBDC adapters in tests 2024-05-14 14:56:16 -04:00
support Deprecate ConnectionPool#connection 2024-03-01 14:32:55 +01:00
config.example.yml Remove support for SQLServerAdapter, OracleAdapter and JBDC adapters in tests 2024-05-14 14:56:16 -04:00
config.rb Delete AS::Dependencies.safe_constantize 2021-08-20 17:51:05 +02:00