Commit Graph

31 Commits

Author SHA1 Message Date
Sergey Kurt 227b82da41 Fix golint 'should omit (type|2nd value) ...' warnings 2016-11-09 12:37:59 +03:00
Sergey Kurt 07c9772d40 errors.New(fmt.Sprintf(...)) -> fmt.Errorf(...) 2016-11-08 16:48:56 +03:00
Sergey Kurt fe3fd2e4b0 Fix go vet warnings 2016-11-07 23:16:49 +03:00
Lunny Xiao 7d0f249cf5 resolved #416 2016-06-30 16:35:04 +08:00
Lunny Xiao 5c116a34d6 bug fixed #379 2016-04-22 21:43:22 +08:00
Denis Denisov f65db02269 Preventing the creation of duplicate index TokuDB
Fail to initialize ORM engine: sync database struct error: Error 1061: Duplicate key name …
2016-02-20 01:34:40 +02:00
Lunny Xiao a0aaa7d72b logging interface changed and resolved #160 #219 #353 2016-02-16 17:18:01 +08:00
Lunny Xiao 1992491553 license 2015-04-28 16:25:04 +08:00
Lunny Xiao aa90a634d4 resolved #176 & cache bug fixed 2015-04-01 16:32:17 +08:00
Lunny Xiao 5cdb680945 add cascade non-int64 primary key support & bug fixed #178 2015-02-22 23:52:53 +08:00
Lunny Xiao a2becccaa8 bug fixed for sync 2015-02-17 15:02:28 +08:00
Lunny Xiao 5c23849a66 bug fixed 2014-11-24 13:27:55 +08:00
Lunny Xiao 3a5d5aa786 cache support all kinds of primary keys 2014-11-08 11:12:37 +08:00
Lunny Xiao 02b7db1334 add nvarchar type 2014-10-24 12:43:17 +08:00
Lunny Xiao 82a93fb70a Merge branch 'master' into IsReserved 2014-09-07 08:08:54 +08:00
Lunny Xiao 6ea489a1a9 add reserved words for mysql,sqlite,mssql,oracle 2014-09-06 23:25:46 +08:00
Lunny Xiao fa34521ab9 add reversed words for mysql 2014-09-05 10:30:41 +08:00
商讯在线 2f4fa912b9 improved 2014-08-30 22:17:59 +08:00
Lunny Xiao e9059acd4d Merge branch 'master' of github.com:go-xorm/xorm 2014-08-28 22:53:40 +08:00
Lunny Xiao 0fa2433cf9 improved Sync2 method 2014-08-28 22:48:01 +08:00
商讯在线 34e79e0d63 fix bugs https://github.com/go-xorm/cmd/issues/3
Signed-off-by: 商讯在线 <swhbox@foxmail.com>
2014-08-24 21:15:16 +08:00
商讯在线 a71c330f16 fix bug
Signed-off-by: 商讯在线 <swhbox@foxmail.com>
2014-08-20 00:26:28 +08:00
Lunny Xiao 4c38b4de47 add set type 2014-08-07 22:18:15 +08:00
Lunny Xiao bd1487ba55 bug fixed 2014-05-29 16:53:23 +08:00
Lunny Xiao 2ebacae199 add part support for ql 2014-05-07 15:56:33 +08:00
商讯在线 f133c00223 bug fixed
Signed-off-by: 商讯在线 <swhbox@foxmail.com>
2014-05-05 23:08:17 +08:00
商讯在线 7bbbcba21b support enum type for mysql 2014-05-05 22:26:17 +08:00
Lunny Xiao 8c79a0cc1d new dialect interface 2014-04-23 14:01:04 +08:00
Lunny Xiao 9a6458134a set db to dialect 2014-04-18 18:39:07 +08:00
Lunny Xiao a8b9f5d8b8 bug fixed and code refactoring 2014-04-11 23:33:56 +08:00
Nash Tsai 81c947b61b flattened dialects dir and register db dialect for assocaited registered driver 2014-04-11 21:06:11 +08:00