Skip to content

Commit

Permalink
Merge pull request #9 from lifeware-sa/addSupportForGemstoneAndLifeware
Browse files Browse the repository at this point in the history
Add Support for Lifeware and Gemstone
  • Loading branch information
astares authored Dec 22, 2023
2 parents 3ccc116 + 2382650 commit 1da6d0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ XPathASTTranslatingWritingNodeVisitor >> visitNumberLiteral: aNumberLiteral [
ifFalse: [self emitNumberLiteral: '0.0']]
ifFalse: [
"#asString should be OK for all others"
self emitNumberLiteral: number asString]]].
self emitNumberLiteral: number storeString]]].
^ aNumberLiteral.
]

Expand Down

0 comments on commit 1da6d0a

Please sign in to comment.