Commit Graph

1357 Commits

Author SHA1 Message Date
Lunny Xiao 6278427ee6
change ci badage 2017-05-27 10:56:35 +08:00
Lunny Xiao 6992e40a84
update CI config 2017-05-26 15:53:09 +08:00
Lunny Xiao e01b55f035
Merge branch 'master' of github.com:go-xorm/xorm 2017-05-23 12:06:34 +08:00
Lunny Xiao 1743f266cb
add some get tests 2017-05-23 12:06:22 +08:00
Henry Huang 9d7e85c39d update for valueof interface (#578) 2017-05-22 23:03:57 +08:00
biless a012756d38 fix pk can't set value when pk is point value or rename (#588)
* fix pk can't set value when pk is point value

* Revert "fix pk can't set value when pk is point value"

This reverts commit e78c076e57.

* fix pk can't set value when pk is point value or rename

* remove trace

* fix insert nil pk in pg
2017-05-18 10:37:20 +08:00
Lunny Xiao 1ff7790a2e
fix bug for int64 id tag 2017-05-17 17:05:36 +08:00
Lunny Xiao 4bd47ece79
add mysql & postgres tests on circle ci 2017-05-17 16:16:39 +08:00
Lunny Xiao 4a2a924369
update circle ci 2017-05-06 13:09:49 +08:00
wangsongyan 65b517242f add comment for mysql dialect (#579) 2017-05-04 21:12:02 +08:00
Lunny Xiao d52a762fba
remove unused code 2017-04-21 00:02:48 +08:00
Lunny Xiao 564b75cdc0
bug fix #572 2017-04-20 23:35:48 +08:00
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