We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e41653 commit 2d0c8c7Copy full SHA for 2d0c8c7
test/50.int64.js
@@ -24,7 +24,8 @@ describe('Int64', function () {
24
it('should compare to other Int64s or other values via .equals()');
25
it('should bind to statements and transactions');
26
it('should get returned by operations after setting .safeIntegers()');
27
- it('should react to changing settings inside a .each() callback');
+ it('should react to changing settings inside an .each() callback');
28
+ it('should be safe from other databases inside an .each() callback');
29
it('should be able to change the default setting on the database');
30
it('should return fully accurate round-trip results');
31
});
0 commit comments