From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp45.i.mail.ru (smtp45.i.mail.ru [94.100.177.105]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 11045469710 for ; Fri, 5 Jun 2020 18:41:24 +0300 (MSK) From: Chris Sosnin Date: Fri, 5 Jun 2020 18:41:11 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/2] update decNumber for SQL List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org, sergepetrenko@tarantool.org, v.shpilevoy@tarantool.org branch: https://github.com/tarantool/decNumber/tree/ksosnin/utilities-for-sql issue: https://github.com/tarantool/tarantool/issues/4415 Chris Sosnin (2): Allow leading and trailing whitespaces in FromString Add IsWhole method for checking the fractional part of a number decNumber.c | 74 ++++++++++++++++++++++++++++++++++++++++++----------- decNumber.h | 1 + 2 files changed, 60 insertions(+), 15 deletions(-) -- 2.21.1 (Apple Git-122.3)