|
| 1 | +TestBelongsToAssociation |
| 2 | +TestBelongsToAssociationForSlice |
| 3 | +TestBelongsToDefaultValue |
| 4 | +TestBelongsToAssociationUnscoped |
| 5 | +#TestHasManyAssociation |
| 6 | +#TestSingleTableHasManyAssociation |
| 7 | +#TestHasManyAssociationForSlice |
| 8 | +#TestSingleTableHasManyAssociationForSlice |
| 9 | +#TestPolymorphicHasManyAssociation |
| 10 | +#TestPolymorphicHasManyAssociationForSlice |
| 11 | +TestHasManyAssociationUnscoped |
| 12 | +#TestHasManyAssociationReplaceWithNonValidValue |
| 13 | +TestHasOneAssociation |
| 14 | +TestHasOneAssociationWithSelect |
| 15 | +TestHasOneAssociationForSlice |
| 16 | +TestPolymorphicHasOneAssociation |
| 17 | +TestPolymorphicHasOneAssociationForSlice |
| 18 | +TestHasOneAssociationReplaceWithNonValidValue |
| 19 | +TestMany2ManyAssociation |
| 20 | +TestMany2ManyOmitAssociations |
| 21 | +TestMany2ManyAssociationForSlice |
| 22 | +#TestSingleTableMany2ManyAssociation |
| 23 | +#TestSingleTableMany2ManyAssociationForSlice |
| 24 | +#TestDuplicateMany2ManyAssociation |
| 25 | +TestConcurrentMany2ManyAssociation |
| 26 | +#TestMany2ManyDuplicateBelongsToAssociation |
| 27 | +TestInvalidAssociation |
| 28 | +TestAssociationNotNullClear |
| 29 | +#TestForeignKeyConstraints |
| 30 | +#TestForeignKeyConstraintsBelongsTo |
| 31 | +#TestFullSaveAssociations |
| 32 | +TestSaveBelongsCircularReference |
| 33 | +TestSaveHasManyCircularReference |
| 34 | +TestAssociationError |
| 35 | +TestAssociationEmptyQueryClause |
| 36 | +TestCallbacks |
| 37 | +TestPluginCallbacks |
| 38 | +TestCallbacksGet |
| 39 | +TestCallbacksRemove |
| 40 | +TestWithSingleConnection |
| 41 | +TestCountWithGroup |
| 42 | +TestCount |
| 43 | +TestCountOnEmptyTable |
| 44 | +TestCountWithHaving |
| 45 | +TestCountWithSoftDelete |
| 46 | +TestCreate |
| 47 | +TestCreateInBatches |
| 48 | +TestCreateInBatchesWithDefaultSize |
| 49 | +TestCreateFromMap |
| 50 | +#TestCreateWithAssociations |
| 51 | +TestBulkCreateWithAssociations |
| 52 | +TestBulkCreatePtrDataWithAssociations |
| 53 | +#TestPolymorphicHasOne |
| 54 | +TestCreateEmptyStruct |
| 55 | +TestCreateEmptySlice |
| 56 | +TestCreateInvalidSlice |
| 57 | +TestCreateWithExistingTimestamp |
| 58 | +TestCreateWithNowFuncOverride |
| 59 | +TestCreateWithNoGORMPrimaryKey |
| 60 | +TestSelectWithCreate |
| 61 | +TestOmitWithCreate |
| 62 | +TestFirstOrCreateNotExistsTable |
| 63 | +TestFirstOrCreateWithPrimaryKey |
| 64 | +TestCreateFromSubQuery |
| 65 | +TestCreateNilPointer |
| 66 | +TestFirstOrCreateRowsAffected |
| 67 | +TestCreateWithAutoIncrementCompositeKey |
| 68 | +TestCreateOnConflictWithDefaultNull |
| 69 | +TestCreateFromMapWithoutPK |
| 70 | +TestCreateFromMapWithTable |
| 71 | +#TestCustomizeColumn |
| 72 | +TestCustomColumnAndIgnoredFieldClash |
| 73 | +TestCustomizeField |
| 74 | +TestDefaultValue |
| 75 | +TestDelete |
| 76 | +TestDeleteWithTable |
| 77 | +TestInlineCondDelete |
| 78 | +TestBlockGlobalDelete |
| 79 | +TestDeleteWithAssociations |
| 80 | +TestDeleteAssociationsWithUnscoped |
| 81 | +TestDeleteSliceWithAssociations |
| 82 | +#TestSoftDeleteReturning |
| 83 | +TestDeleteReturning |
| 84 | +TestDeleteByPrimaryKeyOnly |
| 85 | +TestHardDeleteAfterSoftDelete |
| 86 | +TestDeleteWithLimitAndOrder |
| 87 | +TestRawSQLDeleteWithLimit |
| 88 | +TestRawSQLDelete |
| 89 | +TestDeleteCustomTableName |
| 90 | +TestDeleteWithSQLExecution |
| 91 | +TestDeleteWithCompositePrimaryKey |
| 92 | +TestDeleteOmitAssociations |
| 93 | +TestDeleteWithSelectField |
| 94 | +TestUnscopedBatchDelete |
| 95 | +TestDeleteByWhereClause |
| 96 | +TestDeleteWithOnDeleteCascade |
| 97 | +TestUnscopedDeleteByIDs |
| 98 | +TestDistinct |
| 99 | +TestEmbeddedStruct |
| 100 | +TestEmbeddedPointerTypeStruct |
| 101 | +TestEmbeddedScanValuer |
| 102 | +TestEmbeddedRelations |
| 103 | +TestEmbeddedTagSetting |
| 104 | +TestDialectorWithErrorTranslatorSupport |
| 105 | +TestSupportedDialectorWithErrDuplicatedKey |
| 106 | +TestSupportedDialectorWithErrForeignKeyViolated |
| 107 | +#TestGenericsCreate |
| 108 | +TestGenericsCreateInBatches |
| 109 | +#TestGenericsExecAndUpdate |
| 110 | +TestGenericsRow |
| 111 | +TestGenericsDelete |
| 112 | +TestGenericsFindInBatches |
| 113 | +TestGenericsScopes |
| 114 | +#TestGenericsJoins |
| 115 | +#TestGenericsNestedJoins |
| 116 | +#TestGenericsPreloads |
| 117 | +#TestGenericsNestedPreloads |
| 118 | +TestGenericsDistinct |
| 119 | +TestGenericsGroupHaving |
| 120 | +TestGenericsSubQuery |
| 121 | +TestGenericsUpsert |
| 122 | +TestGenericsWithResult |
| 123 | +TestGenericsReuse |
| 124 | +TestGenericsWithTransaction |
| 125 | +TestGenericsToSQL |
| 126 | +TestOpen |
| 127 | +#TestReturningWithNullToZeroValues |
| 128 | +TestGroupBy |
| 129 | +TestRunCallbacks |
| 130 | +TestCallbacksWithErrors |
| 131 | +#TestUseDBInHooks |
| 132 | +TestSetColumn |
| 133 | +TestHooksForSlice |
| 134 | +TestFailedToSaveAssociationShouldRollback |
| 135 | +TestUpdateCallbacks |
| 136 | +TestPropagateUnscoped |
| 137 | +#TestOverrideJoinTable |
| 138 | +TestJoins |
| 139 | +TestJoinsForSlice |
| 140 | +TestJoinConds |
| 141 | +TestJoinOn |
| 142 | +TestJoinsWithSelect |
| 143 | +TestJoinWithOmit |
| 144 | +TestJoinCount |
| 145 | +#TestJoinWithSoftDeleted |
| 146 | +TestInnerJoins |
| 147 | +TestJoinWithSameColumnName |
| 148 | +TestJoinArgsWithDB |
| 149 | +#TestNestedJoins |
| 150 | +TestJoinsPreload_Issue7013 |
| 151 | +TestJoinsPreload_Issue7013_RelationEmpty |
| 152 | +TestJoinsPreload_Issue7013_NoEntries |
| 153 | +#TestExceptionsWithInvalidSql |
| 154 | +TestSetAndGet |
| 155 | +TestMigrate |
| 156 | +TestAutoMigrateInt8PG |
| 157 | +TestAutoMigrateSelfReferential |
| 158 | +#TestAutoMigrateNullable |
1 | 159 | TestSmartMigrateColumn
|
2 |
| -#TestManyToManyPreloadWithMultiPrimaryKeys |
| 160 | +TestMigrateWithColumnComment |
| 161 | +TestMigrateWithUniqueIndex |
| 162 | +TestMigrateTable |
| 163 | +TestMigrateIndexes |
| 164 | +TestMigrateColumnOrder |
| 165 | +#TestMigrateColumns |
| 166 | +#TestMigrateConstraint |
| 167 | +TestMigrateIndexesWithDynamicTableName |
| 168 | +TestMigrateSerialColumn |
| 169 | +TestMigrateWithSpecialName |
| 170 | +TestMigrateAutoIncrement |
| 171 | +TestPrimarykeyID |
| 172 | +TestCurrentTimestamp |
| 173 | +TestUniqueColumn |
| 174 | +TestDifferentTypeWithoutDeclaredLength |
| 175 | +TestMigrateArrayTypeModel |
| 176 | +TestMigrateDonotAlterColumn |
| 177 | +TestMigrateSameEmbeddedFieldName |
| 178 | +#TestMigrateWithDefaultValue |
| 179 | +TestMigrateMySQLWithCustomizedTypes |
| 180 | +TestMigrateIgnoreRelations |
| 181 | +TestMigrateView |
| 182 | +TestMigrateExistingBoolColumnPG |
| 183 | +#TestMigrateWithUniqueIndexAndUnique |
| 184 | +#TestManyToManyWithMultiPrimaryKeys |
| 185 | +#TestManyToManyWithCustomizedForeignKeys |
| 186 | +#TestManyToManyWithCustomizedForeignKeys2 |
| 187 | +#TestCompositePrimaryKeysAssociations |
| 188 | +TestNamedArg |
| 189 | +TestNamedPolymorphic |
| 190 | +TestNonStdPrimaryKeyAndDefaultValues |
| 191 | +TestNestedPreload1 |
| 192 | +TestNestedPreload2 |
| 193 | +TestNestedPreload3 |
| 194 | +TestNestedPreload4 |
| 195 | +TestNestedPreload5 |
| 196 | +TestNestedPreload6 |
| 197 | +TestNestedPreload7 |
| 198 | +TestNestedPreload8 |
| 199 | +TestNestedPreload9 |
| 200 | +TestNestedPreload10 |
| 201 | +TestNestedPreload11 |
| 202 | +TestNestedPreload12 |
| 203 | +TestManyToManyPreloadWithMultiPrimaryKeys |
| 204 | +TestManyToManyPreloadForNestedPointer |
| 205 | +TestNestedManyToManyPreload |
| 206 | +TestNestedManyToManyPreload2 |
| 207 | +#TestNestedManyToManyPreload3 |
| 208 | +#TestNestedManyToManyPreload3ForStruct |
| 209 | +TestNestedManyToManyPreload4 |
| 210 | +TestManyToManyPreloadForPointer |
| 211 | +TestNilPointerSlice |
| 212 | +TestNilPointerSlice2 |
| 213 | +TestPrefixedPreloadDuplication |
| 214 | +TestPreloadManyToManyCallbacks |
| 215 | +#TestPreloadWithAssociations |
| 216 | +#TestNestedPreload |
| 217 | +TestNestedPreloadForSlice |
| 218 | +#TestPreloadWithConds |
| 219 | +#TestNestedPreloadWithConds |
| 220 | +TestPreloadEmptyData |
| 221 | +TestPreloadGoroutine |
| 222 | +#TestPreloadWithDiffModel |
| 223 | +#TestNestedPreloadWithUnscoped |
| 224 | +TestNestedPreloadWithNestedJoin |
| 225 | +#TestMergeNestedPreloadWithNestedJoin |
| 226 | +TestNestedPreloadWithPointerJoin |
| 227 | +#TestEmbedPreload |
| 228 | +TestPreparedStmt |
| 229 | +TestPreparedStmtFromTransaction |
| 230 | +TestPreparedStmtLruFromTransaction |
| 231 | +TestPreparedStmtDeadlock |
| 232 | +TestPreparedStmtInTransaction |
| 233 | +TestPreparedStmtClose |
| 234 | +TestPreparedStmtConcurrentClose |
| 235 | +#TestFind |
| 236 | +TestQueryWithAssociation |
| 237 | +#TestFindInBatches |
| 238 | +#TestFindInBatchesWithOffsetLimit |
| 239 | +#TestFindInBatchesWithError |
| 240 | +TestFillSmallerStruct |
| 241 | +TestFillSmallerStructWithAllFields |
| 242 | +TestNot |
| 243 | +TestNotWithAllFields |
| 244 | +TestOr |
| 245 | +TestOrWithAllFields |
| 246 | +#TestPluck |
| 247 | +TestSelect |
| 248 | +#TestOmit |
| 249 | +#TestOmitWithAllFields |
| 250 | +#TestMapColumns |
| 251 | +TestPluckWithSelect |
| 252 | +#TestSelectWithVariables |
| 253 | +TestSelectWithArrayInput |
| 254 | +TestCustomizedTypePrimaryKey |
| 255 | +TestStringPrimaryKeyForNumericValueStartingWithZero |
| 256 | +TestSearchWithEmptyChain |
| 257 | +TestOrder |
| 258 | +TestOrderWithAllFields |
| 259 | +TestLimit |
| 260 | +TestOffset |
| 261 | +TestSearchWithMap |
| 262 | +TestSearchWithStruct |
| 263 | +TestSubQuery |
| 264 | +TestSubQueryWithRaw |
| 265 | +TestSubQueryWithHaving |
| 266 | +#TestScanNullValue |
| 267 | +TestQueryWithTableAndConditions |
| 268 | +TestQueryWithTableAndConditionsAndAllFields |
| 269 | +#TestQueryScannerWithSingleColumn |
| 270 | +#TestQueryResetNullValue |
| 271 | +TestQueryError |
| 272 | +TestQueryScanToArray |
| 273 | +TestRownum |
| 274 | +TestNullHandling |
| 275 | +TestDualTable |
| 276 | +TestStringConcatenation |
| 277 | +TestRegexpFunctions |
| 278 | +TestBindVariables |
| 279 | +TestNumberPrecision |
| 280 | +TestScan |
| 281 | +TestScanRows |
| 282 | +TestScanRowsNullValuesScanToFieldDefault |
| 283 | +TestScanToEmbedded |
| 284 | +#TestScannerValuer |
| 285 | +#TestScannerValuerWithFirstOrCreate |
| 286 | +#TestInvalidValuer |
| 287 | +TestGORMValuer |
| 288 | +TestScopes |
| 289 | +TestComplexScopes |
| 290 | +#TestSerializer |
| 291 | +#TestSerializerZeroValue |
| 292 | +#TestSerializerAssignFirstOrCreate |
| 293 | +TestSoftDelete |
| 294 | +TestDeletedAtUnMarshal |
| 295 | +TestDeletedAtOneOr |
| 296 | +TestSoftDeleteZeroValue |
| 297 | +TestSoftDeleteWithWhereClause |
| 298 | +TestSoftDeleteTimeFilter |
| 299 | +TestSoftDeleteIdempotent |
| 300 | +TestSoftDeleteWithClause |
| 301 | +TestSoftDeleteWithCompositeKey |
| 302 | +TestSoftDeleteWithPreload |
| 303 | +TestSoftDeletedRecordReinsert |
| 304 | +TestRow |
| 305 | +TestRows |
| 306 | +TestRaw |
| 307 | +TestRowsWithGroup |
| 308 | +TestQueryRaw |
| 309 | +TestDryRun |
| 310 | +TestExplainSQL |
| 311 | +TestGroupConditions |
| 312 | +TestCombineStringConditions |
| 313 | +TestFromWithJoins |
| 314 | +TestToSQL |
| 315 | +#TestTable |
| 316 | +#TestTableWithAllFields |
| 317 | +TestTableWithNamer |
| 318 | +TestTransaction |
| 319 | +TestCancelTransaction |
| 320 | +TestTransactionWithBlock |
| 321 | +TestTransactionRaiseErrorOnRollbackAfterCommit |
| 322 | +TestTransactionWithSavePoint |
| 323 | +TestNestedTransactionWithBlock |
| 324 | +#TestDeeplyNestedTransactionWithBlockAndWrappedCallback |
| 325 | +TestDisabledNestedTransaction |
| 326 | +TestTransactionOnClosedConn |
| 327 | +TestTransactionWithHooks |
| 328 | +TestTransactionWithDefaultTimeout |
| 329 | +TestComplexNestedTransactions |
| 330 | +TestTransactionWithRawSQL |
| 331 | +TestUpdateBelongsTo |
| 332 | +#TestUpdateHasManyAssociations |
| 333 | +TestUpdateHasOne |
| 334 | +#TestUpdateMany2ManyAssociations |
| 335 | +TestUpdate |
| 336 | +TestUpdates |
| 337 | +TestUpdateColumn |
| 338 | +TestBlockGlobalUpdate |
| 339 | +TestSelectWithUpdate |
| 340 | +TestSelectWithUpdateWithMap |
| 341 | +TestWithUpdateWithInvalidMap |
| 342 | +TestOmitWithUpdate |
| 343 | +TestOmitWithUpdateWithMap |
| 344 | +TestSelectWithUpdateColumn |
| 345 | +TestOmitWithUpdateColumn |
| 346 | +TestUpdateColumnsSkipsAssociations |
| 347 | +TestUpdatesWithBlankValues |
| 348 | +TestUpdatesTableWithIgnoredValues |
| 349 | +TestUpdateFromSubQuery |
| 350 | +TestIdempotentSave |
| 351 | +TestSave |
| 352 | +TestSaveWithPrimaryValue |
| 353 | +TestUpdateReturning |
| 354 | +TestUpdateWithDiffSchema |
| 355 | +TestSaveWithHooks |
| 356 | +TestUpdateFrom |
| 357 | +TestUpdateWithMultipleWhere |
| 358 | +TestUpdatePrimaryKeyField |
| 359 | +TestUpdatesWithZeroValue |
| 360 | +TestUpdateStringFieldToNull |
| 361 | +TestUpdateColumnsWithNulls |
| 362 | +TestUpdatesWithStructPointer |
| 363 | +TestUpdateCustomDataType |
| 364 | +TestBatchUpdateSlice |
| 365 | +#TestMixedSaveBatch |
| 366 | +#TestUpsert |
| 367 | +TestUpsertSlice |
| 368 | +#TestDistinctComputedColumn |
| 369 | +TestDistinctWithVaryingCase |
| 370 | +#TestDistinctWithAggregation |
| 371 | +TestUpsertWithSave |
| 372 | +TestFindOrInitialize |
| 373 | +#TestFindOrCreate |
| 374 | +TestUpdateWithMissWhere |
| 375 | +BenchmarkCreate |
| 376 | +BenchmarkFind |
| 377 | +BenchmarkScan |
| 378 | +BenchmarkScanSlice |
| 379 | +BenchmarkScanSlicePointer |
| 380 | +BenchmarkUpdate |
| 381 | +BenchmarkDelete |
| 382 | +TestRawQueryInjection |
| 383 | +TestWhereClauseInjection |
| 384 | +TestUpdateInjection |
| 385 | +TestFirstOrCreateInjection |
0 commit comments