Commit Graph

1164 Commits

Author SHA1 Message Date
Lunny Xiao 91ea7427fe
add cond test and fix missing quote on sum 2017-03-26 20:37:04 +08:00
Lunny Xiao 20a684b85a
don't ignore vendor folder 2017-03-26 20:31:47 +08:00
Lunny Xiao 0691bf9b03
since we use vendor directory, remove gopm installation support 2017-03-26 09:51:24 +08:00
Lunny Xiao d9750f200d
add sum tests 2017-03-25 23:21:18 +08:00
alexfans 2cadda5fe5 bug fix for SumsInt return empty slice (#542) 2017-03-25 23:07:57 +08:00
Andrey Nering 24a6ab1609 Add migrate package for schema versioned migrations (#549)
This is a port from https://github.com/go-gormigrate/gormigrate
2017-03-25 22:10:23 +08:00
Lunny Xiao 3cea7eef5c
Merge branch 'lunny/add_test' 2017-03-25 16:32:05 +08:00
ZACH 24fae7b3b1 auto judge exist or not quote,then add or ignore (#548)
* fix IN and NotIN SQL not add quote

* auto judge exist or not quote,then add or ignore

* auto judge exist or not quote,then add or ignore
2017-03-23 15:22:06 +08:00
ZACH 70bc6741cf fix IN and NotIN SQL not add quote (#547) 2017-03-23 14:23:52 +08:00
Lunny Xiao 86cf0e8c3c
add test framework 2017-03-23 14:05:32 +08:00
Lunny Xiao c352f30dd2
improved SQL log 2017-03-17 20:30:00 +08:00
Lunny Xiao 316ee2cebf
fix docs error 2017-03-17 19:30:03 +08:00
Lunny Xiao d2755b458a
typo 2017-03-15 09:44:49 +08:00
Lunny Xiao 3def9e0b2c
improved godoc 2017-03-15 09:43:29 +08:00
Lunny Xiao 8074f62d8e
move some functions from session.go to session_cols.go and session_convert.go 2017-03-15 09:29:12 +08:00
Lunny Xiao d170089adf
refactor rowsbean 2017-03-14 23:03:27 +08:00
Lunny Xiao 0d9762712b
fix distinct & count bug 2017-03-11 21:24:37 +08:00
Lunny Xiao bc97322264
fix wrong type in doc 2017-03-06 19:44:30 +08:00
Lunny Xiao 8045ca23c8
fix oracle insert multiple records 2017-03-01 21:11:00 +08:00
Lunny Xiao fc8109e109
fix support to oracle insert multiple records 2017-03-01 17:31:31 +08:00
Lunny Xiao e0276e0f48
remove unused method 2017-03-01 16:55:53 +08:00
Lunny Xiao 2b462f7180
remove unused field of rows 2017-03-01 16:38:15 +08:00
Lunny Xiao 382b85d765
fix #516, #536 2017-02-24 12:45:33 +08:00
Lunny Xiao e8fbd41c16
more Find supports 2017-02-21 19:08:50 +08:00
Lunny Xiao c8ac6bb65c
Ask Get parameter is pointer and prepare for Get non-struct 2017-02-21 11:06:40 +08:00
Lunny Xiao 1bc93ba022
bug fixed for BeforeSet and AfterSet on Find a Map 2017-02-20 17:51:59 +08:00
Lunny Xiao 19f6dfc2e8
bug fix for dump to postgres 2017-02-10 09:55:37 +08:00
Bo-Yi Wu 445a934d32 fix: execute after hook. (#525) 2017-01-25 19:54:21 +08:00
Shintaro Kaneko 71190ff044 Apply the given location instead of engine.location (#435) 2017-01-25 19:48:19 +08:00
Lunny Xiao 0b209de773
Merge branch 'master' of github.com:go-xorm/xorm 2017-01-25 18:59:59 +08:00
Lunny Xiao 57bcb65078
bug fix for get sqlite meta informations 2017-01-22 17:17:55 +08:00
n4mine 7c70e8caa9 fix: typo (#524) 2017-01-21 22:51:25 +08:00
Lunny Xiao c360c20aa5
dump support bool 2017-01-20 10:12:06 +08:00
Lunny Xiao 263f9d3fa5
bug fixed for dump 2017-01-18 23:08:43 +08:00
Lunny Xiao b1bbae3949
Let DumpAll support dump to another database 2017-01-18 20:14:20 +08:00
Lunny Xiao 4b1a73f51a
golint fix 2017-01-09 09:58:23 +08:00
Lunny Xiao 194ba2b6d6
golint fix 2017-01-09 09:56:02 +08:00
Lunny Xiao ccabb48a4f
misspell fix 2017-01-09 09:53:27 +08:00
Lunny Xiao 664a52a6d7
some gofmt & golint fixed 2017-01-09 09:52:23 +08:00
Lunny Xiao 2189b36884
fix dump to other databases 2017-01-03 14:44:30 +08:00
Lunny Xiao 44b70cccf4
add Find ints support & split session into multiple files 2017-01-03 13:31:47 +08:00
Lunny Xiao d75356fc73
bug fixed for gogits/gogs#3928 introduced by 64b3df6 2016-12-24 19:20:19 +08:00
Lunny Xiao 3ad0b428ae
fixed user 2016-12-13 15:42:05 +08:00
Lunny Xiao 7f81269266
add postgres tests on circle ci 2016-12-13 15:41:25 +08:00
Lunny Xiao 1ae959721f
improved readme badges 2016-12-13 15:04:09 +08:00
Lunny Xiao a77ef2e1d2 Improve circleci mysql (#509)
* add mysql tests on circleci

* fixed mysql settings on circle ci
2016-12-13 14:53:34 +08:00
Lunny Xiao d70a0765fc
Merge branch 'master' of github.com:go-xorm/xorm 2016-12-13 14:34:49 +08:00
Lunny Xiao 4e70730c67
change readme build status to circleci 2016-12-13 14:33:40 +08:00
Lunny Xiao d701c73498 Add circleci support (#506)
* add circle config file

* fixed circle.yml

* fixed circle.yml

* fixed circle.yml
2016-12-13 14:27:01 +08:00
Lunny Xiao c60f2467a9
some golints fixed 2016-12-11 12:45:37 +08:00