Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Updated FAnsiSql.Legacy from 3.4.0 to 3.6.1.

Release notes

Sourced from FAnsiSql.Legacy's releases.

3.6.1

What's Changed

Full Changelog: jas88/FAnsiSql@v3.6.0...v3.6.1

3.6.0

FAnsiSql v3.6.0

Major Improvements

  • Migrated to TypeGuesser v2.0.1 with improved performance and accuracy
  • Added 72 new test methods (4,441 lines) significantly improving code coverage
  • Comprehensive test suites for TableHelper, BulkCopy, ColumnHelper, Aggregation, and Update operations
  • Added SQLite DataAdapter support for better data operations

Bug Fixes

  • Fixed table name bug in AggregateHelper tests
  • Fixed incorrect test assertions in aggregation tests
  • Improved SQLite compatibility with proper skip conditions for unsupported features
  • Fixed PRAGMA command handling in SQLite TableHelper
  • Added culture-invariant operations throughout test suite

Code Quality

  • Eliminated all CA1304/CA1305 culture-sensitive warnings
  • Added comprehensive code coverage configuration
  • Improved test documentation with coverage gap analysis

Infrastructure

  • Added coverage.runsettings for XPlat code coverage
  • Enhanced CI/CD workflows for better coverage reporting
  • Added detailed coverage analysis documentation

Breaking Changes

None

Full Changeset

See all changes at: jas88/FAnsiSql@v3.5.0...v3.6.0

3.5.0

What's Changed

Full Changelog: jas88/FAnsiSql@v3.4.0...v3.5.0

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

High-level PR Summary

This PR updates the FAnsiSql.Legacy package from version 3.4.0 to 3.6.1. The upgrade brings improvements including migration to TypeGuesser v2.0.1, enhanced test coverage, SQLite DataAdapter support, bug fixes for table name handling and culture-sensitive operations, .NET 10 compatibility, and support for DateOnly/TimeOnly types in Npgsql 10.0.

⏱️ Estimated Review Time: 5-15 minutes

💡 Review Order Suggestion
Order File Path
1 Directory.Packages.props

Need help? Join our Discord

@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Dec 1, 2025
Copy link

@recurseml recurseml bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review by RecurseML

🔍 Review performed on 84bf1d6..f821dcd

✨ No bugs found, your code is sparkling clean

✅ Files analyzed, no issues (1)

Directory.Packages.props

---
updated-dependencies:
- dependency-name: FAnsiSql.Legacy
  dependency-version: 3.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@jas88 jas88 force-pushed the dependabot/nuget/main/FAnsiSql.Legacy-3.6.1 branch from f821dcd to bf555f8 Compare December 2, 2025 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants