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 |
Lunny Xiao
|
ea9a4495ac
|
golint and comments
|
2016-07-11 11:29:34 +08:00 |
Lunny Xiao
|
b8b1711cde
|
resolved gogits/gogs#3251
|
2016-07-11 07:21:12 +08:00 |
Lunny Xiao
|
99af33e20b
|
resolved #338
|
2016-07-09 13:57:42 +08:00 |
Lunny Xiao
|
bd994cb726
|
resolved #209
|
2016-07-09 13:34:34 +08:00 |
Lunny Xiao
|
24600f0f5f
|
resolved #131
|
2016-07-09 12:29:35 +08:00 |
Lunny Xiao
|
811443400f
|
resolved #389
|
2016-07-09 11:36:23 +08:00 |
Lunny Xiao
|
5612916fea
|
bug fixed and performance improved for table name
|
2016-07-09 08:15:53 +08:00 |
Lunny Xiao
|
86701ad07e
|
added Sum, Sums, SumsInt methods
|
2016-07-07 22:34:43 +08:00 |
Lunny Xiao
|
9bf34c3189
|
small optimization
|
2016-07-07 09:01:13 +08:00 |
Lunny Xiao
|
b7ab22b84c
|
resolved #380
|
2016-06-30 17:05:52 +08:00 |
Lunny Xiao
|
9d17789b4d
|
resolved #400
|
2016-06-30 16:55:34 +08:00 |
Lunny Xiao
|
7d0f249cf5
|
resolved #416
|
2016-06-30 16:35:04 +08:00 |
Lunny Xiao
|
3d4a143814
|
bug fixed
|
2016-06-30 15:45:17 +08:00 |
yyoshiki41
|
800f4b35db
|
Fixed driver-name logging
|
2016-06-30 15:45:02 +08:00 |
Victor Gaydov
|
a75b13f07d
|
Move statement methods to statement.go
|
2016-06-30 15:43:47 +08:00 |
Lunny Xiao
|
9225f21f45
|
bug fixed for json unmarshal
|
2016-06-30 15:43:28 +08:00 |
Lunny Xiao
|
0c3586bc28
|
small performance optimazition
|
2016-06-30 15:41:16 +08:00 |
Lunny Xiao
|
a01eeeddbc
|
bug fixed
|
2016-05-08 15:15:39 +08:00 |
Lunny Xiao
|
7f6463e46e
|
Merge branch 'gavv-master'
|
2016-04-28 22:24:46 +08:00 |
Victor Gaydov
|
2f1f32ff17
|
Support pointers to type aliases
Example:
type MyInt int
type MyStruct struct {
i1 MyInt // already works
i2 *int // already works
i3 *MyInt // didn't work before this commit
}
|
2016-04-28 13:30:38 +03:00 |
Victor Gaydov
|
5d205cad0e
|
Don't panic if v is nil
|
2016-04-27 20:22:04 +03:00 |
Lunny Xiao
|
8bbc19d78e
|
Merge pull request #385 from mishak87/patch-1
README typos
|
2016-04-27 09:36:16 -05:00 |
Michal Gebauer
|
d147363824
|
README typos
|
2016-04-27 14:08:35 +02:00 |
Lunny Xiao
|
56d649f413
|
bug fixed for empty struct when update
|
2016-04-27 11:31:02 +08:00 |
Lunny Xiao
|
5c116a34d6
|
bug fixed #379
|
2016-04-22 21:43:22 +08:00 |
Lunny Xiao
|
21d219c872
|
Merge pull request #378 from gavv/master
Accumulate args when using Join() multiple times
|
2016-04-18 20:01:25 -05:00 |
Victor Gaydov
|
ce28ee9f19
|
Accumulate args when using Join() multiple times
|
2016-04-19 01:21:08 +03:00 |
Lunny Xiao
|
0f03658955
|
some comments, refactors improvements
|
2016-04-07 08:54:02 +08:00 |
Lunny Xiao
|
2b34c682f1
|
added custom int and string type for primary key support
|
2016-04-06 22:19:38 +08:00 |
Lunny Xiao
|
2f8952d39b
|
serious extends bug fixed & correct logger file path
|
2016-03-31 22:21:05 +08:00 |
Lunny Xiao
|
b336fa1880
|
ILogger interface changed and some golint issues resolved, #367 resolved
|
2016-03-31 18:19:00 +08:00 |
Lunny Xiao
|
7d2967c786
|
join parameters support & many comments
|
2016-03-29 09:17:06 +08:00 |
Lunny Xiao
|
a2a2456fa2
|
bug fixed for log level and improved json scanner
|
2016-03-24 22:46:24 +08:00 |
Lunny Xiao
|
f01db0b5c5
|
resolved #374
|
2016-03-23 23:46:07 +08:00 |
Lunny Xiao
|
d28e126b18
|
Merge branch 'woodsaj-issue369'
|
2016-03-23 17:44:36 +08:00 |
Lunny Xiao
|
c6f005b4b3
|
Merge branch 'issue369' of https://github.com/woodsaj/xorm into woodsaj-issue369
|
2016-03-23 16:26:27 +08:00 |
Lunny Xiao
|
0d2245dad2
|
the second Where will be treated as And
|
2016-03-23 16:22:08 +08:00 |
Lunny Xiao
|
3da8f14fc1
|
resolved #373
|
2016-03-23 16:17:08 +08:00 |