]> source.dussan.org Git - jackcess.git/commit
use decimal math context which matches access precision; tweak string to number conve...
authorJames Ahlborn <jtahlborn@yahoo.com>
Wed, 30 May 2018 01:19:41 +0000 (01:19 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Wed, 30 May 2018 01:19:41 +0000 (01:19 +0000)
commit09d03800ceffacff220148aac5664e1dfd6e56f4
tree8e4af51bd066dd223b8cb38cc193576b7d5d3d15
parent2ff5d06acd02969b0dc5a6dd2dacf971a1df19e2
use decimal math context which matches access precision; tweak string to number conversion to match access

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/exprs@1156 f203690c-595d-4dc9-a70b-905162fa7fd2
src/main/java/com/healthmarketscience/jackcess/impl/expr/BuiltinOperators.java
src/main/java/com/healthmarketscience/jackcess/impl/expr/DefaultNumberFunctions.java
src/test/java/com/healthmarketscience/jackcess/impl/expr/ExpressionatorTest.java