Commit Graph

  • 3933212bbc Merge pull request #122 from 1379/patch-1 xxj 2021-03-18 16:17:20 +08:00
  • 9cc5158753 fix: fix func comment error 1379Monitor 2021-03-18 16:14:34 +08:00
  • da730eee72 Merge pull request #119 from 15ho/master xxj 2021-03-17 15:53:59 +08:00
  • 5b91e0df74 fix #112 15ho 2021-03-17 14:40:58 +08:00
  • 6a3e380bf0 Merge pull request #118 from panol/master xxj 2021-03-12 20:22:12 +08:00
  • dc8a862255 feat:通过使用--table_prefix 给表名加前缀 使得: func (obj *_SymbolMgr) GetTableName() string { return "symbol" } 变成: func (obj *_SymbolMgr) GetTableName() string { return "tableprefix.symbol" } 并在源头确定表名:tableprefix.symbol. 即真正执行mysql语句的时候,会按照tableprefix.symbol这个表名去执行。 王勇攀 2021-03-12 20:12:18 +08:00
  • a4c817f648 Merge pull request #115 from wxw9868/gormt xxj 2021-03-04 19:43:14 -06:00
  • d1afbd5ab3 修复bug Administrator 2021-03-04 23:27:29 +08:00
  • a095bb9869 Merge pull request #114 from JaminCui/master xxj 2021-03-03 01:35:24 -06:00
  • 845d08585f add json tag lower camel case cuiyaming 2021-03-03 15:24:13 +08:00
  • 09482dfc19 new xxj 2021-03-03 14:40:29 +08:00
  • 0751bce177 fix ColName xxjwxc 2021-02-27 15:31:46 +08:00
  • 0e2a3e4553 colname add `` xxj 2021-02-19 18:03:04 +08:00
  • ea7c73db90 new xxj 2021-02-02 15:25:25 +08:00
  • 689c8a30d9 add @fk to note xxj 2021-02-02 15:16:10 +08:00
  • dccbfce68a Merge pull request #108 from jeffmingup/master xxj 2021-01-29 20:07:10 -06:00
  • fe36f6e3cf Fix table prefix flags ming 2021-01-30 09:48:29 +08:00
  • 04a1abaed7 fix prefix xxj 2021-01-15 17:05:20 +08:00
  • 968898a767 Merge pull request #106 from nanfangstation/master xxj 2021-01-14 19:51:10 -06:00
  • 14e0bb177f tablePrefix pengnanfang 2021-01-14 23:05:39 +08:00
  • a0b28c4088 add datatypes xxj 2021-01-08 14:15:47 +08:00
  • f00ef48b7e Delete gormt.exe xxj 2021-01-08 10:04:43 +08:00
  • 22d40a2ef7 Merge pull request #103 from fyyang/master xxj 2021-01-08 09:39:20 +08:00
  • 039050f631 fix: old error young 2021-01-07 22:43:29 +08:00
  • 0c3732eb0f add: now, you can set tablePrefix young 2021-01-07 22:35:25 +08:00
  • 39f7512c11 Merge pull request #1 from xxjwxc/master fyyang 2021-01-07 21:35:40 +08:00
  • a60ccdc695 fix HashMap is out of order xxj 2020-12-28 16:13:39 +08:00
  • cf8ff9e416 change fulltext tag xxj 2020-12-23 16:13:41 +08:00
  • acd9861d7f add: INDEX FULLTEXT add: Default value young 2020-12-23 15:48:17 +08:00
  • db108519e9 Update common.go xxj 2020-12-21 18:03:52 +08:00
  • 17dab2b01c fix empty column xxj 2020-12-15 14:08:55 +08:00
  • 8f873848b4 fix go model gen column name xxjwxc 2020-12-12 18:57:20 +08:00
  • 60fb4511cb new xxj 2020-12-09 15:08:04 +08:00
  • bceb63b951 add column support xxj 2020-12-09 12:53:59 +08:00
  • 3516c2b4a5 delete SingularTable xxj 2020-12-08 18:06:18 +08:00
  • a97443b09f tag insert xxj 2020-12-07 19:06:12 +08:00
  • e9ecd38609 add context import xxj 2020-12-03 16:31:32 +08:00
  • cfb3d5edde remove WithConditions xxj 2020-11-30 14:12:18 +08:00
  • dc650df60f new xxj 2020-11-27 16:23:07 +08:00
  • d1879f7517 new readme xxjwxc 2020-11-21 14:06:10 +08:00
  • 2852b6132f fix tag for v2 xxjwxc 2020-11-21 14:02:50 +08:00
  • c1e9f3a356 Merge pull request #88 from gracece/master xxj 2020-11-19 18:20:05 +08:00
  • 97025f33d2 doc: 更新README gracece 2020-11-19 17:55:37 +08:00
  • 37321d473a add translation xxj 2020-11-19 17:45:50 +08:00
  • cdb5710723 Merge pull request #83 from quhaowk/gormt-t xxj 2020-11-18 12:12:28 +08:00
  • bf482f9f91 增加"double unsigned"类型 quhao 2020-11-18 11:09:05 +08:00
  • 9a6d72b831 add flag check 谢小军 2020-10-30 18:45:47 +08:00
  • 02ae0bc01c new xxjwxc 2020-09-29 01:14:10 +08:00
  • 946a52bbb7 case WithContext into db 谢小军 2020-09-28 19:45:40 +08:00
  • 3f69668934 add gorm v2 tools 谢小军 2020-09-28 14:51:27 +08:00
  • ef185ecb97 add func withcontext 谢小军 2020-09-27 16:48:02 +08:00
  • 8eb31b7911 Update README.md 谢小军 2020-09-24 21:04:33 +08:00
  • f585a627c1 gorm v2.0 谢小军 2020-09-24 20:59:50 +08:00
  • 33d22fe2d4 new 谢小军 2020-09-24 20:44:15 +08:00
  • a70ab3ff83 new 谢小军 2020-09-24 17:40:32 +08:00
  • aacd550f5a Merge pull request #78 from bingbingtea/patch-2 xxj 2020-09-23 10:03:26 +08:00
  • 6c7b80dc92 Update def.go lubin 2020-09-23 02:03:20 +08:00
  • 36b6de2a7b support sqlite 谢小军 2020-09-22 19:23:36 +08:00
  • 9893478fa8 Merge pull request #76 from bingbingtea/patch-1 xxj 2020-09-22 12:44:17 +08:00
  • 75475dfa6f fix bug for tinyint(8) unsigned lubin 2020-09-22 12:01:31 +08:00
  • aa434356e0 add default set xxjwxc 2020-09-11 23:51:49 +08:00
  • 2ef0cca3d4 add windows gui support 谢小军 2020-09-10 18:37:47 +08:00
  • 285caffe7a Update def.go 谢小军 2020-08-25 19:09:46 +08:00
  • 8eeea201db add mut support xxjwxc 2020-08-21 23:37:36 +08:00
  • ef72597fb9 update makefile 谢小军 2020-08-19 17:16:54 +08:00
  • a6b0dc33ea Update model.go 谢小军 2020-08-11 18:34:18 +08:00
  • a89988d711 Update model.go 谢小军 2020-08-11 18:26:29 +08:00
  • 46831f3501 add multi support 谢小军 2020-08-11 18:17:13 +08:00
  • b709ca0259 Update def.go xxjwxc 2020-08-05 22:41:55 +08:00
  • 949c2d0eba add gorm.ErrRecordNotFound xxjwxc 2020-08-05 22:20:27 +08:00
  • e83df3655b add table name xxjwxc 2020-07-28 00:16:31 +08:00
  • f4935935be Merge branch 'master' of https://github.com/xxjwxc/gormt xxjwxc 2020-07-28 00:10:06 +08:00
  • bffc6028ac upda unique primary clash xxjwxc 2020-07-28 00:09:40 +08:00
  • 6bd1dc1a1c Merge pull request #68 from ruixule/patch-4 xxj 2020-07-26 12:58:01 +08:00
  • df5f7388a8 Merge pull request #69 from ruixule/patch-5 xxj 2020-07-26 12:57:49 +08:00
  • df1b13cc71 更新windows图形界面 ruixule 2020-07-26 12:57:10 +08:00
  • 598c07f153 Graphical interface tool download address update ruixule 2020-07-26 12:52:35 +08:00
  • 8d9c7a69b6 Merge pull request #67 from ruixule/patch-2 xxj 2020-07-26 12:43:45 +08:00
  • d175c9b196 更新安装方法 ruixule 2020-07-26 12:43:17 +08:00
  • 873e79fb46 Merge pull request #66 from ruixule/patch-1 xxj 2020-07-26 12:41:49 +08:00
  • a26475eba7 change readme of install ruixule 2020-07-26 12:40:49 +08:00
  • 96f96cf279 fix foreignkey xxjwxc 2020-07-19 15:35:30 +08:00
  • 3570169064 add ad link xxjwxc 2020-07-19 15:17:15 +08:00
  • 70771b547b Update README.md xxjwxc 2020-07-19 14:30:27 +08:00
  • 201d2bdf53 add ad link xxjwxc 2020-07-19 14:26:41 +08:00
  • 8d230c0b4d add ad xxjwxc 2020-07-19 14:21:53 +08:00
  • 730f35d983 fix readme 谢小军 2020-07-03 15:46:37 +08:00
  • 0706dd0747 add 'DEFAULT NULL' to point 谢小军 2020-06-23 12:10:08 +08:00
  • 19b39a0b41 add multi unique support 谢小军 2020-06-16 17:51:58 +08:00
  • 2b63b9f7ce Update Makefile 谢小军 2020-06-08 19:23:19 +08:00
  • 3b9ca78b82 fix index function output 谢小军 2020-06-08 19:21:25 +08:00
  • bff23cddda Update Makefile xxjwxc 2020-06-07 21:25:07 +08:00
  • 50d7b764b6 open default globalIsRelated xxjwxc 2020-06-07 21:09:11 +08:00
  • 16c12187f5 readme xxjwxc 2020-06-06 23:11:08 +08:00
  • 36bb586b98 fix log 谢小军 2020-06-06 00:20:13 +08:00
  • 349b8297e2 update template 谢小军 2020-06-05 22:25:29 +08:00
  • ab322a9c7e update mod 谢小军 2020-06-03 21:34:04 +08:00
  • ef08ccd2ee change tinyint(1) to bool 谢小军 2020-05-27 18:10:37 +08:00
  • cb7e9d7f80 Merge pull request #55 from evildao/master xxj 2020-05-16 21:46:52 -05:00
  • 447ad781e4 feat: 添加webtag主键隐藏开关 倒霉狐狸(核心电脑-02) 2020-05-17 02:10:10 +08:00