Commit Graph

  • dccd82286c Merge branch 'small_performance' Lunny Xiao 2016-05-13 10:57:13 +0800
  • edde1c5ab8 Merge branch 'small_performance' Lunny Xiao 2016-05-13 10:56:51 +0800
  • 0980dbf24e Merge branch 'gavv-master' Lunny Xiao 2016-05-13 10:55:12 +0800
  • 5b633d34f8 Merge branch 'gavv-master' Lunny Xiao 2016-05-13 10:54:50 +0800
  • 147b5cf5c2 added bytes type Lunny Xiao 2016-05-13 10:51:19 +0800
  • 186a2f7ef0 small performance optimazition Lunny Xiao 2016-05-13 10:49:33 +0800
  • 7aed2a253b Use alias name for field qualifiers when available Victor Gaydov 2016-05-12 23:29:12 +0300
  • ee6e17b4e3 Cleanup code and remove unnecessary wrappers in statement.go Victor Gaydov 2016-05-08 15:11:29 +0300
  • 3442ce81b6 Always generate column names, don't use * even if join Victor Gaydov 2016-04-28 16:26:20 +0300
  • a01eeeddbc bug fixed Lunny Xiao 2016-05-08 15:15:39 +0800
  • 49d0620cff Add Column.TableName field Victor Gaydov 2016-04-28 16:27:13 +0300
  • 7f6463e46e Merge branch 'gavv-master' Lunny Xiao 2016-04-28 22:24:46 +0800
  • 8d208d9ad8 bug fixed for pointer to alias type Lunny Xiao 2016-04-28 22:24:07 +0800
  • 2f1f32ff17 Support pointers to type aliases Victor Gaydov 2016-04-28 13:30:38 +0300
  • 5d205cad0e Don't panic if v is nil Victor Gaydov 2016-04-27 20:22:04 +0300
  • 8bbc19d78e Merge pull request #385 from mishak87/patch-1 Lunny Xiao 2016-04-27 09:36:16 -0500
  • d147363824 README typos Michal Gebauer 2016-04-27 14:08:35 +0200
  • 56d649f413 bug fixed for empty struct when update Lunny Xiao 2016-04-27 11:31:02 +0800
  • 5c116a34d6 bug fixed #379 Lunny Xiao 2016-04-22 21:43:22 +0800
  • 21d219c872 Merge pull request #378 from gavv/master v0.5.3 Lunny Xiao 2016-04-18 20:01:25 -0500
  • ce28ee9f19 Accumulate args when using Join() multiple times Victor Gaydov 2016-04-19 01:21:08 +0300
  • 0f03658955 some comments, refactors improvements Lunny Xiao 2016-04-07 08:54:02 +0800
  • 2b34c682f1 added custom int and string type for primary key support Lunny Xiao 2016-04-06 22:19:38 +0800
  • 2f8952d39b serious extends bug fixed & correct logger file path Lunny Xiao 2016-03-31 22:21:05 +0800
  • b336fa1880 ILogger interface changed and some golint issues resolved, #367 resolved Lunny Xiao 2016-03-31 18:19:00 +0800
  • b9277f807c ILogger interface changed Lunny Xiao 2016-03-31 18:16:24 +0800
  • 7d2967c786 join parameters support & many comments v0.5.2 Lunny Xiao 2016-03-29 09:17:06 +0800
  • a2a2456fa2 bug fixed for log level and improved json scanner Lunny Xiao 2016-03-24 22:46:24 +0800
  • 42bacbe76f redefine log level Lunny Xiao 2016-03-24 22:45:18 +0800
  • f01db0b5c5 resolved #374 v0.5.1 Lunny Xiao 2016-03-23 23:46:07 +0800
  • d28e126b18 Merge branch 'woodsaj-issue369' Lunny Xiao 2016-03-23 17:44:36 +0800
  • c6f005b4b3 Merge branch 'issue369' of https://github.com/woodsaj/xorm into woodsaj-issue369 Lunny Xiao 2016-03-23 16:26:27 +0800
  • 0d2245dad2 the second Where will be treated as And Lunny Xiao 2016-03-23 16:22:08 +0800
  • 3da8f14fc1 resolved #373 Lunny Xiao 2016-03-23 16:17:08 +0800
  • 769f6b3ae6 bug fixed Lunny Xiao 2016-03-16 23:05:25 +0800
  • 1080a66c10 allow quoteColoumn to handle comma separated column names woodsaj 2016-03-14 22:23:45 +0800
  • ce380c9430 quote "."(periods) in column name. fixes #369 woodsaj 2016-03-14 22:10:59 +0800
  • 9968697225 Merge branch 'master' of github.com:go-xorm/xorm Lunny Xiao 2016-03-14 09:41:34 +0800
  • 4d6d506dfb bug fixed for Sync2 Lunny Xiao 2016-03-14 09:40:32 +0800
  • 54473a3e45 fixed bug Wenhui Shen 2016-03-13 16:28:18 +0800
  • bb8c5c04d7 bug fxied for Sync2 when specify the table name Lunny Xiao 2016-03-10 15:45:00 +0800
  • bfb5784ec5 bug fxied for Sync2 when share the same struct between different tables Lunny Xiao 2016-03-10 09:39:25 +0800
  • 1045aa020f remove unneccessary warning on sync Lunny Xiao 2016-03-06 23:22:26 +0800
  • 5df1bc92df resolved gogits/gogs#2743 Lunny Xiao 2016-03-06 12:05:20 +0800
  • d92dc9d373 bug resolved for #364 & #365 Lunny Xiao 2016-03-04 17:38:05 +0800
  • 4fec1167de add schema support for postgres Lunny Xiao 2016-03-03 11:03:26 +0800
  • 502158401c added schema for uri Lunny Xiao 2016-03-03 11:01:50 +0800
  • 8c05434162 bug fixed for engine.ShowExecTime Lunny Xiao 2016-03-01 18:23:33 +0800
  • 4bcbb95688 added DumpTables and DumpTablesToFile for dump parts of tables to other database type Lunny Xiao 2016-02-29 22:32:41 +0800
  • 67d038a63f Merge branch 'master' of github.com:go-xorm/xorm Lunny Xiao 2016-02-28 13:44:36 +0800
  • 862d4e0586 bug fixed for soft delete and resolved #359 and disable warning when found non-sync tables Lunny Xiao 2016-02-28 13:44:18 +0800
  • e72082c2fd Merge pull request #358 from denji/tokudb v0.5.0 Lunny Xiao 2016-02-20 09:59:49 +0800
  • f65db02269 Preventing the creation of duplicate index TokuDB Denis Denisov 2016-02-20 01:34:40 +0200
  • 9ddf4ee12e Merge branch 'master' of github.com:go-xorm/core Lunny Xiao 2016-02-19 17:23:26 +0800
  • ec9a49656e bug fixed go-xorm/xorm#357 Lunny Xiao 2016-02-19 17:23:00 +0800
  • e7a5ad4d7a Merge pull request #12 from leafsoar/master Lunny Xiao 2016-02-18 16:09:21 +0800
  • 1948b7077e support jsonb leafsoar 2016-02-18 14:47:48 +0800
  • 15386d2d2f bug fixed #353 Lunny Xiao 2016-02-16 22:41:05 +0800
  • 249a60b31c added notice for non-compitable update Lunny Xiao 2016-02-16 20:47:34 +0800
  • 0c38bdb041 Merge pull request #355 from safeie/master Lunny Xiao 2016-02-16 17:30:33 +0800
  • a0aaa7d72b logging interface changed and resolved #160 #219 #353 Lunny Xiao 2016-02-16 17:18:01 +0800
  • 0c32ca567a improved logging Lunny Xiao 2016-02-16 17:14:10 +0800
  • f3a7ed63d4 compatible TableName method declare use struct pointer safeie 2016-02-16 16:18:44 +0800
  • 1f223168ee mssql: Insert DateTime/Timestamp as UTC time string Linquize 2016-02-06 17:28:22 +0800
  • f56113384f Merge branch 'master' of github.com:go-xorm/xorm v0.4.5 Lunny Xiao 2016-02-04 18:10:39 +0800
  • cb1be6129d bug fixed for soft deleted on order by and limit Lunny Xiao 2016-02-04 17:46:42 +0800
  • fbe5850214 Merge pull request #346 from evalphobia/feature/empty-wherein Lunny Xiao 2016-02-03 22:21:49 +0800
  • 59b780b516 Ignore empty args statement.In() evalphobia 2016-02-03 20:13:03 +0900
  • c4b974fe5c added delete limit support(except mssql) Lunny Xiao 2016-02-03 11:19:11 +0800
  • 9e608f7330 Merge branch 'master' of github.com:go-xorm/core Lunny Xiao 2016-02-03 11:10:35 +0800
  • 7aa53cce17 added column specify time zone support Lunny Xiao 2016-02-03 11:10:20 +0800
  • 3087587a3d Merge e5a5441067 into 24c1f3c15a evalphobia 2016-02-01 11:39:47 +0000
  • e5a5441067 Added statement.RawCols() evalphobia 2016-02-01 20:25:42 +0900
  • 791d17fed6 some improvments Lunny Xiao 2016-01-28 16:54:15 +0800
  • 1e2868c80f Merge pull request #11 from go-rut/master Lunny Xiao 2016-01-21 22:30:59 +0800
  • 24c1f3c15a merge #334 Lunny Xiao 2016-01-21 22:28:27 +0800
  • 41d16df21c improved: dataStruct's type equals interface Henry Huang 2016-01-21 15:44:47 +0800
  • bc1a38d2dd fix a bug: when use xorm reverse tool for sqlite3 , if table have a … struct like this UNIQUE(xx, xx) , reverse will fail. Fred Wu 2016-01-21 15:30:43 +0800
  • c1e9228d09 Merge branch 'wuxunliang-master' Lunny Xiao 2016-01-21 11:50:31 +0800
  • 83c043ea5a fix a bug: when use xorm reverse tool for sqlite3 , if table have a struct like this UNIQUE(xx, xx) , reverse will fail. Fred Wu 2016-01-21 10:21:38 +0800
  • 90c454a96a bug fixed for Sync2 when mysql engine is myisam Lunny Xiao 2016-01-13 09:58:40 +0800
  • 025e2a20e5 bug fixed for deleted & alias conflict Lunny Xiao 2016-01-12 17:19:47 +0800
  • 85579d38ad added QueryMap QueryStruct and etc. for Row Lunny Xiao 2016-01-08 14:33:03 +0800
  • 013c963906 Merge cb7ffae59c into fad61020e8 hzmnet 2016-01-03 23:52:11 +0000
  • cb7ffae59c Merge branch 'master' of https://github.com/hzmnet/xorm hzm 2016-01-04 02:37:21 +0800
  • 7d79bd259b Merge branch 'master' of https://github.com/go-xorm/xorm hzm 2016-01-04 02:31:21 +0800
  • fad61020e8 resolved #250, #317 Lunny Xiao 2016-01-02 23:55:01 +0800
  • 8700152b6c resolved #67 Lunny Xiao 2016-01-02 22:58:49 +0800
  • 1572e53881 Merge 6b5b20a545 into 069f551119 Michael2008S 2015-12-31 06:13:27 +0000
  • 069f551119 remove trace code Lunny Xiao 2015-12-30 17:09:37 +0800
  • d3155a494d updated readme Lunny Xiao 2015-12-30 16:58:58 +0800
  • 00ee02e2bb udpated readme Lunny Xiao 2015-12-30 16:49:46 +0800
  • 5ca36c5476 resolved #326 Lunny Xiao 2015-12-30 16:17:33 +0800
  • 7da81a8908 improved error check Lunny Xiao 2015-12-30 16:14:49 +0800
  • b85dbfe3ff resolved #326 Lunny Xiao 2015-12-29 18:16:27 +0800
  • d5819023e7 added varchar size increment auto sync for mysql in Sync2 Lunny Xiao 2015-12-25 10:35:48 +0800
  • a8fba4d3d9 resolved #312 Lunny Xiao 2015-12-03 16:11:27 +0800
  • 829677bc38 Merge branch 'master' of github.com:go-xorm/xorm Lunny Xiao 2015-12-02 17:15:08 +0800
  • aac04b323f bug fixed for update empty slice, map Lunny Xiao 2015-12-02 14:54:58 +0800
  • 6b5b20a545 1)去掉数据层级关联,小心性能问题。暂时解决不能设置联级查询问题。 “michael2008s” 2015-11-27 01:21:32 +0800