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 |
Satyajit Ranjeev
|
6eb8c02452
|
Fix typo in Readme
|
2016-09-26 08:08:37 +02:00 |
Lunny Xiao
|
6f15ac12bd
|
Merge pull request #455 from Warashi/fix/use-defer
use defer prepareing for panic/recover
|
2016-09-26 13:56:53 +08:00 |
sawada_shinnosuke
|
1b423b7807
|
use defer prepareing for panic/recover
|
2016-09-26 12:44:23 +09:00 |
Lunny Xiao
|
7b5ac89633
|
add *builder.Builder as pointer to .SQL
|
2016-09-23 10:08:28 +08:00 |
Lunny Xiao
|
bcc1d3eb5a
|
Merge branch 'builder'
|
2016-09-21 14:45:28 +08:00 |
Lunny Xiao
|
838b2268ae
|
tag v0.5.6
|
2016-09-21 14:41:07 +08:00 |
Lunny Xiao
|
4314d0d539
|
resolved #450
|
2016-09-21 12:51:15 +08:00 |
Lunny Xiao
|
c9b09da6e1
|
rename
|
2016-09-19 11:13:40 +08:00 |
Lunny Xiao
|
1b773e8762
|
add sql builder feature on readme
|
2016-09-18 09:17:03 +08:00 |
Lunny Xiao
|
d67e37d253
|
added query builder for README
|
2016-09-17 20:12:24 +08:00 |
Lunny Xiao
|
01c5ff6337
|
added condition query builder support via github.com/go-xorm/builder
|
2016-09-17 20:04:52 +08:00 |
Lunny Xiao
|
5ae5bc982a
|
call after-events after autoincrement id set back to struct field
|
2016-09-16 20:30:33 +08:00 |
Lunny Xiao
|
4c7f48fa65
|
comment a warn log and added pgx driver support
|
2016-09-07 09:42:30 +08:00 |
Lunny Xiao
|
37e2a03a61
|
resolved #445: sum returned error when no condition matched
|
2016-09-01 10:15:12 +08:00 |
Lunny Xiao
|
db48d70fd0
|
bug fixed for table name detect on insert a slice
|
2016-08-22 12:56:40 +08:00 |
Lunny Xiao
|
c6c7056840
|
Merge pull request #437 from kaneshin/patch-2
Modify extract LOCALE sign from tags
|
2016-08-05 09:35:15 -05:00 |
Shintaro Kaneko
|
edda763c13
|
Modify extract LOCALE sign from tags
|
2016-08-05 10:05:05 +00:00 |
Lunny Xiao
|
01a03a3092
|
resolved #431
|
2016-07-28 23:26:14 +08:00 |
Lunny Xiao
|
dddc985b86
|
Merge branch 'yyoshiki41-refactor/engine'
|
2016-07-19 15:57:10 +08:00 |
yyoshiki41
|
9e0ab5cfbd
|
Remove unused method
|
2016-07-19 16:17:50 +09:00 |
Lunny Xiao
|
a61cf8e919
|
Merge pull request #420 from jcsalem/master
Allow the database's timezone to be specified.
|
2016-07-13 20:19:06 -05:00 |
Jim Salem
|
ad5c1a5215
|
Allow the database's timezone to be specified. See https://github.com/go-xorm/xorm/issues/419
|
2016-07-13 17:57:21 -04:00 |
Lunny Xiao
|
964132729e
|
resolved #418
|
2016-07-11 17:19:43 +08:00 |