sqlchemy
sqlchemy copied to clipboard
A lightweight golang ORM library inspired by python sqlalchemy
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20200622213623-75b288015ac9 to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
**What would you like to be added**: PostgresSQL **Why is this needed**: Essential 👍
Requesting support for MySQL's unique key. In the code blow, the unique type of `idx` has been ignored by the function `createIndexSQL` ``` func createIndexSQL(ts sqlchemy.ITableSpec, idx sqlchemy.STableIndex) string {...
**What this PR does / why we need it**: fix: IQueryField support ConvertFromValue