Lunny Xiao
|
f51d28304a
|
Move some codes to statement sub package (#1574)
revert change for delete
refactor new engine
fix tests
Move some codes to statement sub package
Reviewed-on: https://gitea.com/xorm/xorm/pulls/1574
|
2020-03-06 06:43:49 +00:00 |
Lunny Xiao
|
4e59597a49
|
Fix break session sql enable feature (#1566)
Fix break session sql enable feature
Reviewed-on: https://gitea.com/xorm/xorm/pulls/1566
|
2020-03-01 03:05:26 +00:00 |
Lunny Xiao
|
41388c2f56
|
Use a new ContextLogger interface to implement logger (#1557)
Fix bug
Add log track on prepare & tx
Some improvements
remove unused codes
refactor logger
Fix bug
log context
add ContextLogger interface
Reviewed-on: https://gitea.com/xorm/xorm/pulls/1557
|
2020-02-29 08:59:59 +00:00 |
Lunny Xiao
|
5750e3f90a
|
Add context support (#1193)
* add context support
* improve pingcontext tests
|
2019-01-20 11:01:14 +08:00 |
Lunny Xiao
|
ee5b31ecae
|
add support for mulitple transactions on one session (#1015)
|
2018-06-20 17:14:43 +08:00 |
Lunny Xiao
|
f1aebd5729
|
hide all undocument variables on session (#660)
|
2017-07-27 13:32:35 +08:00 |
Lunny Xiao
|
1aa1846afb
|
Revert "support reuse session to transaction (#650)" (#651)
This reverts commit c412be2365 .
|
2017-07-23 09:52:08 +08:00 |
Lunny Xiao
|
c412be2365
|
support reuse session to transaction (#650)
|
2017-07-23 09:15:44 +08:00 |
Lunny Xiao
|
44b70cccf4
|
add Find ints support & split session into multiple files
|
2017-01-03 13:31:47 +08:00 |