Commit graph

  • c0815674f8 Merge pull request #32 from craigjackson/null_decimal Victor Quinn 2017-02-15 17:37:35 -0500
  • 2fa9cdfb3a Merge 5b7aa6a9cf into f37fa05388 klokare 2017-02-15 17:27:07 +0000
  • f37fa05388 Merge pull request #46 from njason/master Victor Quinn 2017-02-15 12:26:51 -0500
  • 4e5e2ed948 Remove insignificant digits during string parsing Jason Biegel 2017-02-07 12:33:26 -0500
  • 25f639b9c8 Added code to scan null values from the database Ulises Flynn 2017-02-06 16:53:04 -0700
  • 1aec7720a8 Add Sign method Evan Shaw 2016-12-12 15:00:26 +1300
  • 5471f2c322 Merge pull request #44 from bgaifullin/master Victor Quinn 2017-02-06 10:49:37 -0500
  • 0460d2dd77 Added method Equal instead of method Equals Bulat Gaifullin 2017-02-06 18:46:03 +0300
  • 1dd633dd74 Merge 0ffa05d918 into b8c85eb1cf Gintautas Miliauskas 2017-02-03 23:14:08 +0000
  • b8c85eb1cf Merge pull request #29 from martinlindhe/pow Victor Quinn 2017-02-03 18:13:37 -0500
  • b394ae16e2 Merge fffa604c32 into ea75adedfe Gabriel Queiroz 2017-01-30 18:36:38 +0000
  • ea75adedfe Merge pull request #12 from raverkamp/master Victor Quinn 2017-01-30 10:08:29 -0500
  • 2ad742c865
    Fix some typos, add godoc badge Victor Quinn 2017-01-28 09:42:33 -0500
  • c1c27c221b Expose a Coefficient() function Chris Guiney 2017-01-16 14:54:52 -0800
  • a7a4278c0a change Value method to not use a pointer reciever James Maloney 2017-01-12 14:24:05 -0600
  • 4b06952a23 Handle float32 in Scan method James Maloney 2016-12-28 14:11:35 -0600
  • f03103a27d Have NullDecimal.Value() use Decimal.Value(). Craig Jackson 2016-11-10 16:07:19 -0700
  • 5b7aa6a9cf Add binary (un)marshalling support klokare 2016-11-04 14:31:19 +0100
  • 02487a179e Added NullDecimal. Changed Decimal to implement driver.Valuer. Craig Jackson 2016-11-02 10:15:14 -0600
  • 080be114dd
    Use QuoRem to avoid extra ops Connor Peet 2016-10-06 09:37:00 -0700
  • 2faaec71dd
    Add unbiased rounding algorithm Connor Peet 2016-10-06 09:30:46 -0700
  • 8a97b04143 add Pow() Martin Lindhe 2016-09-19 23:54:54 +0200
  • d6f52241f3 allow optional marshalling JSON without quotes Vadim Graboys 2016-09-18 13:52:01 -0700
  • 96e19b482b Merge branch 'tomlinford-master' Vadim Graboys 2016-09-18 13:32:48 -0700
  • db8f550fda make Value() test more realistic Vadim Graboys 2016-09-18 13:06:18 -0700
  • 61927b7caf Merge pull request #27 from chrismrivera/master Vadim Graboys 2016-09-18 12:47:28 -0700
  • 8879c91b35 Handle strings being passed to Scan() Chris Rivera 2016-08-03 15:48:35 -0400
  • cb70b45fc2 Merge 9d980d3d4d into 74d668a796 Adrian Lungu 2016-05-13 20:42:06 +0000
  • 9d980d3d4d Add switch to 'unquoteIfQuoted' to check for string as well as []byte types. Adrian Lungu 2016-05-13 23:36:30 +0300
  • b77bff862c Merge remote-tracking branch 'upstream/master' Roland Averkamp 2016-04-25 21:20:59 +0200
  • 74d668a796 Merge pull request #18 from cockroachdb/nvanbenschoten/mod Vadim Graboys 2016-03-11 07:45:26 -0500
  • 0ffa05d918 Implemented GobDecoder and GobEncoder. Gintautas Miliauskas 2016-03-11 12:29:12 +0000
  • d282b04166 Update README.md Vadim Graboys 2016-02-02 21:55:03 -0500
  • d3c5a19729 Add badginator badge, 4real Vadim Graboys 2016-02-02 21:32:16 -0500
  • 95627a6ad0 Add badginator badge Vadim Graboys 2016-02-02 21:30:32 -0500
  • 3b7679240e Added implementation of DigitsValue() that exposes the big.Int value part of the decimal. Gintautas Miliauskas 2016-01-22 13:02:50 +0000
  • ecd4a8353a Implement Modulus arithmetic function Nathan VanBenschoten 2016-01-15 16:32:48 -0500
  • af95951b3f Merge pull request #15 from pwiecz/master Vadim Graboys 2016-01-13 16:11:24 -0500
  • 873b9ea5ed Merge pull request #17 from cockroachdb/nvanbenschoten/int_overflow Vadim Graboys 2016-01-13 15:47:47 -0500
  • eae6d13435 Prevent unnecessary int64 overflow in NewFromFloat Nathan VanBenschoten 2016-01-13 13:27:32 -0500
  • 54efccb61f Make Value take a pointer receiver Tom Linford 2015-12-23 16:56:58 -0800
  • f95dd20cca Merge pull request #14 from faide/master Vadim Graboys 2015-12-18 15:06:24 -0800
  • cb949cead4 Add a fast track to d.Cmp(d2) when d.exp == d2.exp Piotr 2015-12-11 23:54:57 +0100
  • faca378c8a Adding tests from the Scan method Florent AIDE 2015-12-11 19:46:00 +0100
  • b873aa2b43 Return nil instead of empty err in Scan Florent AIDE 2015-12-11 06:37:27 +0100
  • c30673fb5f Use an idiomatic type switch for Scan type comparison Florent AIDE 2015-12-11 06:34:52 +0100
  • 28bb8ff9f5 use directly the int64 instead of casting to float Florent AIDE 2015-12-03 11:06:49 +0100
  • 9e9cba8a85 Better implementatin with switch and support for 0 Florent AIDE 2015-11-23 18:45:31 +0100
  • c4b5af094a Added support for Numeric type in db storage Florent AIDE 2015-11-23 16:43:59 +0100
  • 5c1d2008f5 refactoring div test. benchmarks for old Div vs. New Div Roland Averkamp 2015-09-03 20:11:07 +0200
  • 696232de64 only formattimg, really! Roland Averkamp 2015-09-03 20:10:10 +0200
  • 8b186db779 replaced original Div, added initialization check and and check for 0 in divide Roland Averkamp 2015-09-03 17:24:49 +0200
  • 87964935d0 better method comments Roland Averkamp 2015-09-03 16:31:44 +0200
  • 5a16ac0c8f more tests for division Roland Averkamp 2015-09-03 13:19:16 +0200
  • 49e27aea3d larger test for QuoRem Roland Averkamp 2015-09-01 23:20:23 +0200
  • e4641fd8ba added divsion with rest and rounded division Roland Averkamp 2015-09-01 14:50:25 +0200
  • 9995dc92ee fix some small issues with scientific notation, add more tests Vadim Graboys 2015-07-31 16:22:14 -0400
  • f402c8cd87 add one more extreme-value test for scientific notation parsing Vadim Graboys 2015-07-31 12:52:50 -0400
  • 7a95614e29 Merge pull request #10 from thiagoarruda/feature/parse-scientific-notation Vadim Graboys 2015-07-31 12:51:16 -0400
  • 632e313f4a Fix possible int64 overflow and remove unnecessary code Thiago Arruda 2015-07-31 13:36:54 -0300
  • 669901768e Add negative numbers on init() and add more tests Thiago Arruda 2015-07-28 08:27:48 -0300
  • 3e7f1c747e Change exp to int64 to prevent overflow Thiago Arruda 2015-07-28 08:08:24 -0300
  • 849f553b9d Add scientific notation parsing Thiago Arruda 2015-07-24 13:16:41 -0300
  • 6da60a24bd update docs to make more clear Vadim Graboys 2015-07-24 07:40:22 -0400
  • 96d9a5e02e add Min and Max functions Vadim Graboys 2015-07-24 07:17:22 -0400
  • fffa604c32 Fixed severe bug with min and max functions. Gabriel Queiroz 2015-06-28 12:28:58 -0300
  • 65c6084205 Min and Max are not methods on Decimal any more, but "normal" functions. Gabriel Queiroz 2015-06-28 12:16:08 -0300
  • 96354a790f Merge remote-tracking branch 'remotes/base/master' Gabriel Queiroz 2015-06-28 12:12:19 -0300
  • 00831300e9 Merge pull request #7 from soyangel/patch-1 Vadim Graboys 2015-06-17 07:16:08 -0400
  • 2ee81318ae Typo Angel Luis Jimenez Martinez 2015-06-17 12:50:05 +0200
  • 6e97405099 add stupid test for extreme values, fix some super-edge-case bugs Vadim Graboys 2015-06-14 15:39:05 -0400
  • 54dc68463b ensure decimal is initialized for new methods Vadim Graboys 2015-06-14 14:06:51 -0400
  • 5359bc7cb4 add docs for Floor and Ceil Vadim Graboys 2015-06-14 13:10:35 -0400
  • 1a6d69cb90 add FAQ to README Vadim Graboys 2015-06-14 13:01:56 -0400
  • 354b07a0fb add go 1.4 to travis Vadim Graboys 2015-06-14 12:05:35 -0400
  • e8dd4432ba Merge pull request #3 from cmars/cmars-002-gocov Vadim Graboys 2015-06-14 12:03:58 -0400
  • 9f2aa5999e add .gitignore Vadim Graboys 2015-06-14 11:57:05 -0400
  • 0c74aee0c1 add Round, Floor, Ceil, and StringFixed. Deprecate StringScaled Vadim Graboys 2015-06-14 11:53:23 -0400
  • 64868fd3b4 Added methods Min and Max to Decimal. Gabriel Queiroz 2015-06-10 19:00:46 -0300
  • 70bb313ce6 Improve error messages, readability of test cases. Casey Marshall 2015-03-25 22:13:03 -0500
  • d9c6f16ce5 Remove Go 1.1 from CI. Casey Marshall 2015-03-25 22:12:31 -0500
  • 5d81f32cee Merge fce3fdf388 into ac401f1975 Domas Monkus 2015-03-24 12:52:38 +0000
  • fce3fdf388 Added NewFromRat implementation. Domas Monkus 2015-03-24 14:16:09 +0200
  • ac401f1975 Merge pull request #2 from cmars/master Vadim Graboys 2015-03-24 08:47:32 -0400
  • 2f187e8d62 Add IntPart test. Casey Marshall 2015-03-23 19:44:55 -0500
  • 0fb3379e01 Test unhappy JSON and XML paths. Casey Marshall 2015-03-23 19:39:37 -0500
  • 78186b90c0 Add Equals test. Casey Marshall 2015-03-23 17:14:19 -0500
  • c6c99f4daa Add XML test. Casey Marshall 2015-03-23 17:14:19 -0500
  • a2664e0073 Add round-trip JSON test. Casey Marshall 2015-03-23 17:07:27 -0500
  • 9fc32a450f Add negative test values once. Casey Marshall 2015-03-23 17:02:29 -0500
  • d589a882a7 Simplify Equals and Cmp godoc comments. Casey Marshall 2015-03-23 16:41:30 -0500
  • 3d6bb50c86 remove arrows to save line space Artem Titoulenko 2015-03-23 15:44:21 -0400
  • 2acc1d75ba Update README to include printed out values in comments Artem Titoulenko 2015-03-23 15:13:29 -0400
  • 605289b720 Updated godoc comments. Casey Marshall 2015-03-23 11:09:19 -0500
  • 06a2bf2ff6 pay some homage to fpd.Decimal in the README Vadim Graboys 2015-03-02 18:39:56 -0500
  • fc48e3343b change jellolabs to shopspring Vadim Graboys 2015-02-25 12:33:53 -0500
  • 410a5d09e7 update README Vadim Graboys 2015-02-24 23:11:00 -0500
  • 892f011ab6 fix doc for Sub Vadim Graboys 2015-02-12 12:10:49 -0500
  • 16f1ec9225 update README Vadim Graboys 2015-02-10 16:49:10 -0500
  • 778765bb9d better documentation for godoc Vadim Graboys 2015-02-10 16:19:14 -0500