sqlchemy icon indicating copy to clipboard operation
sqlchemy copied to clipboard

A lightweight golang ORM library inspired by python sqlalchemy

Results 5 sqlchemy issues
Sort by recently updated
recently updated
newest added

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...

size/S
dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20200622213623-75b288015ac9&new-version=0.1.0)](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`. [//]: #...

size/M
dependencies

**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 {...

question

**What this PR does / why we need it**: fix: IQueryField support ConvertFromValue

size/XXL