Commit Graph

1550 Commits

Author SHA1 Message Date
Lunny Xiao ad44696e9a bug fixed #205, thanks chnykn 2015-02-13 18:47:43 +08:00
Lunny Xiao 16cb27928f add support for get column value of map 2015-02-13 18:46:32 +08:00
seago a7766eced1 修复mysql下group by 字段被替换成查询的column的问题 2015-02-13 14:40:08 +08:00
Lunny Xiao a2fe082f1a Revert: remove support for Table(~tablename) 2015-02-12 14:53:59 +08:00
Lunny Xiao c63cbc59c5 Merge branch 'master' of github.com:go-xorm/core
Conflicts:
	mapper.go
2015-02-12 14:50:58 +08:00
Lunny Xiao 6f7c9a71a7 revert: remove TableName method from Mapper interface 2015-02-12 14:47:02 +08:00
Lunny Xiao 2876528540 add IsTableExist & IsTableEmpty 2015-02-12 11:46:03 +08:00
Lunny Xiao 59fe3e5b9d bug fixed for #205 2015-02-11 16:51:18 +08:00
Lunny Xiao 78a84cbefc Merge branch 'master' of github.com:go-xorm/xorm 2015-02-09 20:10:56 +08:00
Lunny Xiao cbbee101c0 improved doc.go 2015-02-09 20:10:40 +08:00
Nash Tsai edc91fde4c move helper functions to helpers.go 2015-01-29 10:56:20 +08:00
Nash Tsai 10fb4dbb78 checked params for InsertMulti, fixed issue #193, thanks to @blu3gui7ar 2015-01-29 10:36:01 +08:00
Lunny Xiao d2f6f4f1e8 Merge pull request #203 from hilyjiang/master
make SetExpr() available for insert op
2015-01-28 17:18:31 +08:00
江林锦 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 9661d20a26 Merge pull request #5 from phsmit/initialisms
Map initialisms in a nice way
2015-01-21 09:43:45 +08:00
Peter Smit 8ee59e351b Make initialisms configurable 2015-01-20 17:11:10 +02:00
Peter Smit c6b0cd81d3 Implement GonicMapper 2015-01-20 16:43:30 +02: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 e7882d8b00 add some fixes 2014-12-15 13:26:57 +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 a949e067ce support Find(struct1, struct2), param1 is different from param2 2014-11-22 12:23:31 +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 8552a6e846 Merge branch 'master' of github.com:go-xorm/core 2014-11-20 15:08:47 +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
商讯在线 7b90ea8d13 Increase TableName method used to obtain the full table name 2014-11-19 00:42:40 +08:00
商讯在线 730ed76c5d Support table alias 2014-11-19 00:41:03 +08:00