feat: [#358] add logger for DB #309
Annotations
19 errors
ubuntu (1.23)
cannot use &Mysql{} (value of type *Mysql) as "github.com/goravel/framework/contracts/database/driver".Driver value in variable declaration: *Mysql does not implement "github.com/goravel/framework/contracts/database/driver".Driver (missing method Explain)
|
ubuntu (1.23)
undefined: databasegorm.NewLogger
|
ubuntu (1.23)
cannot use &Postgres{} (value of type *Postgres) as "github.com/goravel/framework/contracts/database/driver".Driver value in variable declaration: *Postgres does not implement "github.com/goravel/framework/contracts/database/driver".Driver (missing method Explain)
|
ubuntu (1.23)
undefined: databasegorm.NewLogger
|
ubuntu (1.23)
cannot use &Sqlserver{} (value of type *Sqlserver) as "github.com/goravel/framework/contracts/database/driver".Driver value in variable declaration: *Sqlserver does not implement "github.com/goravel/framework/contracts/database/driver".Driver (missing method Explain)
|
ubuntu (1.23)
undefined: databasegorm.NewLogger
|
ubuntu (1.23)
cannot use &Sqlite{} (value of type *Sqlite) as "github.com/goravel/framework/contracts/database/driver".Driver value in variable declaration: *Sqlite does not implement "github.com/goravel/framework/contracts/database/driver".Driver (missing method Explain)
|
ubuntu (1.23)
undefined: databasegorm.NewLogger
|
ubuntu (1.23)
Process completed with exit code 1.
|
ubuntu (1.24)
The job was canceled because "_1_23" failed.
|
ubuntu (1.24)
cannot use &Mysql{} (value of type *Mysql) as "github.com/goravel/framework/contracts/database/driver".Driver value in variable declaration: *Mysql does not implement "github.com/goravel/framework/contracts/database/driver".Driver (missing method Explain)
|
ubuntu (1.24)
undefined: databasegorm.NewLogger
|
ubuntu (1.24)
cannot use &Postgres{} (value of type *Postgres) as "github.com/goravel/framework/contracts/database/driver".Driver value in variable declaration: *Postgres does not implement "github.com/goravel/framework/contracts/database/driver".Driver (missing method Explain)
|
ubuntu (1.24)
undefined: databasegorm.NewLogger
|
ubuntu (1.24)
cannot use &Sqlserver{} (value of type *Sqlserver) as "github.com/goravel/framework/contracts/database/driver".Driver value in variable declaration: *Sqlserver does not implement "github.com/goravel/framework/contracts/database/driver".Driver (missing method Explain)
|
ubuntu (1.24)
undefined: databasegorm.NewLogger
|
ubuntu (1.24)
cannot use &Sqlite{} (value of type *Sqlite) as "github.com/goravel/framework/contracts/database/driver".Driver value in variable declaration: *Sqlite does not implement "github.com/goravel/framework/contracts/database/driver".Driver (missing method Explain)
|
ubuntu (1.24)
undefined: databasegorm.NewLogger
|
ubuntu (1.24)
The operation was canceled.
|