Commit Graph

87 Commits

Author SHA1 Message Date
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 069f551119 remove trace code 2015-12-30 17:09:37 +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 2ee7de9fa5 bug fixed for sync2 2015-06-27 12:36:38 +08:00
Lunny Xiao 6b8d0973c7 bug fixed for #261 2015-06-26 21:21:12 +08:00
Lunny Xiao 8506d65874 bug fixed for custom time 2015-05-26 14:06:54 +08:00
Lunny Xiao ff6f3b7a8d bug fixed for auto condition on join 2015-05-25 17:49:28 +08:00
Lunny Xiao 439cc27466 added Select method for special select column express 2015-05-24 21:32:27 +08:00
Lunny Xiao fb995894f0 bug fixed 2015-05-20 10:27:01 +08:00
Lunny Xiao a7e7288163 bug fixed 2015-05-18 17:04:25 +08:00
Lunny Xiao cb75b2cd9c bug fixed 2015-05-07 17:14:06 +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 aa90a634d4 resolved #176 & cache bug fixed 2015-04-01 16:32:17 +08:00
Lunny Xiao e06b88ec16 version 2015-04-01 10:56:39 +08:00
Lunny Xiao 0cfd60f101 use DB() instead newDb() 2015-02-25 15:26:52 +08:00
Lunny Xiao f2d3be988e bug fixed for #208 2015-02-13 22:52:12 +08:00
Lunny Xiao 59fe3e5b9d bug fixed for #205 2015-02-11 16:51:18 +08:00
Lunny Xiao 13fa0d5b32 v0.4.2 2014-12-15 11:02:56 +08:00
Lunny Xiao 43b50beb3b little improvement 2014-12-15 10:50:34 +08:00
Lunny Xiao 0903741bc2 mark 0.4.1 version 2014-11-05 15:50:28 +08:00
Lunny Xiao a404099f25 improved docs 2014-07-04 14:16:03 +08:00
wulove fdb3b3c425 Update xorm.go
增加对https://github.com/denisenkom/go-mssqldb的适配,go-mssqldb对mssql数据库兼容支持较odbc好
2014-07-01 10:05:22 +08:00
Nash Tsai 0a22f9c018 resolved merge 2014-04-19 00:44:14 +08:00
Lunny Xiao 9a6458134a set db to dialect 2014-04-18 18:39:07 +08:00
Nash Tsai b7690b1668 use time.Location struct instead of TimeZone string 2014-04-17 23:21:42 +08:00
Nash Tsai 52f7a96bfe resolved merge from origin/dev branch 2014-04-17 21:28:26 +08:00
Nash Tsai 5de5a1c678 tidy up example codes 2014-04-17 17:08:21 +08:00
商讯在线 e8c0ff31b3 update
Signed-off-by: 商讯在线 <swhbox@foxmail.com>
2014-04-16 20:08:53 +08:00
Nash Tsai 895d976804 fixed cases Drivers and Dialects are not registered, where sql driver is loaded after xorm.init(), using explicit call to register Drivers and Dialects upon xorm.NewEngine() call 2014-04-16 01:25:01 +08:00
商讯在线 aa9b62f275 update
Signed-off-by: 商讯在线 <swhbox@foxmail.com>
2014-04-15 23:27:08 +08:00
Lunny Xiao feb1f45e72 Added NewDB(), DB(), Clone() and removed pool object and other improvements 2014-04-15 11:39:29 +08:00
Nash Tsai 38616e71fd flatten caches dir 2014-04-14 15:32:33 +08:00
Nash Tsai 8814370390 flatten the drivers dir 2014-04-14 15:22:01 +08:00
Nash Tsai 81c947b61b flattened dialects dir and register db dialect for assocaited registered driver 2014-04-11 21:06:11 +08:00