We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61bf446 commit 851a36dCopy full SHA for 851a36d
Tests/FluentPostgresDriverTests/FluentPostgresDriverTests.swift
@@ -124,6 +124,18 @@ final class FluentPostgresDriverTests: XCTestCase {
124
try self.benchmarker.testSiblingsEagerLoad()
125
}
126
127
+ func testParentGet() throws {
128
+ try self.benchmarker.testParentGet()
129
+ }
130
+
131
+ func testParentSerialization() throws {
132
+ try self.benchmarker.testParentSerialization()
133
134
135
+ func testMultipleJoinSameTable() throws {
136
+ try self.benchmarker.testMultipleJoinSameTable()
137
138
139
func testBlob() throws {
140
final class Foo: Model {
141
static let schema = "foos"
0 commit comments