Commit Graph

45 Commits

Author SHA1 Message Date
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 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 a0aaa7d72b logging interface changed and resolved #160 #219 #353 2016-02-16 17:18:01 +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 c4b974fe5c added delete limit support(except mssql) 2016-02-03 11:19:11 +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 8700152b6c resolved #67 2016-01-02 22:58:49 +08:00
Lunny Xiao 00ee02e2bb udpated readme 2015-12-30 16:49:46 +08:00
Lunny Xiao b85dbfe3ff resolved #326 2015-12-29 18:16:27 +08:00
Lunny Xiao a8fba4d3d9 resolved #312 2015-12-03 16:11:27 +08:00
Lunny Xiao b36f8ed87e bug fixed for #249 2015-11-26 15:52:25 +08:00
Lunny Xiao 4d5da3bb4d bug fixed for dump 2015-11-24 14:25:06 +08:00
Lunny Xiao 8bf440560e bug fixed for update which includes json struct fields 2015-10-29 13:30:22 +08:00
Lunny Xiao 81d7f834b1 small optimizations for statement string generation 2015-10-27 14:45:48 +08:00
Lunny Xiao 4578668362 bug fixed for extends insert 2015-10-26 14:51:04 +08:00
Lunny Xiao 300379e016 bug fixed #297 2015-10-06 22:56:28 +08:00
Lunny Xiao 803f6db50c improved readme 2015-09-24 22:49:14 +08:00
Lunny Xiao a01186e3cd bug fixed for #283 2015-08-24 16:43:58 +08:00
Lunny Xiao b3ec16b09c bug fixed #280 2015-08-12 22:02:27 +08:00
Lunny Xiao f9e450f348 add AfterSet processor support & resolved #276 2015-08-06 14:24:17 +08:00
Lunny Xiao fb995894f0 bug fixed 2015-05-20 10:27:01 +08:00
Lunny Xiao 1992491553 license 2015-04-28 16:25:04 +08:00
Lunny Xiao 7fd31fc7e7 bug fixed for oracle NVARCHAR2 2015-04-03 22:37:37 +08:00
Lunny Xiao 12dc100317 version 2015-04-01 22:08:17 +08:00
Lunny Xiao 0cfd60f101 use DB() instead newDb() 2015-02-25 15:26:52 +08:00
Lunny Xiao 13fa0d5b32 v0.4.2 2014-12-15 11:02:56 +08:00
Lunny Xiao 0903741bc2 mark 0.4.1 version 2014-11-05 15:50:28 +08:00
Lunny Xiao be48dbc82d add Conversion usage on Quickstart docs 2014-05-21 22:34:48 +08:00
Nash Tsai ede19553c7 update version to v0.4.0 RC1 2014-04-17 23:43:57 +08:00
Nash Tsai 077621b771 pump version 0.4.0 M1 release 2014-04-17 23:22:32 +08:00
Nash Tsai 52f7a96bfe resolved merge from origin/dev branch 2014-04-17 21:28:26 +08:00
Nash Tsai bb61623ba4 pump xorm version 0.3.2 2014-04-14 22:15:01 +08:00
Lunny Xiao 2f86968e94 doc & version 2014-01-25 10:50:42 +08:00
Lunny Xiao a70053a60d add version tag 2014-01-02 17:59:34 +08:00
Lunny Xiao 6ffffe912e v0.2.3 2013-11-29 11:51:07 +08:00
Lunny Xiao cc0ce11294 Improved documents; Optimistic Locking support; Timestamp with time zone support; Mapper change to tableMapper and columnMapper & added PrefixMapper & SuffixMapper support custom table or column name's prefix and suffix;Insert now return affected, err instead of id, err; Added UseBool & Distinct; 2013-11-29 11:50:28 +08:00
Lunny Xiao c9192441c8 improved docs 2013-11-26 10:41:02 +08:00
Lunny Xiao 48fa4c6fbc many bugs fixed 2013-09-26 15:19:39 +08:00
Lunny Xiao b0b3c16372 v0.1.9 added postgres,mymysql supported;add Cols, StoreEngine, Charset;add many column types 2013-08-08 13:24:38 +08:00
Lunny Xiao fd36a7a539 v0.1.7 Added IConnectPool interface and NoneConnectPool, SysConnectPool, SimpleConnectPool the three implements. You can choose one of them and the default is SysConnectPool. You can customrize your own connection pool. struct Engine added Close method, It should be invoked before system exit. 2013-07-03 11:49:29 +08:00