Skip to content

Commit

Permalink
TestKit: add NumberIsNumber feature flag (#1228)
Browse files Browse the repository at this point in the history
This implementation detail flag signals that the driver is not (fully) capable
of differentiating integer and floating point types.

See also:
 * neo4j-drivers/testkit#632
  • Loading branch information
robsdedude authored Oct 8, 2024
1 parent 3c63045 commit 37b85e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/testkit-backend/src/feature/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ const features = [
'Optimization:ImplicitDefaultArguments',
'Optimization:MinimalBookmarksSet',
'Optimization:MinimalResets',
'Optimization:AuthPipelining'
'Optimization:AuthPipelining',
'Detail:NumberIsNumber'
]

export default features

0 comments on commit 37b85e3

Please sign in to comment.