Commit Graph

3 Commits

Author SHA1 Message Date
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