Commit Graph

905 Commits

Author SHA1 Message Date
Lunny Xiao a2a2456fa2 bug fixed for log level and improved json scanner 2016-03-24 22:46:24 +08:00
Lunny Xiao f01db0b5c5 resolved #374 2016-03-23 23:46:07 +08:00
Lunny Xiao d28e126b18 Merge branch 'woodsaj-issue369' 2016-03-23 17:44:36 +08:00
Lunny Xiao c6f005b4b3 Merge branch 'issue369' of https://github.com/woodsaj/xorm into woodsaj-issue369 2016-03-23 16:26:27 +08:00
Lunny Xiao 0d2245dad2 the second Where will be treated as And 2016-03-23 16:22:08 +08:00
Lunny Xiao 3da8f14fc1 resolved #373 2016-03-23 16:17:08 +08:00
Lunny Xiao 769f6b3ae6 bug fixed 2016-03-16 23:05:25 +08:00
woodsaj 1080a66c10 allow quoteColoumn to handle comma separated column names 2016-03-14 22:23:45 +08:00
woodsaj ce380c9430 quote "."(periods) in column name. fixes #369
Correctly handle columns being passed in the format
"table.column"
2016-03-14 22:10:59 +08:00
Lunny Xiao 9968697225 Merge branch 'master' of github.com:go-xorm/xorm 2016-03-14 09:41:34 +08:00
Lunny Xiao 4d6d506dfb bug fixed for Sync2 2016-03-14 09:40:32 +08:00
Wenhui Shen 54473a3e45 fixed bug 2016-03-13 16:28:18 +08:00
Lunny Xiao bb8c5c04d7 bug fxied for Sync2 when specify the table name 2016-03-10 15:45:00 +08:00
Lunny Xiao bfb5784ec5 bug fxied for Sync2 when share the same struct between different tables 2016-03-10 09:39:25 +08:00
Lunny Xiao 1045aa020f remove unneccessary warning on sync 2016-03-06 23:22:26 +08:00
Lunny Xiao 5df1bc92df resolved gogits/gogs#2743 2016-03-06 12:05:20 +08:00
Lunny Xiao d92dc9d373 bug resolved for #364 & #365 2016-03-04 17:38:05 +08:00
Lunny Xiao 4fec1167de add schema support for postgres 2016-03-03 11:03:26 +08:00
Lunny Xiao 8c05434162 bug fixed for engine.ShowExecTime 2016-03-01 18:23:33 +08:00
Lunny Xiao 4bcbb95688 added DumpTables and DumpTablesToFile for dump parts of tables to other database type 2016-02-29 22:32:41 +08:00
Lunny Xiao 67d038a63f Merge branch 'master' of github.com:go-xorm/xorm 2016-02-28 13:44:36 +08:00
Lunny Xiao 862d4e0586 bug fixed for soft delete and resolved #359 and disable warning when found non-sync tables 2016-02-28 13:44:18 +08:00
Lunny Xiao e72082c2fd Merge pull request #358 from denji/tokudb
Preventing the creation of duplicate index TokuDB
2016-02-20 09:59:49 +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 15386d2d2f bug fixed #353 2016-02-16 22:41:05 +08:00
Lunny Xiao 249a60b31c added notice for non-compitable update 2016-02-16 20:47:34 +08:00
Lunny Xiao 0c38bdb041 Merge pull request #355 from safeie/master
compatible TableName method declare use struct pointer
2016-02-16 17:30:33 +08:00
Lunny Xiao a0aaa7d72b logging interface changed and resolved #160 #219 #353 2016-02-16 17:18:01 +08:00
safeie f3a7ed63d4 compatible TableName method declare use struct pointer 2016-02-16 16:18:44 +08:00
Lunny Xiao f56113384f Merge branch 'master' of github.com:go-xorm/xorm 2016-02-04 18:10:39 +08:00
Lunny Xiao cb1be6129d bug fixed for soft deleted on order by and limit 2016-02-04 17:46:42 +08:00
Lunny Xiao fbe5850214 Merge pull request #346 from evalphobia/feature/empty-wherein
Ignore empty args statement.In()
2016-02-03 22:21:49 +08:00
evalphobia 59b780b516 Ignore empty args statement.In() 2016-02-03 20:13:03 +09:00
Lunny Xiao c4b974fe5c added delete limit support(except mssql) 2016-02-03 11:19:11 +08:00
Lunny Xiao 791d17fed6 some improvments 2016-01-28 16:54:15 +08:00
Lunny Xiao 24c1f3c15a merge #334 2016-01-21 22:28:27 +08:00
Fred Wu bc1a38d2dd fix a bug: when use xorm reverse tool for sqlite3 , if table have a …
struct like this UNIQUE(xx, xx) , reverse will fail.
2016-01-21 15:30:43 +08:00
Lunny Xiao c1e9228d09 Merge branch 'wuxunliang-master' 2016-01-21 11:50:31 +08:00
Fred Wu 83c043ea5a fix a bug: when use xorm reverse tool for sqlite3 , if table have a
struct like this UNIQUE(xx, xx) , reverse will fail.
2016-01-21 10:21:38 +08:00
Lunny Xiao 90c454a96a bug fixed for Sync2 when mysql engine is myisam 2016-01-13 09:58:40 +08:00
Lunny Xiao 025e2a20e5 bug fixed for deleted & alias conflict 2016-01-12 17:19:47 +08:00
Lunny Xiao fad61020e8 resolved #250, #317 2016-01-02 23:55:01 +08:00
Lunny Xiao 8700152b6c resolved #67 2016-01-02 22:58:49 +08:00
Lunny Xiao 069f551119 remove trace code 2015-12-30 17:09:37 +08:00
Lunny Xiao d3155a494d updated readme 2015-12-30 16:58:58 +08:00
Lunny Xiao 00ee02e2bb udpated readme 2015-12-30 16:49:46 +08:00
Lunny Xiao 5ca36c5476 resolved #326 2015-12-30 16:17:33 +08:00
Lunny Xiao b85dbfe3ff resolved #326 2015-12-29 18:16:27 +08:00
Lunny Xiao d5819023e7 added varchar size increment auto sync for mysql in Sync2 2015-12-25 10:35:48 +08:00
Lunny Xiao a8fba4d3d9 resolved #312 2015-12-03 16:11:27 +08:00