Changelog
- 661267a The changes involve updating the
FormatArgForQueryStringmethods across multiple database drivers to properly handle string escaping, NULL/DEFAULT values, float formatting, and sql.NullString handling. These fixes address test failures related to query parameter formatting. - 646b5d5 feat: Improve float formatting in MySQL driver
- 1cc0e45 fix mssql string quoting
- db14352 fix sqlite and mysql test
- 0e64e6a fix: Properly format nil and byte array values in drivers
- df608e5 fix: Update driver tests to use FormatArgForQueryString
- 017d977 fix: Update test expectations for query string arguments
- 2f6fabb fix: filter state on escape
- 07a6ddc refactor: Simplify MySQL query string argument formatting