totally trivial test for autoquoting of initial _
that actually really does test that it does what it should :)
This commit is contained in:
parent
32f4122470
commit
032d224531
|
@ -141,6 +141,9 @@ public class QuoteTest extends BaseNonConfigCoreFunctionalTestCase {
|
|||
@Id @GeneratedValue
|
||||
@Column(name = "`ID`")
|
||||
protected long id;
|
||||
|
||||
@Column(name = "_id")
|
||||
protected long _id;
|
||||
|
||||
@ManyToOne(fetch = FetchType.LAZY)
|
||||
@JoinColumn(name = "`ParentID`")
|
||||
|
|
Loading…
Reference in New Issue