]> source.dussan.org Git - jackcess.git/commitdiff
implement IsNumeric; add support for hex/oct integer strings
authorJames Ahlborn <jtahlborn@yahoo.com>
Tue, 18 Sep 2018 02:58:51 +0000 (02:58 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Tue, 18 Sep 2018 02:58:51 +0000 (02:58 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1200 f203690c-595d-4dc9-a70b-905162fa7fd2

src/changes/changes.xml

index 108286f405d1f51023ebce90f1b2a8f04f00e307..74c82add71cb0339131c71c9115971deba6b7195 100644 (file)
@@ -4,6 +4,12 @@
     <author email="javajedi@users.sf.net">Tim McCune</author>
   </properties>
   <body>
+    <release version="2.2.1" date="TBD">
+      <action dev="jahlborn" type="update">
+        Implement IsNumeric function.  Add support for hex/oct integer
+        strings.
+      </action>
+    </release>
     <release version="2.2.0" date="2018-09-08"
              description="Add support for expression evaluation">
       <action dev="jahlborn" type="update">