feat: ent update fields.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
package update
|
package entgo
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"entgo.io/ent/dialect/sql"
|
"entgo.io/ent/dialect/sql"
|
||||||
|
|||||||
@@ -1,10 +1,12 @@
|
|||||||
package update
|
package entgo
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"testing"
|
||||||
|
|
||||||
"entgo.io/ent/dialect"
|
"entgo.io/ent/dialect"
|
||||||
"entgo.io/ent/dialect/sql"
|
"entgo.io/ent/dialect/sql"
|
||||||
|
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
"testing"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestBuildSetNullUpdate(t *testing.T) {
|
func TestBuildSetNullUpdate(t *testing.T) {
|
||||||
|
|||||||
Reference in New Issue
Block a user