不要怂,就是干,撸起袖子干!

Commit fbd05339 by Daniel Durante

Added quoteIdentifiers=true in DAO Postgres specific specs, to ensure Travis isn't confused.

1 parent 75d4d1a4
Showing with 5 additions and 0 deletions
......@@ -9,6 +9,11 @@ chai.Assertion.includeStack = true
if (dialect.match(/^postgres/)) {
describe('[POSTGRES Specific] associations', function() {
beforeEach(function(done) {
this.sequelize.options.quoteIdentifier = true
done()
})
describe('many-to-many', function() {
describe('where tables have the same prefix', function() {
it("should create a table wp_table1wp_table2s", function(done) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!