Remove deprecated SQL placeholders - #91
Merged
Merged
Conversation
nertzy
force-pushed
the
repair-sql-placeholder-deprecations
branch
from
August 28, 2026 23:58
438d4ec to
37bccf2
Compare
nertzy
force-pushed
the
repair-sql-placeholder-deprecations
branch
from
August 29, 2026 00:45
37bccf2 to
fdfa3d5
Compare
nertzy
force-pushed
the
repair-sql-placeholder-deprecations
branch
from
August 29, 2026 00:46
fdfa3d5 to
e16ee1a
Compare
nertzy
force-pushed
the
repair-sql-placeholder-deprecations
branch
from
August 29, 2026 00:47
e16ee1a to
f24b156
Compare
Positional %s table placeholders have emitted deprecation warnings since FixtureBuilder 0.5.0. Remove their automatic conversion at the 0.6 compatibility boundary and raise an actionable error naming both supported Ruby reference-by-name formats. Document those named formats with concrete examples. Preserve the use_sha1_digests APIs released in the 0.5.3 release candidates as deprecated, ignored compatibility shims through 0.6, including the Configuration constructor form.
nertzy
force-pushed
the
repair-sql-placeholder-deprecations
branch
from
August 29, 2026 00:49
f24b156 to
5b40a86
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Positional
%stable placeholders have emitted deprecation warnings since FixtureBuilder 0.5.0. The 0.6 compatibility boundary can now remove their automatic conversion rather than carrying a Rails 8-incompatible warning path.Reject positional placeholders with an actionable error that names both supported Ruby reference-by-name forms and links to the Ruby formatting documentation. Document
%<table>sand%{table}with concrete examples.Preserve the
use_sha1_digestsAPIs released in the 0.5.3 release candidates as deprecated, ignored compatibility shims through 0.6, including theConfigurationconstructor form. Test instrumentation that delegates unchanged arguments now uses Ruby anonymous forwarding.