Marián Skrip
|
4c806608ab
|
Allow adding prefix for fields with `extends` tag (#1284)
Added new syntax like `extends('Prefix')` to enable matching all
extended fields as 'PrefixFieldName'.
Close go-xorm/xorm#1270
|
2019-06-23 10:44:44 +08:00 |
Lunny Xiao
|
c9b14f9487
|
move depends package from github.com to customize domain (#1327)
|
2019-06-17 13:38:13 +08:00 |
Lunny Xiao
|
f86679d536
|
Add comment support on create table [mysql only currently] (#616)
* add comment support on create table
* remove wrong file
|
2017-06-14 14:16:40 +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 |