Commit Graph

835 Commits

Author SHA1 Message Date
江林锦 e5a3b63b75 make SetExpr() available for insert op 2015-01-28 17:05:28 +08:00
Lunny Xiao 5f7fccdb73 Merge pull request #202 from hilyjiang/master
implement Expr()
2015-01-28 14:14:43 +08:00
江林锦 5b2b0091de Expr() => SetExpr() 2015-01-28 14:10:45 +08:00
江林锦 5a47ac4347 implement Expr() 2015-01-28 13:23:01 +08:00
Lunny Xiao 72f04dadd8 Merge branch 'master' of github.com:go-xorm/xorm 2015-01-23 17:08:57 +08:00
Lunny Xiao b2bf858c0e bug fixed #199 2015-01-23 16:30:59 +08:00
Lunny Xiao 872633e699 improved & bug fixed 2015-01-23 16:25:28 +08:00
Lunny Xiao f3cf022721 Merge pull request #196 from starchou/master
fix missing group by
2015-01-14 15:08:39 +08:00
starchou 0b1677ab9d fix missing group by 2015-01-14 15:04:48 +08:00
Lunny Xiao 2a5d411c8c bug fixed #195 2015-01-14 11:09:42 +08:00
Lunny Xiao 8402302cc7 bug fixed 2015-01-13 17:31:08 +08:00
Lunny Xiao 66ba6f849e bug fixed #194 2015-01-13 17:17:34 +08:00
Lunny Xiao dcc529b68a remove unused method 2014-12-27 14:02:16 +08:00
Lunny Xiao 13fa0d5b32 v0.4.2 2014-12-15 11:02:56 +08:00
Lunny Xiao 84786e4888 Merge branch 'master' of github.com:go-xorm/xorm 2014-12-15 11:01:45 +08:00
Lunny Xiao 43b50beb3b little improvement 2014-12-15 10:50:34 +08:00
Lunny Xiao ef6b1af40b Merge pull request #187 from extrame/master
fix the insert multi and sqlite3 dis-match
2014-12-04 09:39:48 +08:00
Lucas Liu a8796d1cca fix datetime in sqlite3 2014-12-03 14:09:40 +08:00
Lucas Liu ad66c0ef35 fix the insert multi and sqlite3 dis-match 2014-12-02 13:27:00 +08:00
Lunny Xiao 5c23849a66 bug fixed 2014-11-24 13:27:55 +08:00
Lunny Xiao 7e3dce7824 Merge pull request #183 from tossp/IsDeleted
Isdeleted状态的where子语句
2014-11-23 22:39:52 +08:00
TossPig 60d11ae8c1 fmt
多了个空格。。。
2014-11-23 18:04:22 +08:00
TossPig f75f91bfe0 修改IsDeleted的状态查询
在pqsql下测试通过
2014-11-23 17:59:10 +08:00
TossPig 1f2355b1bf 修改IsDeleted的状态查询
在pqsql下测试通过
2014-11-23 17:58:09 +08:00
Lunny Xiao f898f5d6a4 bug fixed for In method 2014-11-21 23:40:59 +08:00
Lunny Xiao 9787c02273 Merge branch 'oinume-bugfix-deleted-find' 2014-11-20 15:25:34 +08:00
Lunny Xiao 70249578f6 Merge branch 'bugfix-deleted-find' of https://github.com/oinume/xorm into oinume-bugfix-deleted-find
Conflicts:
	session.go
2014-11-20 15:24:53 +08:00
Lunny Xiao 7f7a91430d Merge branch 'master' of github.com:go-xorm/xorm 2014-11-20 15:05:14 +08:00
Lunny Xiao 3fd69d42bd bug fixed 2014-11-20 10:59:16 +08:00
商讯在线 730ed76c5d Support table alias 2014-11-19 00:41:03 +08:00
Kazuhiro Oinuma 2f7d3bac1e Fixes #179 2014-11-18 17:17:44 +09:00
Lunny Xiao 58d33844ce Update README_CN.md 2014-11-13 09:19:03 +08:00
Lunny Xiao 8e2af1188b Update README.md 2014-11-13 09:18:40 +08:00
Lunny Xiao bb47c5d2f2 Update README.md 2014-11-13 09:16:33 +08:00
Lunny Xiao 013a72b0b5 Update README_CN.md
bug fixed #177
2014-11-12 23:42:36 +08:00
Lunny Xiao 3a5d5aa786 cache support all kinds of primary keys 2014-11-08 11:12:37 +08:00
Lunny Xiao a98e9405e1 cache for string primary key 2014-11-07 22:23:23 +08:00
Lunny Xiao d9efbdccd7 add cache for string 2014-11-07 17:56:33 +08:00
Lunny Xiao 0903741bc2 mark 0.4.1 version 2014-11-05 15:50:28 +08:00
Lunny Xiao 60dfca5ea4 Merge branch 'oinume-feature/softdelete' 2014-11-05 15:41:35 +08:00
Lunny Xiao 7db23ba469 bug fixed for unscoped 2014-11-05 15:40:44 +08:00
oinume f087929082 Move 'unscoped' field from Engine to Statement.
See https://github.com/go-xorm/xorm/pull/175#issuecomment-61599948
2014-11-05 16:04:53 +09:00
oinume 42f0fc27ea Tag name changed: softdelete -> deleted 2014-11-05 15:29:34 +09:00
Kazuhiro Oinuma b510fc584f Add softdelete feature 2014-11-03 22:03:12 +09:00
Lunny Xiao bcd3e77783 Merge pull request #174 from insionng/patch-3
Update session.go
2014-11-03 11:15:50 +08:00
insion ad39b07b09 Update session.go
修正Asc()排序出错的问题..
2014-11-03 11:05:49 +08:00
商讯在线 555eb9abb9 update 2014-10-30 22:30:30 +08:00
Lunny Xiao f7406f81b4 add StoreEngine for Sync2 when use mysql 2014-10-28 23:10:06 +08:00
Lunny Xiao 86459c8421 add go-blog example 2014-10-28 10:37:37 +08:00
Lunny Xiao d0bb06a8cb Merge pull request #168 from insionng/patch-1
Update README.md
2014-10-27 13:11:48 +08:00