Commit Graph

1195 Commits

Author SHA1 Message Date
Lunny Xiao ba71ae6665
remove unused comments 2017-04-17 15:57:19 +08:00
Lunny Xiao 6b6721cccc
fix bug on sum 2017-04-17 15:52:52 +08:00
Lunny Xiao 15f11df2af
fix #570 2017-04-14 13:55:55 +08:00
Lunny Xiao a0b6b62ba0
fix #570 2017-04-14 10:49:02 +08:00
Lunny Xiao a55bded518
refactors 2017-04-12 23:39:33 +08:00
Lunny Xiao 8fd0fd9c7b
refactors 2017-04-12 23:36:46 +08:00
Lunny Xiao 8afbf55b99
remove unused files 2017-04-12 23:28:09 +08:00
Lunny Xiao 3c8314e916
change the version 2017-04-12 22:40:28 +08:00
fengjing 348d66b5b8 remove docs submodule (#568)
* remove docs submodule

* add images
2017-04-12 22:37:57 +08:00
Lunny Xiao b1474190eb
fix #559 2017-04-12 15:39:59 +08:00
Lunny Xiao 71e934b5c6
remove trace code 2017-04-12 14:35:29 +08:00
Lunny Xiao 8b79671aa6
bug fixed and add processors tests 2017-04-11 23:04:15 +08:00
Lunny Xiao e9dc216344
bug fixed #565 2017-04-11 19:38:54 +08:00
Lunny Xiao 30dcce510d
go test add mysql and postgres drivers 2017-04-10 23:10:59 +08:00
Lunny Xiao df38e47fa2
remove unused variable 2017-04-10 19:54:05 +08:00
Lunny Xiao aae045f9aa
fix #563 2017-04-10 19:45:00 +08:00
Lunny Xiao a5cb21c443
bug fixed for mssql dialect 2017-04-05 18:17:41 +08:00
Lunny Xiao 7e70eb8222
refactor automaptype 2017-04-02 18:02:47 +08:00
Lunny Xiao a0042a7117
refactor 2017-04-01 23:28:35 +08:00
Lunny Xiao 2d5f13a854
small refactors 2017-04-01 23:03:25 +08:00
Lunny Xiao 5497f76c84
add QueryString support 2017-04-01 10:35:27 +08:00
Lunny Xiao 5ebae720bd
add Scan features to Get method 2017-04-01 10:09:00 +08:00
Hank Shen 6687a2b4e8 Rename the dialect file name (#557) 2017-03-30 17:59:41 +08:00
Lunny Xiao bda5f17e01 Handle xorm tags via tagHandler prepared for customerize tag support (#551)
* handle xorm tags via tagHandler prepared for customerize tag support

* add some comments and improvements
2017-03-30 10:39:38 +08:00
Lunny Xiao 47cb51deca
remove core and builder from vendor since it will break go get 2017-03-28 08:59:37 +08:00
Lunny Xiao 41aff46cc7
add update limit support mssql and postgres 2017-03-27 18:29:58 +08:00
Lunny Xiao 08956a4864
fix #544 2017-03-27 18:14:40 +08:00
Lunny Xiao 5789833408
first part to resolve #504 2017-03-27 15:45:15 +08:00
Lunny Xiao bdb225ceb5
add test for InsertOne to confirm #545 2017-03-26 21:26:02 +08:00
Lunny Xiao aa18589b49
add test for confirmation to fix #443 2017-03-26 21:11:56 +08:00
Lunny Xiao ff4299962a
move pk tests from tests repo 2017-03-26 20:52:17 +08:00
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