Commit Graph

5 Commits

Author SHA1 Message Date
Lunny Xiao 7842419ba2
Merge branch 'master' into same-type-extends 2019-06-22 15:02:26 +08:00
Lunny Xiao c9b14f9487
move depends package from github.com to customize domain (#1327) 2019-06-17 13:38:13 +08:00
Marián Skrip bf3d4a2f5c Allow adding prefix for fields with `extends` tag
Added new syntax like `extends('Prefix')` to enable matching all
extended fields as 'PrefixFieldName'.

Close go-xorm/xorm#1270
2019-05-21 11:19:16 +02: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