Lunny Xiao
|
7222d6d7b3
|
some fixed for mssql support
|
2016-12-01 14:48:40 +08:00 |
David Lobmaier
|
06a1b9da56
|
Using varchar(max) instead of text in mssql.
|
2016-11-29 16:47:05 +01:00 |
Lunny Xiao
|
311abf25ab
|
resolved #498
|
2016-11-23 21:27:15 +08:00 |
Lunny Xiao
|
64b3df6e63
|
bug fixed for temp table name for insert multiple beans
|
2016-11-23 15:59:16 +08:00 |
Sergey
|
f31f552026
|
Getting flag for the column via helper method (#492)
|
2016-11-12 11:30:16 +08:00 |
Lunny Xiao
|
f2610e02a1
|
bug fixed for invoke QueryRow & travis config remove unused
|
2016-11-12 00:13:12 +08:00 |
Lunny Xiao
|
90b9a22c7c
|
Merge pull request #489 from nemec784/fix/warnings/receiver_name
golint: receiver name %s should be consistent with ...
|
2016-11-09 23:07:47 +08:00 |
Sergey Kurt
|
eb247210c0
|
Fix golint ' receiver name ... should be ...' warnings
|
2016-11-09 17:43:27 +03:00 |
Lunny Xiao
|
765833d39b
|
Merge pull request #488 from nemec784/fix/warnings/should_omit_type
golint: should omit (type|2nd value) ...
|
2016-11-09 21:43:34 +08:00 |
Sergey Kurt
|
227b82da41
|
Fix golint 'should omit (type|2nd value) ...' warnings
|
2016-11-09 12:37:59 +03:00 |
Lunny Xiao
|
80c3483048
|
Merge branch 'master' of github.com:go-xorm/xorm
|
2016-11-09 09:29:29 +08:00 |
Lunny Xiao
|
131a80217f
|
fixed .travis.yml
|
2016-11-09 09:27:11 +08:00 |
Lunny Xiao
|
fc1deea4aa
|
Merge branch 'travis_yml'
|
2016-11-09 09:21:49 +08:00 |
Lunny Xiao
|
d879184ec4
|
Merge pull request #486 from nemec784/fix/warnings/errorf
golint: replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...)
|
2016-11-09 09:20:57 +08:00 |
Lunny Xiao
|
a6b31eda3d
|
Merge branch 'nemec784-fix/warnings/comment_on_exported'
|
2016-11-09 09:17:43 +08:00 |
Lunny Xiao
|
7e47ef8f83
|
add travis ci
|
2016-11-09 09:00:16 +08:00 |
Sergey Kurt
|
9a143fe45f
|
Fix golint 'comment on exported (method|type) ...' warnings
|
2016-11-08 18:31:41 +03:00 |
Sergey Kurt
|
07c9772d40
|
errors.New(fmt.Sprintf(...)) -> fmt.Errorf(...)
|
2016-11-08 16:48:56 +03:00 |
Lunny Xiao
|
8872adf7ee
|
Merge branch 'nemec784-refactoring_statement.genColumnStr'
|
2016-11-08 17:47:45 +08:00 |
Sergey
|
d8cab7ebd0
|
Merge branch 'master' into refactoring_statement.genColumnStr
|
2016-11-08 13:33:07 +04:00 |
Sergey Kurt
|
326f075fd7
|
Fixed generation in case of skipping last column
|
2016-11-08 12:32:08 +03:00 |
Lunny Xiao
|
fc797e40d2
|
Merge branch 'nemec784-go_vet_warnings'
|
2016-11-08 10:24:11 +08:00 |
Sergey Kurt
|
fe3fd2e4b0
|
Fix go vet warnings
|
2016-11-07 23:16:49 +03:00 |
Sergey Kurt
|
a618e46460
|
Columns string generation via bytes.Buffer
|
2016-11-07 14:47:42 +03:00 |
Lunny Xiao
|
2b4faaaeab
|
Merge pull request #482 from nemec784/equalNoCase2EqualFold
Case insensitive string comparison using strings.EqualFold
|
2016-11-01 22:44:45 +08:00 |
Sergey Kurt
|
42d389ec00
|
Case insensitive string comparison using strings.EqualFold
|
2016-11-01 14:57:32 +03:00 |
Lunny Xiao
|
6e4cb7136a
|
small optimization
|
2016-10-23 18:56:20 +08:00 |
Lunny Xiao
|
99118594d5
|
resolved #475
|
2016-10-23 11:19:18 +08:00 |
Lunny Xiao
|
673f83cc1e
|
resolved #474
|
2016-10-23 10:24:43 +08:00 |
Lunny Xiao
|
bccd20a7c5
|
resolved #474
|
2016-10-23 10:24:29 +08:00 |
Lunny Xiao
|
5293f702b9
|
Merge branch 'master' of github.com:go-xorm/xorm
|
2016-10-19 17:00:05 +08:00 |
Lunny Xiao
|
cd9eef351a
|
bug fixed for errorf
|
2016-10-19 16:55:38 +08:00 |
Lunny Xiao
|
a7c7afa0bf
|
Merge pull request #470 from gotokatsuya/fix/typo_notin_comment
Fix typo at NotIn comment
|
2016-10-17 18:10:05 +08:00 |
gotokatsuya
|
c17ed51823
|
Fix typo at NotIn comment
|
2016-10-17 17:23:28 +09:00 |
Lunny Xiao
|
46eddd7696
|
Merge pull request #469 from dlob/master
Using uuid with mssql
|
2016-10-16 20:57:22 +08:00 |
Lunny Xiao
|
e653751f49
|
resolved #468
|
2016-10-16 20:53:03 +08:00 |
David Lobmaier
|
886a6d06de
|
fixed bug when using uuid with mssql
|
2016-10-16 12:55:57 +02:00 |
Lunny Xiao
|
539f1099db
|
Merge branch 'master' of github.com:go-xorm/xorm
|
2016-10-10 15:08:52 +08:00 |
Lunny Xiao
|
d1ec487ef5
|
remove wrong files
|
2016-10-10 15:08:08 +08:00 |
Lunny Xiao
|
291b8fedc3
|
bug fixed for mssql
|
2016-10-10 15:07:12 +08:00 |
Lunny Xiao
|
8ea3308f8c
|
Merge pull request #463 from miaolz123/master
fix README_CN.md syntax
|
2016-10-09 10:24:33 +08:00 |
miaolz123
|
36f9d8230a
|
fix README_CN.md syntax
|
2016-10-09 09:49:26 +08:00 |
Lunny Xiao
|
c84441e264
|
Merge pull request #461 from yyoshiki41/rm/quoteColumn
Remove quoteColumn method
|
2016-10-06 13:06:55 +08:00 |
yyoshiki41
|
47def2ea58
|
Remove quoteColumn method
|
2016-10-05 00:39:08 +09:00 |
Lunny Xiao
|
cd5244ee2c
|
bug fixed for log
|
2016-09-29 22:10:55 +08:00 |
Lunny Xiao
|
d7d8ac2914
|
add session.Conds method
|
2016-09-29 15:38:09 +08:00 |
Lunny Xiao
|
26f36a2c8e
|
distinc count
|
2016-09-29 14:13:15 +08:00 |
Lunny Xiao
|
1f455336b2
|
bug fixed for Count
|
2016-09-29 14:10:03 +08:00 |
Lunny Xiao
|
e2e54d57c9
|
resolved #292 #91
|
2016-09-27 11:17:35 +08:00 |
Lunny Xiao
|
845e343cad
|
Merge pull request #456 from satran/patch-1
Fix typo in Readme
|
2016-09-26 15:13:35 +08:00 |