Skip to content

Tags: 1920853199/ent

Tags

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
go: update atlas to latest (ent#2281)

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
dialect/sql: report explicit error when trying to SELECT .. FOR UPDAT… (

ent#1847)

* dialect/sql: report explicit error when trying to SELECT .. FOR UPDATE with sqlite

* remove redundant assertion

v0.9.0

Toggle v0.9.0's commit message
blog/upsert: minor changes to upsert blogpost

v0.8.0

Toggle v0.8.0's commit message
dialect/sql/sqlgraph: allow update single node without select

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
dialect/sql/sqlgraph: adding unit tests for IsConstraintError (ent#1318)

* dialect/sql/sqlgraph: adding unit tests for IsConstraintError group of checks in second phase of ent#1310

* renaming test for loop variable names

* use backtick strings to improve readability

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
go: rename module from github.com/facebook/ent => entgo.io/ent (ent#1226

)

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
dialect/sql/schema: combine binary and varbinary to one clause (ent#1140

)

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
schema/field: add const name for type other (ent#1038)

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump actions/setup-node from v2.1.2 to v2.1.3 (ent#1031)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.1.2...27082ce)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
doc: rename cmd entc to ent (ent#997)