Lunny Xiao
|
f2d3be988e
|
bug fixed for #208
|
2015-02-13 22:52:12 +08:00 |
Lunny Xiao
|
897fef0bde
|
Merge pull request #207 from seago/master
修复mysql下group by 字段被替换成查询的column的问题
|
2015-02-13 18:53:52 +08:00 |
Lunny Xiao
|
ad44696e9a
|
bug fixed #205, thanks chnykn
|
2015-02-13 18:47:43 +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
|
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
|
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 |