Join Slack
Powered by
In some tests we have hand written tables. This o...
# exposed
s
shredder121
04/18/2016, 12:24 PM
In some tests we have hand written tables. This one is hand written:
https://github.com/querydsl/querydsl/blob/master/querydsl-sql/src/test/java/com/querydsl/sql/KeywordQuotingBase.java#L34-L55
Here we create and populate it:
https://github.com/querydsl/querydsl/blob/master/querydsl-sql/src/test/java/com/querydsl/sql/KeywordQuotingBase.java#L60-L68
The CreateTableClause is not public yet (just in our tests folder). But if we make a sexy thin wrapper, then what you have could also be used in Java (to some extent).
Open in Slack
Previous
Next