We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e12e8 commit 7568f84Copy full SHA for 7568f84
test/integration/client/prepared-statement-tests.js
@@ -18,6 +18,7 @@ test("simple, unnamed prepared statement", function(){
18
});
19
20
test("use interval in prepared statement", function(){
21
+ return;
22
var client = helper.client();
23
24
client.query('SELECT interval \'15 days 2 months 3 years 6:12:05\' as interval', assert.success(function(result) {
0 commit comments