feat: [#280] Add integer methods #557
benchmark.yml
on: pull_request
benchmark
/
benchmark
2m 3s
Annotations
10 errors
benchmark / benchmark:
database/schema/grammars/mysql_test.go#L36
cannot use mockBlueprint (variable of type *"github.com/goravel/framework/mocks/database/schema".Blueprint) as "github.com/goravel/framework/contracts/database/schema".Blueprint value in argument to s.grammar.CompileAdd: *"github.com/goravel/framework/mocks/database/schema".Blueprint does not implement "github.com/goravel/framework/contracts/database/schema".Blueprint (wrong type for method BigInteger)
|
benchmark / benchmark:
database/schema/grammars/mysql_test.go#L37
cannot use mockColumn (variable of type *"github.com/goravel/framework/mocks/database/schema".ColumnDefinition) as "github.com/goravel/framework/contracts/database/schema".ColumnDefinition value in struct literal: *"github.com/goravel/framework/mocks/database/schema".ColumnDefinition does not implement "github.com/goravel/framework/contracts/database/schema".ColumnDefinition (missing method GetPlaces)
|
benchmark / benchmark:
database/schema/grammars/mysql_test.go#L60
cannot use mockColumn1 (variable of type *"github.com/goravel/framework/mocks/database/schema".ColumnDefinition) as "github.com/goravel/framework/contracts/database/schema".ColumnDefinition value in array or slice literal: *"github.com/goravel/framework/mocks/database/schema".ColumnDefinition does not implement "github.com/goravel/framework/contracts/database/schema".ColumnDefinition (missing method GetPlaces)
|
benchmark / benchmark:
database/schema/grammars/mysql_test.go#L60
cannot use mockColumn2 (variable of type *"github.com/goravel/framework/mocks/database/schema".ColumnDefinition) as "github.com/goravel/framework/contracts/database/schema".ColumnDefinition value in array or slice literal: *"github.com/goravel/framework/mocks/database/schema".ColumnDefinition does not implement "github.com/goravel/framework/contracts/database/schema".ColumnDefinition (missing method GetPlaces)
|
benchmark / benchmark:
database/schema/grammars/mysql_test.go#L90
cannot use mockBlueprint (variable of type *"github.com/goravel/framework/mocks/database/schema".Blueprint) as "github.com/goravel/framework/contracts/database/schema".Blueprint value in argument to s.grammar.CompileCreate: *"github.com/goravel/framework/mocks/database/schema".Blueprint does not implement "github.com/goravel/framework/contracts/database/schema".Blueprint (wrong type for method BigInteger)
|
benchmark / benchmark:
database/schema/grammars/mysql_test.go#L106
cannot use mockBlueprint (variable of type *"github.com/goravel/framework/mocks/database/schema".Blueprint) as "github.com/goravel/framework/contracts/database/schema".Blueprint value in argument to s.grammar.CompileDropIfExists: *"github.com/goravel/framework/mocks/database/schema".Blueprint does not implement "github.com/goravel/framework/contracts/database/schema".Blueprint (wrong type for method BigInteger)
|
benchmark / benchmark:
database/schema/grammars/mysql_test.go#L150
cannot use mockBlueprint (variable of type *"github.com/goravel/framework/mocks/database/schema".Blueprint) as "github.com/goravel/framework/contracts/database/schema".Blueprint value in argument to s.grammar.CompileForeign: *"github.com/goravel/framework/mocks/database/schema".Blueprint does not implement "github.com/goravel/framework/contracts/database/schema".Blueprint (wrong type for method BigInteger)
|
benchmark / benchmark:
database/schema/grammars/mysql_test.go#L192
cannot use mockBlueprint (variable of type *"github.com/goravel/framework/mocks/database/schema".Blueprint) as "github.com/goravel/framework/contracts/database/schema".Blueprint value in argument to s.grammar.CompileIndex: *"github.com/goravel/framework/mocks/database/schema".Blueprint does not implement "github.com/goravel/framework/contracts/database/schema".Blueprint (wrong type for method BigInteger)
|
benchmark / benchmark:
database/schema/grammars/mysql_test.go#L202
cannot use mockBlueprint (variable of type *"github.com/goravel/framework/mocks/database/schema".Blueprint) as "github.com/goravel/framework/contracts/database/schema".Blueprint value in argument to s.grammar.CompilePrimary: *"github.com/goravel/framework/mocks/database/schema".Blueprint does not implement "github.com/goravel/framework/contracts/database/schema".Blueprint (wrong type for method BigInteger)
|
benchmark / benchmark:
database/schema/grammars/mysql_test.go#L213
cannot use mockColumn1 (variable of type *"github.com/goravel/framework/mocks/database/schema".ColumnDefinition) as "github.com/goravel/framework/contracts/database/schema".ColumnDefinition value in array or slice literal: *"github.com/goravel/framework/mocks/database/schema".ColumnDefinition does not implement "github.com/goravel/framework/contracts/database/schema".ColumnDefinition (missing method GetPlaces)
|