allwefantasy / ServiceFramework

Java MVC framework, agile, fast, rich domain model, made especially for server side of mobile application (一个敏捷,快速,富领域模型的Java MVC 框架,专为 移动应用后端量身定做)
545 stars 255 forks source link

join时fetch后面少了个空格 #18

Open zhouzhenhao opened 12 years ago

zhouzhenhao commented 12 years ago

在运行Tag.joins("tag_synonym").fetch()时会报错 我用了最新代码应该是后面少加了个空格

allwefantasy commented 12 years ago

能描述清楚谢吗? 比如哪个文件第几行?

在 2012-10-16,下午2:21,zhouzhenhao notifications@github.com 写道:

在运行Tag.joins("tag_synonym").fetch()时会报错 我用了最新代码应该是后面少加了个空格

— Reply to this email directly or view it on GitHub.

zhouzhenhao commented 12 years ago

就是在跑例子Tag.joins("tag_synonym").fetch()的时候是通不过的,我在JPQL类的171行fetch后面加了个空格就可以通过了 这是错误信息 Invalid path: 'fetchtag.tag_synonym' 就是在'fetch后面少了个空格

allwefantasy commented 12 years ago

呵呵 非常感谢。已经修正并且push进master分支了。 在 2012-10-16,下午4:08,zhouzhenhao notifications@github.com 写道:

就是在跑例子Tag.joins("tag_synonym").fetch()的时候是通不过的,我在JPQL类的171行fetch后面加了个空格就可以通过了 这是错误信息 Invalid path: 'fetchtag.tag_synonym' 就是在'fetch后面少了个空格

— Reply to this email directly or view it on GitHub.