Closed gwynne closed 1 year ago
Merging #169 (3b7b760) into main (5026e7c) will decrease coverage by
1.09%
. The diff coverage is19.23%
.:exclamation: Current head 3b7b760 differs from pull request most recent head 00e83ac. Consider uploading reports for the commit 00e83ac to get more accurate results
Adds a new (defaulted)
SQLDialect
method for correctly generating JSON subpath syntax on a per-dialect basis. AddSQLNestedSubpathExpression
to enable actually invoking the method.Related PRs for
PostgresKit
,MySQLKit
, andSQLiteKit
will be forthcoming, followed by a series of PRs againstFluentKit
,FluentPostgresDriver
,FluentMySQLDriver
, andFluentSQLiteDriver
. (Yep, gotta update everything to properly leverage this, thanks to it having been handled incorrectly all this time!)