gorm
Here are 498 public repositories matching this topic...
-
Updated
Jul 2, 2020 - Go
➜ gin-admin git:(master) go run cmd/server/main.go -c ./configs/config.toml -m ./configs/model.conf -swagger ./docs/swagger -menu ./configs/menu.json
stat cmd/server/main.go: no such file or directory
以下为程序生成的日志:
(/Users/jianghongchao/Downloads/gormt-master/data/view/model/genmysql/genmysql.go:113) [2020-04-30 15:59:20] [Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'match' at line 1]
goroutine 18 [running]:
runtime/debug.Stack(0xc0000119a0, 0xc0002ac6c0, 0x116)
/usr/local/go/src/runtime/d
-
Updated
Apr 5, 2020 - Go
-
Updated
Jun 8, 2020 - Go
-
Updated
Jun 13, 2020 - Vue
-
Updated
Oct 14, 2019 - Go
Task List
- Steps to reproduce provided
- Stacktrace (if present) provided
- Example that reproduces the problem uploaded to Github
- Full description of the issue provided (see below)
Steps to Reproduce
- Create a grails service with
@Transactionalannotation - Create a method on that service called
setSystemConfiguration(List<...> configuration)which s
Using Gorm with Postgres, CREATE commands (CREATE TABLE, CREATE DATABASE) generate error:
unimplemented statement Exec command type of "CREATE"
Looks like an easy fix to add this.
-
Updated
Jun 14, 2019 - Go
-
Updated
Jun 25, 2019 - Go
-
Updated
Mar 15, 2019
Hi,
Although the function name is now available, the formatter doesn't use it.
Would be nice if it did
(if some users feel like it is too cumbersome and prefer only file+line, maybe should introduce a separate one that is identical to filename.go except for including the func name
-
Updated
May 10, 2019 - Go
Improve this page
Add a description, image, and links to the gorm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gorm topic, visit your repo's landing page and select "manage topics."
followed the docs for has manyhttp://gorm.io/docs/has_many.html for sqlilite