Commit Graph

136 Commits

Author SHA1 Message Date
Lunny Xiao c13117f0e6 Fix outdate changelog (#1565)
Fix outdate changelog

Reviewed-on: https://gitea.com/xorm/xorm/pulls/1565
2020-02-29 09:30:26 +00:00
Lunny Xiao 0090e33224 Fix go mod and update version (#1460) 2019-10-16 06:55:10 +00:00
Lunny Xiao b81aa40128 Move github.com/go-xorm/xorm to xorm.io/xorm (#1459) 2019-10-15 05:15:41 +00:00
BetaCat 9b08f9494f document of FindAndCount() (#1365) 2019-07-24 13:02:59 +08:00
Lunny Xiao c9b14f9487
move depends package from github.com to customize domain (#1327) 2019-06-17 13:38:13 +08:00
yanser c790592482 Update README.md file (#1246)
Update README
2019-03-09 23:07:35 +08:00
faith e410f04aaf Update README.md (#1228)
sess 修改为 session
2019-02-13 14:43:01 +08:00
Lunny Xiao 7a9249de33
Get adds context cache feature (#1102)
* context

* add context cache feature

* remove global context cache

* remove global context cache

* reset statment

* fix bug

* remove unused params

* refactor ContextCache

* refactor ContextCache

* update README

* update README

* disable global cache on context cache test
2018-09-25 21:31:44 +08:00
Lunny Xiao d85bb4911c
add opencollective (#926) 2018-05-04 13:45:50 +08:00
Lunny Xiao fc1b13e0d8
v0.6.6 2018-04-13 17:45:25 +08:00
Lunny Xiao e98616d656
update README 2018-04-10 10:18:32 +08:00
Lunny Xiao 60090fa5e0
update README 2018-02-27 11:18:10 +08:00
Loli caab56ac7e docs(README): fix limit sql (#830) 2018-01-22 05:33:52 -06:00
Lunny Xiao 1933dd69e2
update READMEs 2017-12-04 22:05:36 +08:00
Lunny Xiao 4a4bac517d
update README 2017-12-04 21:54:38 +08:00
Lunny Xiao 16930c1be7
update READMEs 2017-12-02 10:47:03 +08:00
ming a620571388 Add a missing dot (#767) 2017-11-01 08:41:20 +08:00
Yuki Takemoto d2ffc61745 Fix broken link in README.md (#688) 2017-08-27 21:58:05 +08:00
Lunny Xiao 4e7d9706bd
add new case stduygolang 2017-08-13 21:19:20 +08:00
lucapette 10faec1e58 Fix typo (#672) 2017-08-02 10:39:46 +08:00
Lunny Xiao 774f83c1bc add Exist functions (#640) 2017-07-14 09:20:13 +08:00
Yang Luo 78795d8f13 add Xorm Adapter for Casbin as cases (#639) 2017-07-11 22:53:39 +08:00
Lunny Xiao e11235316c
change chatroom from gitter to discord 2017-06-12 11:16:18 +08:00
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 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
Lunny Xiao 0691bf9b03
since we use vendor directory, remove gopm installation support 2017-03-26 09:51:24 +08:00
Lunny Xiao 1ae959721f
improved readme badges 2016-12-13 15:04:09 +08:00
Lunny Xiao 4e70730c67
change readme build status to circleci 2016-12-13 14:33:40 +08:00
Satyajit Ranjeev 6eb8c02452 Fix typo in Readme 2016-09-26 08:08:37 +02: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 9bf34c3189 small optimization 2016-07-07 09:01:13 +08:00
Michal Gebauer d147363824 README typos 2016-04-27 14:08:35 +02:00
Lunny Xiao b336fa1880 ILogger interface changed and some golint issues resolved, #367 resolved 2016-03-31 18:19:00 +08:00
Lunny Xiao 4bcbb95688 added DumpTables and DumpTablesToFile for dump parts of tables to other database type 2016-02-29 22:32:41 +08:00
Lunny Xiao 249a60b31c added notice for non-compitable update 2016-02-16 20:47:34 +08:00
Lunny Xiao a0aaa7d72b logging interface changed and resolved #160 #219 #353 2016-02-16 17:18:01 +08:00
Lunny Xiao d3155a494d updated readme 2015-12-30 16:58:58 +08:00
Lunny Xiao 00ee02e2bb udpated readme 2015-12-30 16:49:46 +08:00
Lunny Xiao 803f6db50c improved readme 2015-09-24 22:49:14 +08:00
Lunny Xiao 964ff43d18 added gitter chatroom 2015-08-26 09:39:56 +08:00
Lunny Xiao 88cba93cd2 add qreader case 2015-05-26 16:27:18 +08:00
Lunny Xiao 276fc097cb update readme 2015-04-01 21:53:17 +08:00
Lunny Xiao aa90a634d4 resolved #176 & cache bug fixed 2015-04-01 16:32:17 +08:00
Lunny Xiao 787260824a add wego as case 2015-02-18 08:58:07 +08:00
Lunny Xiao 7f7a91430d Merge branch 'master' of github.com:go-xorm/xorm 2014-11-20 15:05:14 +08:00
Lunny Xiao 8e2af1188b Update README.md 2014-11-13 09:18:40 +08:00